asana_project_tasks
Details of the association between tasks and projects in Asana.
-
id
Primary key - Unique identifier for the row.
-
task_id
Foreign key - ID of the task.
-
project_id
Foreign key - ID of the project.
-
section_source_id
Foreign key - Asana section GID for this task in this project (from task memberships); used when inferring started_at for tasks created directly in a started column.