Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Support dataset aliases #1217

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

WIP: Support dataset aliases #1217

wants to merge 5 commits into from

Conversation

tatiana
Copy link
Collaborator

@tatiana tatiana commented Sep 23, 2024

WIP, missing tests and validation

Closes: #522
Closes: #1119

Copy link

netlify bot commented Sep 23, 2024

Deploy Preview for sunny-pastelito-5ecb04 ready!

Name Link
🔨 Latest commit 8ab7075
🔍 Latest deploy log https://app.netlify.com/sites/sunny-pastelito-5ecb04/deploys/66f5183a3db86e0008f14134
😎 Deploy Preview https://deploy-preview-1217--sunny-pastelito-5ecb04.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

cosmos/core/airflow.py Outdated Show resolved Hide resolved
…oduce the airflow standalone issue we're experiencing
@@ -145,7 +153,19 @@ def __init__(
self._dbt_runner: dbtRunner | None = None
if self.invocation_mode:
self._set_invocation_methods()
super().__init__(**kwargs)

if AIRFLOW_VERSION >= Version("2.10"):
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

only run this if emit_datasets is set to true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dataset Aliases Airflow orphaning unreferenced Dataset URIs in Cosmos 1.1
2 participants