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

[3/n] Update selection syntax to use DBT style traversal syntax (Autocomplete) #27021

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

Conversation

salazarm
Copy link
Contributor

Summary & Motivation

Update auto-complete for the selection syntax.

Motivation: https://dagsterlabs.slack.com/archives/C07UYD618SF/p1735912770220549

Built on #27016

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 test

Copy link

github-actions bot commented Jan 10, 2025

Deploy preview for dagit-core-storybook ready!

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

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

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