Hi all, Is it possible to create an asset job tha...
# ask-community
d
Hi all, Is it possible to create an asset job that includes assets from another repo? We want to create workflows that sequentially materialize (dependent) assets across repos. E.g.:
Copy code
my_workflow_job = define_asset_job(
    "my_workflow_job",
    selection=AssetSelection.keys(asset_from_upstream_repo_A, asset_from_upstream_repo_B, asset_from_this_repo),
)
If this is not possible, what’s the best way to create such workflows?
👀 2
@Pieter Custers