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

[auto-materialize][refactor] Remove bfs_filter_asset_partitions from auto-materialize logic #15498

Merged
merged 12 commits into from
Jul 27, 2023
Prev Previous commit
Next Next commit
merge
  • Loading branch information
OwenKephart committed Jul 26, 2023
commit de6fb5a2e3804954b47070969244c395dcc41bb5
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
from dagster import AssetKey, DagsterInstance, observable_source_asset
from dagster._core.definitions.asset_daemon_context import get_auto_observe_run_requests
from dagster._core.definitions.asset_daemon_cursor import AssetDaemonCursor
from dagster._core.definitions.asset_graph import AssetGraph
from dagster._core.definitions.asset_reconciliation_sensor import (
get_auto_observe_run_requests,
reconcile,
)
from dagster._core.definitions.asset_reconciliation_sensor import reconcile
from pytest import fixture


Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.