dbt_asana v0.6.0
Happy Monday! π
This release of dbt_asana
package includes the following updates:
π Deprecated columns fix π
π¨ Breaking Changes π¨
- As per our Release Notes for the Asana connector, we have updated the
dbt_asana_source
package to remove deprecated columns from the Task table - please refer to the June 2021 and March 2021 release notes. The following columns have been deprecated from the Task table:assignee_status
hearted
- theliked
column has been added to replace heartednum_hearts
- thenum_likes
column has been added to replace num_hearts
Please be sure to update your queries.
π Features π
PR #19 introduced the following updates.
- PostgreSQL compatibility
- Updated README for enhanced user experience