Bug Fixes
- Fix import error in dbt bigquery adapter mock for
dbt-bigquery<1.8forExecutionMode.AIRFLOW_ASYNCby @pankajkoti in #1548 - Fix
operator_argsoverride configuration by @ghjklw in #1558 - Fix missing
install_dbt_depsinProjectConfig__init__method by @ghjklw in #1556 - Fix dbt project parsing
dbt_varsbehavior passed viaoperator_argsby @AlexandrKhabarov in #1543 - Avoid reading the connection during DAG parsing of the async BigQuery operator by @joppevos in #1582
- Fix: Workaround to incorrectly raised
gcsfs.retry.HttpError(Invalid Credentials, 401) by @tatiana in #1598 - Fix the async execution mode read sql files for dbt packages by @pankajastro in #1588
- Improve BQ async error handling by @tatiana in #1597
- Fix path selector when
manifest.jsonis created using MS Windows by @tatiana in #1601 - Fix log that prints 'Total filtered nodes' by @tatiana in #1603
- Fix select behaviour using
LoadMode.MANIFESTand a path with star by @tatiana in #1602 - Support
on_warning_callbackwithTestBehavior.BUILDandExecutionMode.LOCALby @corsettigyg in #1571 - Fix
DbtRunLocalOperator.partial()support by @tatiana @ashb in #1609 - fix:
container_nameis null for ecs integration by @nicor88 in #1592
Docs
Others
- Disable
example_cosmos_dbt_build.pyDAG in CI by @pankajastro in #1567 - Upgrade GitHub Actions Ubuntu version by @tatiana in #1561
- Update GitHub bug issue template by @pankajastro in #1586
- Enable DAG
example_cosmos_dbt_build.pyin CI by @pankajastro in #1573 - Run async DAG in DAG without setup/teardown task by @pankajastro in #1599
- Add test case that fully covers recent select issue by @tatiana in #1604
- Add CI job to test multiple dbt versions for the async DAG by @pankajkoti in #1535
- Improve unit tests speed from 89s to 14s by @tatiana in #1600
- Pre-commit updates: #1560, #1583, #1596
Closes: #1550