Anders

Results 152 comments of Anders

@ShahNewazKhan are you suggesting that `TABLE_FORMAT = ICEBERG` is not possible in Snowflake's `CREATE EXTERNAL TABLE` command? therefore not possible to add support for it in dbt-external-tables?

@amirbtb do you still have this use case? Have you seen the new pattern of `EXTERNAL TABLE` + `ICEBERG TABLE` compared to this packages use of `EXTERNAL STAGE` + `EXTERNAL...

totally get it @OGrohmann! it should just know, right? I'd be curious to know: - how many external tables you have in your project? - how often new external tables...

@nicor88 @daniel-cortez-stevenson @brabster @aidan-o-boyle-kroo I'd love to work with y'all to get this support in. In the above issue I linked what I understand are the steps needed to make...

This bug should no longer exist in the official implementation! Materialized Views have been supported in dbt since dbt-core 1.7 (November 2023). See [dbt docs: materialized views](https://docs.getdbt.com/docs/build/materializations#materialized-view) and [dbt docs:...

closed by #20 (i think). regardless I'm closing

Materialized Views have been supported in dbt since dbt-core 1.7 (November 2023). See [dbt docs: materialized views](https://docs.getdbt.com/docs/build/materializations#materialized-view) for more information. The version of materialized views in this experimental repo is...

hey @Luttik thanks for opening this issue! Even though MVs & DTs now live in Core, this limitation that you call out still existis. I'm closing this issue in favor...

@zwallacedev can you share how you're installing dbt-redshift? I don't see a dependency conflict when I look at the `setup.py`'s of both [`dbt-core`](https://github.com/dbt-labs/dbt-core/blob/35062ca6af73e40e6c862251e0543baef8701c11/core/setup.py#L70) and [`dbt-redshift`](https://github.com/dbt-labs/dbt-redshift/blob/32410a605817589056b683d0d6ce2fccd8126ad3/setup.py#L71). AFAICT, both have the same...

re: metadata over the API I think we're totally on the same page. Can discuss that more down the line. > If this isn't possible because our APIs don't support...