happy-sunset-85283
04/23/2023, 8:56 PMFlyteRemote.execute
?happy-sunset-85283
04/23/2023, 8:57 PMremote.execute(mytask, {"df": df})
but I get ValueError: Failed to find a handler for , protocol gcs, fmt ||
(my FlyteRemote is configured with data_upload_location pointing to gcs)freezing-airport-6809
freezing-airport-6809
freezing-airport-6809
happy-sunset-85283
04/24/2023, 7:48 AMfsspec.open()
files with the same prefix as I set as data_upload_location.happy-sunset-85283
04/24/2023, 7:51 AM.outputs.get('o0').open(pd.DataFrame)
), so the gcs libs and permissions seem to be ok.happy-sunset-85283
04/25/2023, 12:07 PM.execute(task, {"df": StructuredDataset(dataframe=df)})
worksfreezing-airport-6809