-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Clickhouse ingestion column type Map schema failure #9079
Comments
Depends on xzkostyan/clickhouse-sqlalchemy#269 |
This issue is stale because it has been open for 30 days with no activity. If you believe this is still an issue on the latest DataHub release please leave a comment with the version that you tested it with. If this is a question/discussion please head to https://slack.datahubproject.io. For feature requests please use https://feature-requests.datahubproject.io |
This issue was closed because it has been inactive for 30 days since being marked as stale. |
Leaving this open for tracking, but we can't really do much until xzkostyan/clickhouse-sqlalchemy#269 is fixed. |
Describe the bug
clickhouse tables that have the following rows does not work vs works .... or is this not supported?
column type of Map(String, Map(String, Nullable(String))) fails to produce schema
column type Map(String, Nullable(String)) produces schema as expected (and is boring).
To Reproduce
in clickhouse - make a bad table
simple recipe
Expected behavior
Expected behavior is to produce schema like other formats.
some logs
Warnings about the inability to produce schema.
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
this seems more like a sqlalchemy issue than a datahub issue :/
The text was updated successfully, but these errors were encountered: