Skip to content

Commit

Permalink
Merge pull request #10 from FWSCO/add-support-for-custom-columns
Browse files Browse the repository at this point in the history
Add support for custom colums to tasks
  • Loading branch information
kristin-bagnall authored Apr 13, 2021
2 parents 2021bfc + a109ea4 commit e799e39
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,17 @@ models:
+schema: my_new_schema_name # leave blank for just the target_schema
```

This package allows users to include additional columns to the source task table. To do this, include any additional columns to the `asana_source` pass-through variables to ensure the downstream columns are present.

```yml
# dbt_project.yml
...
vars:
asana_source:
task_pass_through_columns: [custom_status, custom_department]
```

## Database support
This package is compatible with BigQuery, Snowflake, and Redshift.

Expand Down

0 comments on commit e799e39

Please sign in to comment.