Skip to content

Commit

Permalink
[Fix] Add "Owner" tag to test SQL endpoint in acceptance test (#3785)
Browse files Browse the repository at this point in the history
## Changes

This ensures proper attribution in our test infrastructure.

The same fix for the SQL endpoint test was applied in #3774.

## Tests

- [x] relevant acceptance tests are passing
  • Loading branch information
pietern authored Jul 17, 2024
1 parent 7c00820 commit 6bbaa21
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 = "eng-dev-ecosystem-team@databricks.com"
}
}
}
resource "databricks_schema" "this" {
Expand Down

0 comments on commit 6bbaa21

Please sign in to comment.