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

Use string instead of JSON for dictionaries in SQLAlchemy #1490

Closed
blythed opened this issue Dec 6, 2023 · 0 comments · Fixed by #1496
Closed

Use string instead of JSON for dictionaries in SQLAlchemy #1490

blythed opened this issue Dec 6, 2023 · 0 comments · Fixed by #1496
Assignees
Labels
🐛 bug Something isn't working

Comments

@blythed
Copy link
Collaborator

blythed commented Dec 6, 2023

In Snowflake and Clickhouse, SQLAlchemy doesn't allow JSON types, which we use in the meta-data store.
To simplify this, let use pivot to string, and parse this inside the Python program.

See #1488.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants