Skip to content

v0.8.2 dbt_asana

Latest
Compare
Choose a tag to compare
@fivetran-data-model-bot fivetran-data-model-bot released this 18 Feb 21:41
902af7e

This release will introduce the following changes:

Feature Updates

  • Introduces variables asana__using_tags and asana__using_task_tags to allow the tag and task_tag source tables to be disabled. By default, these variables are set to True. (#37)
  • This will disable the tables int_asana__task_tags and asana__tag if either of the variables are set to False. This allows the downstream models to run even if the respective source tag and task_tag tables don't exist. (#37)
  • This will exclude the fields tags and number_of_tags in asana__task if either of the variables are set to false.
  • For more information on how to configure these variables, refer to the README. (#37)

Under the Hood

  • Added asana__using_tags and asana__using_task_tags to the quickstart.yml configuration to ensure when these source tables are not selected, these variables are set to false and the above changes are applied in Quickstart. (#37)
  • Added False configurations for asana__using_tags and asana__using_task_tags to our Buildkite run_models.sh script. (#37)
  • Added consistency tests within integration_tests to ensure no unexpected row changes occur in the asana__tag and asana_task models in development. (#37)

Documentation

  • Added Quickstart model counts to README. (#35)
  • Corrected references to connectors and connections in the README. (#35)

Full Changelog: v0.8.1...v0.8.2