Jeremy Thomas

Results 5 comments of Jeremy Thomas

@nicogelders So when a PR is opened in our dbt repo, these are the commands we run in a Prefect flow to ensure that the PR changes do not break...

@joellabes Currently using dbt 1.7 and this is still an issue, only in the `seeds` section of the yaml ![image](https://github.com/user-attachments/assets/b5affa66-c2ba-43a7-98d1-a44dbfaa4e59)

I'd like to second this feature request. Specifically, materialized views are the Snowflake recommended approach to query large external tables, a gap in which dynamic tables cannot bridge.

@amychen1776 their official documentation seems to contradict that: https://docs.snowflake.com/en/user-guide/views-materialized#deciding-when-to-create-a-materialized-view also, Iceberg tables are a larger technical lift than a materialized view, especially for smaller teams or single use. it seems...

@amychen1776 i opened a draft PR to get some feedback on my direction, hopefully this will help!