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

How to deal with struct types in sqlalchemy #321

Open
DaanRademaker opened this issue Jan 19, 2024 · 2 comments
Open

How to deal with struct types in sqlalchemy #321

DaanRademaker opened this issue Jan 19, 2024 · 2 comments
Assignees

Comments

@DaanRademaker
Copy link

Hi,
First of all thank you for the awesome work so far. This really improves the development experience for Databricks and finally allows tools such as alembic to work with delta tables :)

However, we have some tables that contain nested columns (with struct types) and I don't see support for this right now. Is this correct or am I missing something?

Thanks in advance!

@susodapop
Copy link
Contributor

I don't see support for this right now.

Correct, the SQLAlchemy integration currently doesn't expose a STRUCT(), MAP(), or ARRAY() types. However we're actively investigating how to introduce this. I'm going to leave this issue open on the repository so that other searchers can find it.

Would you please reach out to us at databricks-sql-connector-maintainers@databricks.com so we can gather more information about your use-case?

@susodapop susodapop self-assigned this Jan 19, 2024
@DaanRademaker
Copy link
Author

Thanks for the quick response. I send an email to the above mentioned email address!

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

3 participants