Dbt: support persist_docs on all plugins

Created on 26 Jun 2019  路  3Comments  路  Source: fishtown-analytics/dbt

Feature

Meta-issue tracking the implementation of this feature for all plugins:

Most helpful comment

+1!

Snowflake does offers dollar-quoted string constants which ensure that an arbitrary string is taken literally $$they look like this, it's pretty cool, and the ' will be literal$$

https://docs.snowflake.net/manuals/sql-reference/data-types-text.html#dollar-quoted-string-constants

Is that helpful here?

All 3 comments

+1!

Snowflake does offers dollar-quoted string constants which ensure that an arbitrary string is taken literally $$they look like this, it's pretty cool, and the ' will be literal$$

https://docs.snowflake.net/manuals/sql-reference/data-types-text.html#dollar-quoted-string-constants

Is that helpful here?

Hey @ashley-sherwood - that's _incredibly_ helpful! I didn't know you could do this on Snowflake :)

Looks like something similar is possible on Redshift/Postgres too: https://www.postgresql.org/docs/current/sql-syntax-lexical.html#SQL-SYNTAX-CONSTANTS

I think this is enough info to unblock this issue for sure. Are you interested in submitting a PR for Snowflake? Would be happy to help however I can!

Thanks for the info!

persist docs is shipping for all core plugins (at the relation and column level, where possible/applicable) in v0.17.0 馃帀

Was this page helpful?
0 / 5 - 0 ratings

Related issues

boxysean picture boxysean  路  3Comments

jtcohen6 picture jtcohen6  路  3Comments

jgillies picture jgillies  路  3Comments

heisencoder picture heisencoder  路  3Comments

chrisburrell picture chrisburrell  路  3Comments