Parsing DDL #11168
jayceslesar
started this conversation in
General
Parsing DDL
#11168
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all, wondering if ibis is able to parse DDL? I think there is a really cool use case to use ibis with iceberg in the case of allowing the query engine to parse view DDL (which is really just a query) stored in the catalog metadata (if it exists) and allow views to become engine agnostic. Currently iceberg lacks this support, which is more than fair! This means currently if a view is defined in iceberg, it generally only works on the engine you defined it in, which means users now need to define that view in every engine they may or may not use against their iceberg tables.
Beta Was this translation helpful? Give feedback.
All reactions