-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[FOU-470] ANTLR Dev Setup #25759
Merged
Merged
[FOU-470] ANTLR Dev Setup #25759
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Nov 6, 2024
python_modules/dagster/dagster/_core/definitions/antlr_asset_selection/fix_imports.py
Outdated
Show resolved
Hide resolved
briantu
force-pushed
the
briantu/set-up-antlr-asset-selection
branch
from
November 6, 2024 01:07
1a559e3
to
6635c3e
Compare
salazarm
approved these changes
Nov 6, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥳
salazarm
reviewed
Nov 6, 2024
OwenKephart
reviewed
Nov 6, 2024
python_modules/dagster/dagster/_core/definitions/antlr_asset_selection/antlr_asset_selection.py
Outdated
Show resolved
Hide resolved
briantu
force-pushed
the
briantu/new-asset-selection-syntax
branch
from
November 6, 2024 22:51
056580d
to
8dc1013
Compare
briantu
force-pushed
the
briantu/set-up-antlr-asset-selection
branch
from
November 6, 2024 22:51
686b440
to
59ac4b6
Compare
briantu
force-pushed
the
briantu/new-asset-selection-syntax
branch
from
November 7, 2024 22:01
66b36f5
to
fdb0ac3
Compare
briantu
force-pushed
the
briantu/set-up-antlr-asset-selection
branch
from
November 7, 2024 22:01
59ac4b6
to
dc22bf7
Compare
briantu
force-pushed
the
briantu/new-asset-selection-syntax
branch
from
November 7, 2024 22:02
fdb0ac3
to
31ba29c
Compare
briantu
force-pushed
the
briantu/set-up-antlr-asset-selection
branch
from
November 7, 2024 22:06
dc22bf7
to
e18a086
Compare
briantu
force-pushed
the
briantu/new-asset-selection-syntax
branch
from
November 7, 2024 22:40
31ba29c
to
6a6a84d
Compare
briantu
force-pushed
the
briantu/set-up-antlr-asset-selection
branch
from
November 7, 2024 22:40
f76d940
to
66d53aa
Compare
briantu
force-pushed
the
briantu/new-asset-selection-syntax
branch
from
November 8, 2024 22:59
a207a62
to
d447bdb
Compare
briantu
force-pushed
the
briantu/set-up-antlr-asset-selection
branch
from
November 8, 2024 22:59
66d53aa
to
5f0aacd
Compare
briantu
force-pushed
the
briantu/new-asset-selection-syntax
branch
from
November 8, 2024 23:00
d447bdb
to
fedd8a7
Compare
briantu
force-pushed
the
briantu/set-up-antlr-asset-selection
branch
from
November 8, 2024 23:00
5f0aacd
to
4a0c4e9
Compare
briantu
force-pushed
the
briantu/new-asset-selection-syntax
branch
from
November 8, 2024 23:04
fedd8a7
to
0789d24
Compare
briantu
force-pushed
the
briantu/set-up-antlr-asset-selection
branch
2 times, most recently
from
November 11, 2024 20:12
5a82bfe
to
0fb1592
Compare
briantu
force-pushed
the
briantu/set-up-antlr-asset-selection
branch
from
November 11, 2024 21:01
0fb1592
to
04c3c26
Compare
briantu
force-pushed
the
briantu/new-asset-selection-syntax
branch
from
November 11, 2024 21:16
0789d24
to
0659c9e
Compare
briantu
force-pushed
the
briantu/set-up-antlr-asset-selection
branch
from
November 11, 2024 21:17
04c3c26
to
2a32ffc
Compare
briantu
force-pushed
the
briantu/new-asset-selection-syntax
branch
from
November 12, 2024 16:38
0659c9e
to
4e91627
Compare
briantu
force-pushed
the
briantu/set-up-antlr-asset-selection
branch
from
November 12, 2024 16:38
2a32ffc
to
ecb181b
Compare
briantu
force-pushed
the
briantu/new-asset-selection-syntax
branch
from
November 14, 2024 20:32
4e91627
to
2bf97d5
Compare
briantu
force-pushed
the
briantu/set-up-antlr-asset-selection
branch
from
November 14, 2024 20:32
ecb181b
to
857ad28
Compare
briantu
changed the base branch from
briantu/new-asset-selection-syntax
to
graphite-base/25759
November 14, 2024 20:55
briantu
force-pushed
the
briantu/set-up-antlr-asset-selection
branch
from
November 14, 2024 20:59
857ad28
to
4861842
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary & Motivation
Now that we have the files generated by ANTLR. We want to use those files to construct an
AntlrAssetSelection
class to actually use ANTLR for asset selection.How I Tested These Changes