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

[2/n] Update selection syntax to use DBT style traversal syntax (javascript) #27016

Open
wants to merge 4 commits into
base: salazarm/update-selection-syntax
Choose a base branch
from

Conversation

salazarm
Copy link
Contributor

@salazarm salazarm commented Jan 10, 2025

Summary & Motivation

As titled, motivation: https://dagsterlabs.slack.com/archives/C07UYD618SF/p1735912770220549

key:my_asset+ - my_asset and all downstream assets
key:my_asset+1 - my_asset and all immediate downstream neighbors
key:my_asset+5 - my_asset and 5 layers of downstream neighbors
+key:my_asset - my_asset and all upstream assets
1+key:my_asset - my_asset and all immediate upstream neighbors
5+key:my_asset - my_asset and 5 layers of upstream neighbors

How I Tested These Changes

jest

@salazarm salazarm changed the title [1/n] Update asset selection syntax to use DBT style traversal syntax (javascript) [2/n] Update asset selection syntax to use DBT style traversal syntax (javascript) Jan 10, 2025
@salazarm salazarm changed the base branch from master to salazarm/update-selection-syntax January 10, 2025 13:17
@salazarm salazarm requested a review from schrockn January 10, 2025 13:17
Copy link

github-actions bot commented Jan 10, 2025

Deploy preview for dagit-core-storybook ready!

✅ Preview
https://dagit-core-storybook-d4fz9qda0-elementl.vercel.app
https://salazarm-salazarm-update-selection-syntax-2.core-storybook.dagster-docs.io

Built with commit 0e59281.
This pull request is being automatically deployed with vercel-action

@salazarm salazarm changed the title [2/n] Update asset selection syntax to use DBT style traversal syntax (javascript) [2/n] Update selection syntax to use DBT style traversal syntax (javascript) Jan 10, 2025
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.

2 participants