fivetran / dbt_jira_source

Fivetran's Jira source dbt package
https://fivetran.github.io/dbt_jira_source/
Apache License 2.0
11 stars 11 forks source link

Cast field_id as string #2

Closed kristin-bagnall closed 3 years ago

kristin-bagnall commented 3 years ago

As discussed, this is to cast the field_id as a string early, so that all of the downstream models have the same field_id data type. Field_ids are alphanumeric, so should not be integers.