You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues, and I could not find an existing issue for this bug
Current Behavior
The "$" is getting converted to "[$]" and our usual escape mechanisms (", ', >, . , markdown) aren't working for it. I can create descriptions with "$" directly in Snowflake, so it seems to be a dbt thing. The column descriptions are being persisted to the database. The dbt documentation is generated as expected.
Is this a new bug in dbt-snowflake?
Current Behavior
The "$" is getting converted to "[$]" and our usual escape mechanisms (", ', >, . , markdown) aren't working for it. I can create descriptions with "$" directly in Snowflake, so it seems to be a dbt thing. The column descriptions are being persisted to the database. The dbt documentation is generated as expected.
According to @mikealfare "
dbt-snowflake/dbt/include/snowflake/macros/adapters.sql
Line 12 in 29467c3
Expected Behavior
The $ should show up as $ in the column description in snowflake.
Steps To Reproduce
My writeup is in the dbt notion .
Essentially you need a yml file for the column description with a $ in the comments.
Then,
+persist_docs:
columns: true
Relevant log output
No response
Environment
Additional Context
No response
The text was updated successfully, but these errors were encountered: