From 6bbaa21bc8d041b5ddfcf22a5581a9b12c37c8b8 Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Wed, 17 Jul 2024 15:19:46 +0200 Subject: [PATCH] [Fix] Add "Owner" tag to test SQL endpoint in acceptance test (#3785) ## 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 --- 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 02b62af5d2..e6c1cc918f 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" {