Montreal-Analytics / dbt-snowflake-utils

Snowflake-specific utility macros for dbt projects.
Apache License 2.0
105 stars 36 forks source link

how to add Multiple Values to same Tag #35

Closed choudrybabu closed 1 year ago

choudrybabu commented 1 year ago

i was trying to add multiple values to one Tag key ex: Region: APAC, LATAM, NA.. i have tried few ways and i am unable to see all those tag values in database , last one survives

meta: database_tags: region: APAC region: LATAM region: NA

can you please let me know if this is a bug or am i doing something wrong

jamesweakley commented 1 year ago

Hi @choudrybabu , Snowflake only supports assigning a single string value for each tag, so this isn't possible.

choudrybabu commented 1 year ago

yeah, thanks for the clarification , we can close this