brooklyn-data / dbt_artifacts

A dbt package for modelling dbt metadata. https://brooklyn-data.github.io/dbt_artifacts
Apache License 2.0
323 stars 119 forks source link

fix: Escape single quotes in invocation_args #355

Closed adamantike closed 1 year ago

adamantike commented 1 year ago

Overview

Related to #316, this change fixes another occurrence, this time for invocations.invocation_args. As DBT variables can contain single quotes, they must be escaped.

Update type - breaking / non-breaking

What does this solve?

Another scenario for #316.

What databases have you tested with?

adamantike commented 1 year ago

@glsdown, thanks for merging it! Looking forward for a patch release to be available, so we can move back to this module.