Skip to content

Commit

Permalink
updated seed definition to work in redshift
Browse files Browse the repository at this point in the history
  • Loading branch information
tuvaforrest committed Sep 20, 2023
1 parent e713d0b commit 9fea1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seeds/terminology/terminology_seeds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ seeds:
class_type_description : |
{%- if target.type in ("bigquery", "databricks") -%} string {%- else -%} varchar {%- endif -%}
external_copyright_notice : |
{%- if target.type in ("bigquery", "databricks") -%} string {%- else -%} varchar {%- endif -%}
{%- if target.type in ("bigquery", "databricks") -%} string {%- else -%} varchar(3000) {%- endif -%}
status : |
{%- if target.type in ("bigquery", "databricks") -%} string {%- else -%} varchar {%- endif -%}
version_first_released : |
Expand Down

0 comments on commit 9fea1fc

Please sign in to comment.