From b3a7a8917cb2450696a1b658dab641999873d74c Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Wed, 17 Jul 2024 15:11:23 +0200 Subject: [PATCH] [fix] Add "Owner" tag to test SQL endpoint in acceptance test This ensures proper attribution in our test infrastructure. The same fix for the SQL endpoint test was applied in #3774. --- internal/acceptance/sql_table_test.go | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/internal/acceptance/sql_table_test.go b/internal/acceptance/sql_table_test.go index 86dcc5bb2f..d99e6a5d27 100644 --- a/internal/acceptance/sql_table_test.go +++ b/internal/acceptance/sql_table_test.go @@ -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" {