Releases: astronomer/astronomer-cosmos
Releases · astronomer/astronomer-cosmos
v0.6.6
What's Changed
- Add docs for install via virtual environment to mwaa and docker by @pohek321 in #262
- Store compiled sql in template field by @jlaneve in #268
Full Changelog: astronomer-cosmos-v0.6.5...astronomer-cosmos-v0.6.6
v0.6.5
What's Changed
- Creating on_warning_callback arg for better warning management by @CorsettiS in #225
New Contributors
- @CorsettiS made their first contribution in #225
Full Changelog: astronomer-cosmos-v0.6.4...astronomer-cosmos-v0.6.5
v0.6.4
Re-tagging a release because v0.6.3 was tagged twice and pypi doesn't overwriting it.
v0.6.3
What's Changed
- ⬆ [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #255
- Measure test coverage and increase overall project test coverage by @jlaneve in #252
- Add Spark Thrift dbt adapter by @jensenity in #254
- Update the default value for the dbt_root_path by @pohek321 in #256
- Update README to be specific to dbt by @jlaneve in #258
New Contributors
- @jensenity made their first contribution in #254
Full Changelog: astronomer-cosmos-v0.6.2...astronomer-cosmos-v0.6.3
v0.6.2
What's Changed
- Add support for specifying custom Dbt Seeds Dir by @DucNgn in #241
- deprecate dbt deps operator by @jlaneve in #242
- Lazy load Docker and Kubernetes better for backwards compatibility by @jlaneve in #243
New Contributors
Full Changelog: astronomer-cosmos-v0.6.1...astronomer-cosmos-v0.6.2
v0.6.1
What's Changed
Full Changelog: astronomer-cosmos-v0.6.0...astronomer-cosmos-v0.6.1
v0.6.0
What's Changed
- Fix file lock check by @pohek321 in #195
- Fix nox build_docs check by @pohek321 in #196
- ⬆ [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #192
- Change the key of the GCP service account keyfile by @mmenalla in #197
- ⬆ [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #207
- Add missing dependency to run docs locally by @pohek321 in #199
- Bump the version of cosmos to 0.5.1 in preparation for release by @pohek321 in #210
- Add filelock as a dependency by @jbandoro in #213
- Make
shutil.copytree
call compatible with python3.7 by @jbandoro in #214 - ⬆ [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #224
- Handle possible empty yml file by @dh-racheldean in #209
- Dbt snapshot and seed support by @szecsip in #200
- ⬆ [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #227
- Add KubernetesPodOperator & DockerOperator management by @juldrixx in #194
- Add docs for K8s and Docker operators usage by @pankajkoti in #229
- fixes #59 implement Trino adapter by @MikeWallis42 in #152
- Start using tilt for local dev by @jlaneve in #230
- fixes #187 Add support for Exasol dbt adapter by @nepux in #188
- Run each operation in a temp dir by @jlaneve in #233
- Add flag to install deps on execution by @jlaneve in #236
New Contributors
- @mmenalla made their first contribution in #197
- @dh-racheldean made their first contribution in #209
- @szecsip made their first contribution in #200
- @nepux made their first contribution in #188
Full Changelog: astronomer-cosmos-v0.5.1...astronomer-cosmos-v0.6.0
astronomer-cosmos-v0.5.2
astronomer-cosmos-v0.5.1
What's Changed
- Add missing dependency to run docs locally by @pohek321 in #199
- Change the key of the GCP service account keyfile by @mmenalla in #197
- Fix nox build_docs check by @pohek321 #196
- Revert "Add KubernetesPodOperator & DockerOperator management" by @jlaneve in #193
- Fix file lock check by @pohek321 in #195
New Contributors
Full Changelog: astronomer-cosmos-v0.5.0...astronomer-cosmos-v0.5.1
astronomer-cosmos-v0.5.0
What's Changed
- Change cicd to use release branches instead of publishing from main by @pohek321 in #129
- Reformat project so that all pre-commit hooks pass by @pohek321 in #130
- Add pre-commit badge by @pohek321 in #131
- Issue 107 by @MikeWallis42 in #113
- Remove unneeded dependencies from the extras by @pohek321 in #138
- Create docs connection configuration by @pohek321 in #137
- ⬆ [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #143
- Databricks/databricks workflow taskgroup by @dimberman in #108
- refactor dbt adapters by @MikeWallis42 in #140
- Remove duplicated docstrings by @kaxil in #146
- [NOJIRA] Delete .DS_Store file from Mac by @shashanksinghfd in #148
- Add support to Databricks Workflow Job arbitrary arguments by @tatiana in #153
- Update connections.rst by @patawan in #155
- Fix link to OSSRank by @ryw in #157
- ⬆ [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #154
- ⬆ [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #164
- [Databricks] Allow users to install python packages at job and task level by @pankajkoti in #159
- [Databricks] Fix issue for using single notebook task launch without taskgroup by @pankajkoti in #162
- Update README.rst to reflect databricks support by @RNHTTR in #168
- [Databricks] Link Airflow task timeout with Databricks Notebook task by @pankajkoti in #166
- Create retry buttons for Single task and full databricks jobs by @dimberman in #163
- Add example to using webhooks and email notifications on Databricks Workflow by @tatiana in #169
- Add OpenLineage to Cosmos by @denimalpaca in #86
- Fix self-referential dependency in
all
fordbt-openlineage
by @pankajkoti in #171 - Add ci.yml to run unit tests and example DAGs in CI by @pankajkoti in #167
- hotfix:
dbt.all
todbt-all
and etc by @fritz-astronomer in #179 - update docs for
dbt_executable_path
by @fritz-astronomer in #180 - ⬆ [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #176
- Remove examples and astro tests in favor of cosmos-dev by @pohek321 in #183
- ⬆ [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #185
- Move dbt root directory to dags folder by @pohek321 in #147
- Remove all databricks files since we now have a separate databricks provider by @dimberman in #189
- fixes #134 invalid data types getting to subprocess by @MikeWallis42 in #144
- Fix global flags pytest by @pohek321 in #191
- Add KubernetesPodOperator & DockerOperator management by @juldrixx in #133
- Revert "Add KubernetesPodOperator & DockerOperator management" by @jlaneve in #193
New Contributors
- @pre-commit-ci made their first contribution in #143
- @dimberman made their first contribution in #108
- @kaxil made their first contribution in #146
- @shashanksinghfd made their first contribution in #148
- @tatiana made their first contribution in #153
- @patawan made their first contribution in #155
- @ryw made their first contribution in #157
- @pankajkoti made their first contribution in #159
- @RNHTTR made their first contribution in #168
- @denimalpaca made their first contribution in #86
- @fritz-astronomer made their first contribution in #179
- @juldrixx made their first contribution in #133
Full Changelog: astronomer-cosmos-v0.4.2...astronomer-cosmos-v0.5.0