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

Merged
merged 5 commits into from
Jan 13, 2025

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
Base automatically changed from salazarm/update-selection-syntax to master January 13, 2025 19:41
@salazarm salazarm merged commit 93bb57b into master Jan 13, 2025
2 checks passed
@salazarm salazarm deleted the salazarm/salazarm/update-selection-syntax-2 branch January 13, 2025 19:41
salazarm added a commit that referenced this pull request Jan 13, 2025
…complete) (#27021)

## 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
marijncv pushed a commit to marijncv/dagster that referenced this pull request Jan 21, 2025
…script) (dagster-io#27016)

## 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
marijncv pushed a commit to marijncv/dagster that referenced this pull request Jan 21, 2025
…complete) (dagster-io#27021)

## Summary & Motivation

Update auto-complete for the selection syntax.

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

Built on dagster-io#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
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.

3 participants