Florian Eiden

Results 73 comments of Florian Eiden

Now tracking at https://github.com/dbt-labs/dbt-bigquery/issues/585

@callenilsson you got it. Outside of the incremental logic (that should be taken care of in the model SQL statement), the culprits are: - For `incremental_strategy="merge"`: in [`default__get_merge_sql`](https://github.com/dbt-labs/dbt-core/blob/f841a7ca76b44429eb94174bc5d0c2fecbf2763b/core/dbt/include/global_project/macros/materializations/models/incremental/merge.sql#L7), the predicate...

Hey @bveber, excuse my lack of expertise on the topic, but what kind of changes are required on `dbt-bigquery` to make this happen? Is that a new parameter in the...

Sweet! It looks like you would be able to contribute a PR here? I'm going to mark this 'help_wanted' in the hope you can ;)

Excellent point. My intuition is that it should be another issue/PR, since it's a stand-alone thing and could slow down custom containers. I'm thinking slowing down, because there are parallel...

Hey @gbmarc1, could you please add tests to the PR?

@dataders would you happen to know that? :)

This should have been solved via https://github.com/dbt-labs/dbt-redshift/issues/835 To be tested via [an install from source](https://docs.getdbt.com/docs/core/source-install), should land in 1.9

Hey @jiezhen-chen could you please create an issue getting a bit of context and documenting what's being added? Mainly for the public record. Thanks :)