1
0
mirror of synced 2026-01-02 03:02:26 -05:00
Files
airbyte/airbyte-integrations/connectors/source-posthog/source_posthog/__init__.py
Maxime Carbonneau-Leclerc 96aa72d3b2 🐛 Source Posthog: update following state management changes in the CDK (#27764)
* Update interface based on new Cursor interface

* Update version and changelogs

* Update unit tests

* Fix cursor assignation

* Update update_state to close_slice

* Update considering fix

* Update CDK version to fix bug
2023-06-29 15:03:25 -04:00

7 lines
124 B
Python

#
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
#
from .source import SourcePosthog
__all__ = ["SourcePosthog"]