Charlie Bini
03/02/2023, 3:47 PMsandy
03/02/2023, 7:54 PMCharlie Bini
03/02/2023, 8:32 PMcontext.instance.get_latest_materialization_event
to change some parameters if this is the first time the asset has been materialized. The function works as expected, but the initial run failed, and then upon retry, it actually returned a materialization record, even though the asset had not been successfully materialized.Emir Karamehmetoglu
03/18/2023, 2:35 PMPawel Gucik
05/15/2023, 3:27 PMif context.instance.get_latest_materialization_event(asset_A_key) is None:
return empty_dataframe
else:
return asset_b_dataframe