For backfills, where can I see the run log? When ...
# ask-community
n
For backfills, where can I see the run log? When I click here, it doesn't show me the full log
🤖 1
j
if you click on the backfill id, it will take you to a page of all of the runs in that backfill. you can then click on the individual run ids to see the logs for that run
n
When I click on the backfill id it takes me to this page
I don't see the runs
Moreover on the runs tab I also don't see runs for backfills
j
hmmm - what dagster version are you running?
n
Copy code
$ dagster --version
dagster, version 1.4.4
j
ah ok, figured it out - i was looking at a backfill for a job, whereas you’re backfilling an asset. let me get the right sequence for you
n
Ah yes, I'm on the asset-only architecture
j
yeah - i just clicked on the first backfill in the ui and didn’t consider jobs vs assets
so for assets it’s a bit different
if you click the dropdown arrow at the far right there should be a View backfill runs option. and that should take you to a list of runs where you can click into each run and see the logs
🌈 1
n
Thanks, that works!