We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23a09c1 + 94768b1 commit f524b31Copy full SHA for f524b31
macros/unpack/get_column_values.sql
@@ -22,7 +22,7 @@
22
[
23
wrap_string_with_quotes(node.unique_id),
24
wrap_string_with_quotes(dbt.escape_single_quotes(column.name)),
25
- wrap_string_with_quotes(dbt.escape_single_quotes(column.description) | replace("\\","\\\\") ),
+ wrap_string_with_quotes(dbt.escape_single_quotes(column.description | replace("\\","\\\\"))),
26
wrap_string_with_quotes(dbt.escape_single_quotes(column.data_type)),
27
wrap_string_with_quotes(dbt.escape_single_quotes(tojson(column.constraints))),
28
column.constraints | selectattr('type', 'equalto', 'not_null') | list | length > 0,
0 commit comments