[ ] Yes (please provide breaking change details below.)
[x] No (please provide an explanation as to how the change is non-breaking below.)
Made changes to the relevant source files, macros and models and ran dbt run --models asana_source in my development directory and no errors returned with the updated models and the changes permitted to the tables in Snowflake. Running dbt test also produced no errors.
Did you update the dbt_project.yml files with the version upgrade (please leverage standard semantic versioning)? (In both your main project and integration_tests)
[x] Yes
Is this PR in response to a previously created Bug or Feature Request
[x] Local (please provide additional testing details below)
Made changes to the relevant source files, macros and models and ran dbt run --models asana_source in my development directory and no errors returned with the updated models and the changes permitted to the tables in Snowflake. Running dbt test also produced no errors.
Select which warehouse(s) were used to test the PR
[ ] BigQuery
[ ] Redshift
[x] Snowflake
[ ] Postgres
[ ] Databricks
[ ] Other (provide details below)
Provide an emoji that best describes your current mood
🙏
**Feedback**
We are so excited you decided to contribute to the Fivetran community dbt package! We continue to work to improve the packages and would greatly appreciate your [feedback](https://www.surveymonkey.com/r/DQ7K7WW) on our existing dbt packages or what you'd like to see next.
Pull Request Are you a current Fivetran customer? No
What change(s) does this PR introduce? As per the issue https://github.com/fivetran/dbt_asana_source/issues/20 I have identified and removed the deprecated columns as per the Asana docs: https://developers.asana.com/docs/task (this was namely for the Task and Project tables only).
Did you update the CHANGELOG?
Does this PR introduce a breaking change?
dbt run --models asana_source
in my development directory and no errors returned with the updated models and the changes permitted to the tables in Snowflake. Runningdbt test
also produced no errors.Did you update the dbt_project.yml files with the version upgrade (please leverage standard semantic versioning)? (In both your main project and integration_tests)
Is this PR in response to a previously created Bug or Feature Request
How did you test the PR changes?
dbt run --models asana_source
in my development directory and no errors returned with the updated models and the changes permitted to the tables in Snowflake. Runningdbt test
also produced no errors.Select which warehouse(s) were used to test the PR
Provide an emoji that best describes your current mood
🙏 **Feedback** We are so excited you decided to contribute to the Fivetran community dbt package! We continue to work to improve the packages and would greatly appreciate your [feedback](https://www.surveymonkey.com/r/DQ7K7WW) on our existing dbt packages or what you'd like to see next.