marcos
01/13/2022, 2:49 PM{
"table_name": "some_new_file.json",
"value": df
}
yield Output(df, metadata={})
and then read both the dataframe and metadata in from the next op.Alex Service
01/13/2022, 3:14 PMmetadata
fieldmarcos
01/13/2022, 3:59 PMAlex Service
01/13/2022, 4:16 PM