github astronomer/astronomer-cosmos astronomer-cosmos-v0.7.4
v0.7.4

latest releases: astronomer-cosmos-v1.15.1, astronomer-cosmos-v1.15.1a5, astronomer-cosmos-v1.15.1a4...
3 years ago

Breaking Change

Some import paths have changed after a refactoring PR.

Before:

from cosmos.providers.dbt.dag import DbtDag
from cosmos.providers.dbt.task_group import DbtTaskGroup
from cosmos.providers.dbt.core.operators.kubernetes import DbtRunKubernetesOperator
from cosmos.core.profiles.redshift import RedshiftUserPasswordProfileMapping

Now:

from cosmos.dag import DbtDag
from cosmos.task_group import DbtTaskGroup
from cosmos.operators.kubernetes import DbtRunKubernetesOperator
from cosmos.profiles.redshift import RedshiftUserPasswordProfileMapping

What's Changed

New Contributors

Full Changelog: astronomer-cosmos-v0.7.3...astronomer-cosmos-v0.7.4

Don't miss a new astronomer-cosmos release

NewReleases is sending notifications on new releases.