Rasmus Bonnevie
01/19/2023, 10:44 AMdefine_asset_job
like this
persist_tables_job = define_asset_job(
name="persist_tables_to_disk", selection=AssetSelection.assets(*all_persisted_assets).upstream()
)
and everything is good, it runs, it shows up correctly in Dagit, etc, except.... there is no Launchpad! I cannot figure out how to trigger a run of the job from Dagit now. 😞
Just updated to 1.10, was on 1.7 before, issues present in both versions.
I have a second asset job where this also happens, but my regular jobs don't have it. I'm using AssetSelection.assets
in both, and I had the launchpad before when I was using AssetSelection.groups
, so that might be the origin of the issue?Vinnie
01/19/2023, 10:45 AMRasmus Bonnevie
01/19/2023, 11:03 AMVinnie
01/19/2023, 11:07 AMAssetSelection.keys()
Rasmus Bonnevie
01/19/2023, 11:14 AMFrederik Löw
03/20/2023, 2:51 PMVinnie
03/20/2023, 3:03 PM