forked from dagster-io/dagster
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dagster-sigma] avoid fetching lineage info for filtered workbooks (d…
…agster-io#26146) ## Summary Ensure we don't fetch lineage, schema information for workbooks that a user has indicated they want to filter out - previously even though we wouldn't return these objects we'd still perform some fetched for them. ## Test Plan Mock & check call count to make sure we only fetch workbook data when appropriate. ## Changelog > [dagster-sigma] Workbooks filtered using a `SigmaFilter` no longer fetch lineage information.
- Loading branch information
Showing
2 changed files
with
82 additions
and
53 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