You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
I am running into errors when I try to query an iceberg metadata in my dbt models (e.g. SELECT * FROM <table_name>$history). My current workaround is to create a table in aws glue with CTAS and using boto3. Am I missing something here? It would be a nice feature to have if possible.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am running into errors when I try to query an iceberg metadata in my dbt models (e.g.
SELECT * FROM <table_name>$history
). My current workaround is to create a table in aws glue with CTAS and using boto3. Am I missing something here? It would be a nice feature to have if possible.Beta Was this translation helpful? Give feedback.
All reactions