* 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
7 lines
124 B
Python
7 lines
124 B
Python
#
|
|
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
|
|
#
|
|
from .source import SourcePosthog
|
|
|
|
__all__ = ["SourcePosthog"]
|