-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement KeySubstringAssetSelection (#25800)
## Summary & Motivation We want to support subset matching asset keys in the [new asset selection syntax](https://www.notion.so/dagster/New-asset-selection-syntax-12e18b92e4628027ae42ed52139b4b97?showMoveTo=true&saveParent=true). Thus, we need to define a new `KeySubstringAssetSelection ` class to support subset matching asset keys given a list of strings. ## How I Tested These Changes ``` pytest python_modules/dagster/dagster_tests/asset_defs_tests/test_asset_selection.py::test_asset_selection_key_substring ```
- Loading branch information
Showing
3 changed files
with
65 additions
and
0 deletions.
There are no files selected for viewing
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 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 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