Skip to content

dbt_asana_source v0.6.0

Compare
Choose a tag to compare
@fivetran-catfritz fivetran-catfritz released this 19 Sep 19:44
· 35 commits to main since this release
1601f90

Happy Monday!

This release of dbt_asana_source package includes the following updates:

πŸ›  Deprecated columns fix πŸ› 

🚨 Breaking Changes 🚨

  • As per our Release Notes for the Asana connector, this new version of the package removes deprecated columns from the Task table (https://fivetran.com/docs/applications/asana/changelog#june2021) - please refer to the June 2021 and May 2021 release notes. The following columns have been deprecated from the Task table:
    • assignee_status
    • hearted - the liked column has been added to replace hearted
    • num_hearts - the num_likes column has been added to replace num_hearts
      Please be sure to update your queries.

πŸŽ‰ Features πŸŽ‰

PR #24 introduced the following updates.

  • PostgreSQL compatibility
  • Updated README for enhanced user experience
  • Add source identifiers to give users more dynamic flexibility

Contributors