Skip to content

Releases: astronomer/astronomer-cosmos

v1.8.0a4

19 Dec 16:49
Compare
Choose a tag to compare
v1.8.0a4 Pre-release
Pre-release

Same as v1.8.0a3 and additionally the below changes:

New Features

Bug Fixes

  • Fix Snowflake Profile mapping when using AWS default region by @tatiana in #1406

Enhancements

Docs

Others

v1.8.0a3

17 Dec 14:15
Compare
Choose a tag to compare
v1.8.0a3 Pre-release
Pre-release

New Features

Bug Fixes

  • Fix the mock value of port in TrinoBaseProfileMapping to be an integer by @dwolfeu #1322
  • Fix access to the dbt docs menu item outside of Astro cloud by @tatiana in #1312
  • Add missing DbtSourceGcpCloudRunJobOperator in module cosmos.operators.gcp_cloud_run_job by @anai-s in #1290
  • Support building DbtDag without setting paths in ProjectConfig by @tatiana in #1307
  • Fix parsing dbt ls outputs that contain JSONs that are not dbt nodes by @tatiana in #1296

Enhancements

Others

Closes: #1193

v1.8.0a2

29 Nov 10:53
Compare
Choose a tag to compare
v1.8.0a2 Pre-release
Pre-release

Creating this release from branch fix-logging-run-command to support troubleshooting user issues.

v1.8.0a1

28 Nov 22:22
Compare
Choose a tag to compare
v1.8.0a1 Pre-release
Pre-release

Creating this release from branch fix-logging-run-command, to support troubleshooting user issue.

v1.5.0rc2

31 Oct 11:46
Compare
Choose a tag to compare
v1.5.0rc2 Pre-release
Pre-release

v1.7.1

29 Oct 14:15
6bee880
Compare
Choose a tag to compare

Bug fixes

  • Fix DbtVirtualenvBaseOperator to use correct virtualenv Python path by @kesompochy in #1252
  • Fix displaying dbt docs as menu item in Astro by @tatiana in #1280
  • Fix: Replace login by user for clickhouse profile by @petershenri in #1255

Enhancements

  • Improve dbt Docs Hosting Debugging -- Update dbt_docs_not_set_up.html by @johnmcochran in #1250
  • Minor refactor on VirtualenvOperators & add test for PR #1253 by @tatiana in #1286

Docs

Others

v1.7.1a3

24 Oct 09:15
Compare
Choose a tag to compare
v1.7.1a3 Pre-release
Pre-release

Bug fixes

Others

  • Fix release after the raw rst directive disabled was disabled in PyPI by @tatiana in #1282

v1.7.1a2

24 Oct 07:51
Compare
Choose a tag to compare
v1.7.1a2 Pre-release
Pre-release

Bug fixes

Others

  • Fix release after the raw rst directive disabled was disabled in PyPI by @tatiana in #1282

v1.7.1a1

24 Oct 07:35
Compare
Choose a tag to compare
v1.7.1a1 Pre-release
Pre-release

Others

  • Fix release to PyPI after raw rst directive disabled by @tatiana in #1281

v1.7.0

04 Oct 10:51
534a14e
Compare
Choose a tag to compare

New Features

Enhancements

  • Create single virtualenv when DbtVirtualenvBaseOperator has virtualenv_dir=None and is_virtualenv_dir_temporary=True by @kesompochy in #1200
  • Consistently handle build and imports in cosmos/__init__.py by @tatiana in #1215
  • Add enum constants to init for direct import by @fabiomx in #1184

Bug fixes

Docs

Others