You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using resource "looker_connection" "bigquery_connection"
While updating the existing Looker connections / creating new ones, jdbc_additional_params attribute does not actually appear in the Looker connection.
Terraform plan and terraform apply states that it does create the jdbc_additional_params attribute:
# looker_connection.bigquery_connection["testretailer"] will be created
+ resource "looker_connection" "bigquery_connection" {
+ certificate = (sensitive value)
+ database = "testretailer_datamart"
+ db_timezone = "UTC"
+ dialect_name = "bigquery_standard_sql"
+ file_type = ".json"
+ host = "***"
+ id = (known after apply)
+ jdbc_additional_params = "labels=client_name%3Dtestretailer"
+ name = "bq_testretailer_develop"
+ query_timezone = "Australia/Sydney"
+ username = (known after apply)
}
When I check after that in Looker, the connection exists (other attributes update), but no change to jdbc_additional_params
The text was updated successfully, but these errors were encountered:
I am using resource "looker_connection" "bigquery_connection"
While updating the existing Looker connections / creating new ones, jdbc_additional_params attribute does not actually appear in the Looker connection.
Terraform plan and terraform apply states that it does create the jdbc_additional_params attribute:
When I check after that in Looker, the connection exists (other attributes update), but no change to jdbc_additional_params
The text was updated successfully, but these errors were encountered: