Skip to content

Commit 6305733

Browse files
authored
[chore] Use resotodatalink (#50)
1 parent 74e0c42 commit 6305733

23 files changed

+36
-1675
lines changed

cloud2sql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
__author__ = "Some Engineering Inc."
1212
__license__ = "Apache 2.0"
1313
__copyright__ = "Copyright © 2023 Some Engineering Inc."
14-
__version__ = "0.8.3"
14+
__version__ = "0.9.0"

cloud2sql/__main__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
from sqlalchemy.engine import Engine
99

1010
from cloud2sql import __version__
11-
from cloud2sql.analytics import PosthogEventSender, NoEventSender, AnalyticsEventSender
12-
from cloud2sql.collect_plugins import collect_from_plugins, configure, default_config
11+
from resotodatalink.analytics import PosthogEventSender, NoEventSender, AnalyticsEventSender
12+
from cloud2sql.collect import collect_from_plugins, configure, default_config
1313
from cloud2sql.util import db_string_from_config, check_parquet_driver
1414

1515
# Will fail in case snowflake is not installed - which is fine.

cloud2sql/analytics.py

Lines changed: 0 additions & 62 deletions
This file was deleted.

cloud2sql/arrow/__init__.py

Whitespace-only changes.

cloud2sql/arrow/config.py

Lines changed: 0 additions & 41 deletions
This file was deleted.

cloud2sql/arrow/model.py

Lines changed: 0 additions & 72 deletions
This file was deleted.

cloud2sql/arrow/type_converter.py

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)