Releases: astronomer/astronomer-cosmos
Releases · astronomer/astronomer-cosmos
v1.5.0a6
New Features
- Support for running dbt tasks in AWS EKS in #944 by @VolkerSchiewe
- Add Clickhouse profile mapping by @roadan and @pankajastro in #353 and #1016
- Support
static_index.html
docs by @dwreeves in #999 - Support deep linking dbt docs via Airflow UI by @dwreeves in #1038
- (WIP) Support caching dbt ls output in Airflow variable in #1014 by @tatiana
- since a3: different approach than 1.5.0a1 and 1.5.0a2
- a4: fix DbtTaskGroup logging
- a5: introduce CachePurgeConfig
- a6: purge based on commands passed to dbt ls (only missing: dbt deps)
remove CachePurgeConfig
add RenderConfig.airflow_vars_to_purge_cache
Others
v1.5.0a5
New Features
- Support for running dbt tasks in AWS EKS in #944 by @VolkerSchiewe
- Add Clickhouse profile mapping by @roadan and @pankajastro in #353 and #1016
- Support
static_index.html
docs by @dwreeves in #999 - Support deep linking dbt docs via Airflow UI by @dwreeves in #1038
- (WIP) Support caching dbt ls output in Airflow variable in #1014 by @tatiana
- since a3: different approach than 1.5.0a1 and 1.5.0a2
- a4: fix DbtTaskGroup logging
- a5: introduce CachePurgeConfig
Others
v1.4.3
Bug fixes
- Bring back
dataset
as a required field for BigQuery profile by @pankajkoti in #1033
Enhancements
- Only run
dbt deps
when there are dependencies by @tatiana and @AlgirdasDubickas in #1030
Docs
v1.4.2
Bug fixes
- Fix the invocation mode for
ExecutionMode.VIRTUALENV
by @marco9663 in #1023 - Fix Cosmos
enable_cache
setting by @tatiana in #1025 - Make
GoogleCloudServiceAccountDictProfileMapping
dataset profile arg optional by @oliverrmaa and @pankajastro in #839 and #1017 - Athena profile mapping set
aws_session_token
in profile only if it exists by @pankajastro in #1022
Others
- Update dbt and Airflow conflicts matrix by @tatiana in #1026
- Enable Python 3.12 unittest by @pankajastro in #1018
- Improve error logging in
DbtLocalBaseOperator
by @davidsteinar in #1004 - Add GitHub issue templates for bug reports and feature request by @pankajkoti in #1009
- Add more fields in bug template to reduce turnaround in issue triaging by @pankajkoti in #1027
- Fix
dev/Dockerfile
+ Adduv pip install
for faster build time by @dwreeves in #997 - Drop support for Airflow 2.3 by @pankajkoti in #994
- Update Astro Runtime image by @RNHTTR in #988 and #989
- Enable ruff F linting by @pankajastro in #985
- Move Cosmos Airflow configuration to settings.py by @pankajastro in #975
- Fix CI Issues by @tatiana in #1005
- Pre-commit hook updates in #1000, #1019
v1.5.0a4
New Features
- Support for running dbt tasks in AWS EKS in #944 by @VolkerSchiewe
- Support caching dbt ls output in Airflow variable in #1014 by @tatiana (WIP)
- different approach than 1.5.0a1 and 1.5.0a2
- fix log for TaskGroup
Others
- Improve error logging in
DbtLocalBaseOperator
in #1004 by @davidsteinar - Add GitHub issue templates for bug reports and feature request in #1009 by @pankajkoti
- Fix
dev/Dockerfile
+ Adduv pip install
for faster build time in #997 by @dwreeves - Drop support for Airflow 2.3 in #994 by @pankajkoti
- Update Astro Runtime image in #988 and #989 by @RNHTTR
- Enable ruff F linting in #985 by @pankajastro
- Move Cosmos Airflow configuration to settings.py in #975 by @pankajastro
- Fix CI Issues in #1005 by @tatiana
- Pre-commit hook updates in #1000
v1.5.0a3
New Features
- Support for running dbt tasks in AWS EKS in #944 by @VolkerSchiewe
- Support caching dbt ls output in Airflow variable in #1014 by @tatiana (WIP)
- different approach than 1.5.0a1 and 1.5.0a2
Others
- Improve error logging in
DbtLocalBaseOperator
in #1004 by @davidsteinar - Add GitHub issue templates for bug reports and feature request in #1009 by @pankajkoti
- Fix
dev/Dockerfile
+ Adduv pip install
for faster build time in #997 by @dwreeves - Drop support for Airflow 2.3 in #994 by @pankajkoti
- Update Astro Runtime image in #988 and #989 by @RNHTTR
- Enable ruff F linting in #985 by @pankajastro
- Move Cosmos Airflow configuration to settings.py in #975 by @pankajastro
- Fix CI Issues in #1005 by @tatiana
- Pre-commit hook updates in #1000
v1.5.0a2
1.5.0a2 (2024-05-23)
New Features
- Support for running dbt tasks in AWS EKS in #944 by @VolkerSchiewe
- Support caching at a DbtDag and DbtTaskGroupLevel in #992 by @tatiana (WIP)
- difference from 1.5.0a1: Include the timestamp of the DAG in the cache version
Others
- Drop support for Airflow 2.3 in #994 by @pankajkoti
- Update Astro Runtime image in #988 and #989 by @RNHTTR
- Enable ruff F linting in #985 by @pankajastro
- Move Cosmos Airflow configuration to settings.py in #975 by @pankajastro
v1.5.0a1
New Features
- Support for running dbt tasks in AWS EKS in #944 by @VolkerSchiewe
- Support caching at a DbtDag and DbtTaskGroupLevel in #992 by @tatiana (WIP)
Others
- Drop support for Airflow 2.3 in #994 by @pankajkoti
- Update Astro Runtime image in #988 and #989 by @RNHTTR
- Enable ruff F linting in #985 by @pankajastro
- Move Cosmos Airflow configuration to settings.py in #975 by @pankajastro
v1.4.1
Bug fixes
- Fix manifest testing behavior in #955 by @chris-okorodudu
- Handle ValueError when unpacking partial_parse.msgpack in #972 by @tatiana
Others
- Enable pre-commit run and fix type-check job by @pankajastro in #957
- Clean databricks credentials in test/CI in #969 by @tatiana
- Update CODEOWNERS in #969 by @tatiana
- Update emeritus contributors list in #961 by @tatiana
- Promote @dwreeves to committer in #960 by @tatiana
- Pre-commit hook updates in #956
v1.4.1rc1
Bug fixes
- Fix manifest testing behavior in #955 by @chris-okorodudu
- Handle ValueError when unpacking partial_parse.msgpack in #972 by @tatiana
Others
- Enable pre-commit run and fix type-check job by @pankajastro in #957
- Clean databricks credentials in test/CI in #969 by @tatiana
- Update CODEOWNERS in #969 by @tatiana
- Update emeritus contributors list in #961 by @tatiana
- Promote @dwreeves to committer in #960 by @tatiana
- Pre-commit hook updates in #956