roman
11/18/2021, 7:48 AMAssetMaterialization
history, prior to the upgrade. after the upgrade, when running related pipeline, dagit ui does shows AssetMaterialization visualisation and it history (but not prior to upgrade). I’m not sure where exactly the issue, is it just visualisation issue or those records are missing in the postgres db. I will appreciate any help.johann
11/18/2021, 3:37 PMprha
11/18/2021, 6:57 PMdagster instance reindex
and see if that restores the asset entries. Caution, this might take a long time to run.
The migration notes are here, from the 0.11.0
release: https://github.com/dagster-io/dagster/blob/master/MIGRATION.md#action-required-asset-storageroman
11/19/2021, 12:48 PMinstance migrate
command and right after that instance reindex
(in my case took 1s) - here is the output for the latest:
# dagster instance reindex
$DAGSTER_HOME: /opt/dagster/dagster_home
Checking for reindexing...
Skipping already reindexed summary: asset_key_table
Skipping already reindexed summary: asset_key_index_columns
Done.
I got the same results (see attached screensnips) - I dont see asset history prior to upgrade.
From migration notes for v0.11.0 says
you can either run dagster instance reindex or execute the appropriate pipelines to materialize those assets again.
- just to clarify - the second part mentions to run appropriate pipeline - as far as I understand it’s relevant to new run and it won’t solve missing history - is that correct?prha
11/19/2021, 11:34 PMroman
11/20/2021, 2:34 PMprha
11/29/2021, 9:48 PM