Skip to content

Package Updates

Compare
Choose a tag to compare
@fivetran-joemarkiewicz fivetran-joemarkiewicz released this 25 Feb 23:01
d3ad025

🚨 This update introduces a breaking change: Output models are renamed to include a double underscore between the source name and the table name. For example, stg_zendesk_ticket is now stg_zendesk__ticket

The release also:

  • Introduces CircleCI testing
  • Introduces user_tag, brand, ticket_form_history, domain_name, and organization_tag staging models. Additionally, user_tag, ticket_form_history, domain_name, and organization_tag variables are included to disable the models if the tables are not used.
  • Utilizes our fill_staging_columns macro for the creation of staging tables. If you do not have a required column necessary for this package, the fill_staging_column will produce this column (filled with nulls) and prevent the error