PR #29 includes the following updates:
π Feature Update π
- Updated
int_asana__task_projects
to create the following new columns that are brought intoasana__task
. These new fields provide additional insight into your tasks.- project_ids
- project_names
- number_of_projects
- Note
project_ids
andproject_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.- See also our documentation.
Contributors
Full Changelog: v0.8.0...v0.8.1