We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52d4600 commit 07f6d2fCopy full SHA for 07f6d2f
1 file changed
tests/functional/adapter/tags/fixtures.py
@@ -19,7 +19,7 @@
19
tags_merged_sql = """
20
{{ config(
21
materialized = 'table',
22
- databricks_tags = {'c': 'd'},
+ databricks_tags = {'c': 'd', 'k': ''},
23
) }}
24
25
select cast(1 as bigint) as id, 'hello' as msg, 'blue' as color
0 commit comments