Skip to content

Commit

Permalink
[fix] Add "Owner" tag to test SQL endpoint in acceptance test
Browse files Browse the repository at this point in the history
This ensures proper attribution in our test infrastructure.

The same fix for the SQL endpoint test was applied in #3774.
  • Loading branch information
pietern committed Jul 17, 2024
1 parent 65d1570 commit b3a7a89
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions internal/acceptance/sql_table_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,13 @@ func TestUcAccResourceSqlTable_WarehousePartition(t *testing.T) {
name = "tf-{var.RANDOM}"
cluster_size = "2X-Small"
max_num_clusters = 1
tags {
custom_tags {
key = "Owner"
value = "[email protected]"
}
}
}
resource "databricks_schema" "this" {
Expand Down

0 comments on commit b3a7a89

Please sign in to comment.