Skip to content

Commit

Permalink
[chore] Use resotodatalink (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
aquamatthias authored Jun 15, 2023
1 parent 74e0c42 commit 6305733
Show file tree
Hide file tree
Showing 23 changed files with 36 additions and 1,675 deletions.
2 changes: 1 addition & 1 deletion cloud2sql/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
__author__ = "Some Engineering Inc."
__license__ = "Apache 2.0"
__copyright__ = "Copyright © 2023 Some Engineering Inc."
__version__ = "0.8.3"
__version__ = "0.9.0"
4 changes: 2 additions & 2 deletions cloud2sql/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
from sqlalchemy.engine import Engine

from cloud2sql import __version__
from cloud2sql.analytics import PosthogEventSender, NoEventSender, AnalyticsEventSender
from cloud2sql.collect_plugins import collect_from_plugins, configure, default_config
from resotodatalink.analytics import PosthogEventSender, NoEventSender, AnalyticsEventSender
from cloud2sql.collect import collect_from_plugins, configure, default_config
from cloud2sql.util import db_string_from_config, check_parquet_driver

# Will fail in case snowflake is not installed - which is fine.
Expand Down
62 changes: 0 additions & 62 deletions cloud2sql/analytics.py

This file was deleted.

Empty file removed cloud2sql/arrow/__init__.py
Empty file.
41 changes: 0 additions & 41 deletions cloud2sql/arrow/config.py

This file was deleted.

72 changes: 0 additions & 72 deletions cloud2sql/arrow/model.py

This file was deleted.

55 changes: 0 additions & 55 deletions cloud2sql/arrow/type_converter.py

This file was deleted.

Loading

0 comments on commit 6305733

Please sign in to comment.