Skip to content

Commit 07f6d2f

Browse files
committed
fix: include key-only tag in merge fixture
1 parent 52d4600 commit 07f6d2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/functional/adapter/tags/fixtures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
tags_merged_sql = """
2020
{{ config(
2121
materialized = 'table',
22-
databricks_tags = {'c': 'd'},
22+
databricks_tags = {'c': 'd', 'k': ''},
2323
) }}
2424
2525
select cast(1 as bigint) as id, 'hello' as msg, 'blue' as color

0 commit comments

Comments
 (0)