Leo Qin
01/03/2023, 5:32 PMMaterializing unexpected asset key: AssetKey([a,b])
where a,b
is an asset from run X! Also, while asset materialization events for run X were successfully logged, there were no such events for run Y even though the logs indicate that the dbt job was successful.
I notice that the run has isolation:disabled
so i suspect this has something to do with it - any advice on what happened and how to prevent it from happening in the future?Joe
01/03/2023, 6:06 PMisolation:enabled
fix it?Leo Qin
01/03/2023, 6:14 PMJoe
01/03/2023, 6:18 PMnon_isolated_runs:
enabled: True
to the deployment settings"dagster/isolation", "disabled"
as a tag on the run if you keep the deployment setting enabledLeo Qin
01/03/2023, 6:25 PMunexpectedly exited with exit code -9
Joe
01/03/2023, 6:25 PMLeo Qin
01/03/2023, 6:26 PMJoe
01/03/2023, 6:26 PMLeo Qin
01/03/2023, 6:38 PMJoe
01/03/2023, 6:38 PMLeo Qin
01/03/2023, 8:48 PM