Skip to content

v0.8.1 dbt_asana

Latest
Compare
Choose a tag to compare
@fivetran-catfritz fivetran-catfritz released this 25 Jul 09:52
· 6 commits to main since this release
a9bbaea

PR #29 includes the following updates:

πŸŽ‰ Feature Update πŸŽ‰

  • Updated int_asana__task_projects to create the following new columns that are brought into asana__task. These new fields provide additional insight into your tasks.
    • project_ids
    • project_names
    • number_of_projects
  • Note project_ids and project_names are aggregated lists of all ids/names associated with the task. You can parse or explode the items in the list using a comma + space (", ") as a delimiter. To keep the table grain at the task_id level, this list is not parsed by default.

Contributors

Full Changelog: v0.8.0...v0.8.1