Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions acceptance/bundle/invariant/configs/sql_warehouse.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ resources:
name: test-warehouse-$UNIQUE_NAME
cluster_size: X-Small
max_num_clusters: 1
min_num_clusters: 1
warehouse_type: CLASSIC
2 changes: 1 addition & 1 deletion acceptance/bundle/invariant/continue_293/out.test.toml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion acceptance/bundle/invariant/migrate/out.test.toml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions acceptance/bundle/invariant/migrate/test.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ EnvMatrixExclude.no_cross_resource_ref = ["INPUT_CONFIG=job_cross_resource_ref.y

# Grant cross-references require the EmbeddedSlice pattern not present in terraform mode.
EnvMatrixExclude.no_grant_ref = ["INPUT_CONFIG=schema_grant_ref.yml.tmpl"]

# SQL warehouses currently failing with migration with permanent drift. TODO: fix this.
EnvMatrixExclude.no_sql_warehouse = ["INPUT_CONFIG=sql_warehouse.yml.tmpl"]
2 changes: 1 addition & 1 deletion acceptance/bundle/invariant/no_drift/out.test.toml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions acceptance/bundle/invariant/test.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ EnvMatrix.INPUT_CONFIG = [
"secret_scope.yml.tmpl",
"secret_scope_default_backend_type.yml.tmpl",
"secret_scope_with_permissions.yml.tmpl",
"sql_warehouse.yml.tmpl",
"synced_database_table.yml.tmpl",
"vector_search_endpoint.yml.tmpl",
"volume.yml.tmpl",
Expand Down
4 changes: 4 additions & 0 deletions bundle/direct/dresources/resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,10 @@ resources:
- field: min_num_clusters
reason: managed

# creator_name is readonly, can't be updated via API
- field: creator_name
reason: output_only

backend_defaults:
# https://github.com/databricks/terraform-provider-databricks/blob/4eba541abe1a9f50993ea7b9dd83874207e224a1/sql/resource_sql_endpoint.go#L69
# m["enable_serverless_compute"].Computed = true
Expand Down
Loading