Dinis Louseiro
Dinis Louseiro
**Provider Version** 0.25.32 **Terraform Version** v1.1.5 **Describe the bug** When a `snowflake_role` resource and all grants associated with it are removed, terraform fails with `SQL compilation error: Role '' does...
**Provider Version** 0.69.0 **Terraform Version** 1.5.4 **Describe the bug** The `GRANT IMPORTED PRIVILEGES ON DATABASE SNOWFLAKE TO ROLE X` is not properly registered in the state file, which causes every...
While testing out this tap, I noticed that, similarly to what happens in other variants of the `tap-github` out there, the `Commits` stream does not have the `files` and `stats`...
### Terraform CLI Version 1.5.7 ### Terraform Provider Version 0.92.0 ### Terraform Configuration ```terraform resource "snowflake_grant_privileges_to_account_role" "snowflake_imported_privileges_to_snowflake_monitoring" { account_role_name = snowflake_role.snowflake_monitoring.name privileges = ["IMPORTED PRIVILEGES"] on_account_object { object_type = "DATABASE"...
### Terraform CLI Version 1.5.7 ### Terraform Provider Version 0.92.0 ### Terraform Configuration ```terraform resource "snowflake_account_parameter" "cortex_enabled_cross_region" { key = "CORTEX_ENABLED_CROSS_REGION" value = "AWS_EU" } resource "snowflake_account_parameter" "saml_identity_provider" { key...
resolves https://github.com/dbt-labs/dbt-adapters/issues/770 ### Problem Persisting table comments in Iceberg tables fails as `comment on ... is ...` notation does not work for Iceberg tables. ### Solution - Update `snowflake__alter_relation_comment` to...
resolves [#](https://github.com/dbt-labs/dbt-adapters/issues/772) ### Problem When a external_volume is omitted in the configuration of an Iceberg table, the create table statement uses `external_volume='None'`. ### Solution Omit `external_volume` from relation's DDL when...
While using the `dbt-artifacts-parser` with dbt 1.10, I had the `parse_run_results_v6` function fail due to an extra property (`metadata.invocation_started_at`) which is present in run_results_v6, but not declared in `dbt-artifacts-parser`. After...
### Describe the bug With the current implementation of the `dbt-clickhouse` connector, when a given materialized view model is reprocessed/redeployed, the dbt adapter runs the following sequence of commands: 1....
**Is your feature request related to a problem? Please describe.** In this [PR](https://github.com/ClickHouse/dbt-clickhouse/issues/140), a new functionality was introduced to ignore backfilling a materialized view with past data (`catchup` option). While...