Benoit Perigaud
Benoit Perigaud
Could you share a ballpark figure of how long querying `svv_redshift_tables` takes in your case?
Commenting to remove the stale tag! I think it would still be useful.
As Hybrid Tables [can be created with CTAS](https://docs.snowflake.com/en/sql-reference/sql/create-hybrid-table#create-hybrid-table-as-select-ctas) it should be quite straightforward for someone to create a [custom materialization](https://docs.getdbt.com/guides/create-new-materializations?step=1) for it. This new materialization could be based of (e.g....
I was thinking of something like ``` { "title": "My title", "type": "list", "autorefresh": 30, "items": [ { "title": "title1" }, { "title": "title2" } ] } ``` and in...
Thanks @katieclaiborne7 ! Is it still Draft/WIP, or is it ready to be reviewed/merged?
Would another option be to allow "importing" a catalog.json that was generated from prod? Or, to try the technique of `... where false`, could we overwite the `ref` function to...
Not entirely related to meshify but this is an interesting statement about contracts + schema evolution. Based on what you observed, if a contracted incremental model has 4 columns, a,...
To contribute, just create a PR and it will kick of CI automatically!
Hi! Are you trying to use the "legacy" Semantic Layer that leveraged the `dbt_metrics` package instead of the new metricflow-based Semantic Layer?
Hi team. Is it something that we'd be keen to merge if I write a PR for it?