Florian Eiden

Results 7 issues of Florian Eiden

As [commented in the core MV thread](https://github.com/dbt-labs/dbt-core/issues/6911#issuecomment-1503925035), BigQuery is adding support for [non-incremental MVs](https://cloud.google.com/bigquery/docs/materialized-views-create#non-incremental). From our side, it means that we have an additional setting to support for MVs in...

enhancement
materialized_views
user docs

When I run `dbt debug` on a Redshift profile in 1.6.7 I get: ```YAML 23:15:36 Connection: 23:15:36 host: ....redshift.amazonaws.com 23:15:36 user: ... 23:15:36 port: 5439 23:15:36 database: ci 23:15:36 method:...

bug

# Spike Timeboxed investigation to see what can be done about https://github.com/dbt-labs/dbt-snowflake/issues/103 ## To-do: - [ ] Read through the thread and understand the requirement - [ ] See the...

The [UPDATE](https://docs.microsoft.com/en-us/sql/t-sql/queries/update-transact-sql?view=sql-server-ver15) and MERGE commands in SQL allow compound assignments: += Add and assign -= Subtract and assign I can't think of a way to do that with the current...

enhancement
output-binding

See this issue for context : https://github.com/dbt-labs/dbt-redshift/issues/842 The connector need to be able to support IAM Role via inline parameters in addition to via an AWS profile, the same way...

enhancement

Hey all, It would be great if we could support IAM **Role** authentication fully [via profile parameters](https://docs.getdbt.com/docs/core/connect-data-platform/redshift-setup#authentication-parameters) (without the need for a local AWS profile). Currently, the adapter supports IAM...

To support authentication to Redshift from 3rd party identity providers via IAM Identity Center, we need to add 2 authentication methods to `dbt-redshift`. The first one is **browser based**, where...