Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.2.0 - SQLAlchemyDataLayer missing required get_element() method #1345

Closed
hayescode opened this issue Sep 16, 2024 · 0 comments
Closed

1.2.0 - SQLAlchemyDataLayer missing required get_element() method #1345

hayescode opened this issue Sep 16, 2024 · 0 comments

Comments

@hayescode
Copy link
Contributor

Describe the bug
1.2.0 refactored the base data layer class and improved checking. The SQLAlchemyDataLayer is missing this abstract method and throws an error when attempting to instantiate as before.

    db = cl_data._data_layer = SQLAlchemyDataLayer(conninfo=creds['SQLALCHEMY_CONNINFO'], ssl_require=True, storage_provider=adls, user_thread_limit=100, show_logger=False)
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: Can't instantiate abstract class SQLAlchemyDataLayer with abstract method get_element
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants