Open LeoLee-Xiaohu opened 4 days ago
@LeoLee-Xiaohu this should be fixed now with latest version. see for example the unittest now working without a cluster value https://github.com/aodn/aodn_cloud_optimised/blob/main/test_aodn_cloud_optimised/test_generic_parquet_handler.py#L211
work is done here: https://github.com/aodn/aodn_cloud_optimised/blob/main/aodn_cloud_optimised/lib/GenericParquetHandler.py#L1134
We created a Prefect flow that used the cloud optimised repo to update parquet datasets. However, there is an error of
UnboundLocalError: cannot access local variable 'client' where it is not associated with a value
broke the prefect flow.Here is the error log in prefect:
It seems like that the ClusterMode of
None
is not supported for parquet. It could be very helpful if @lbesnard could have a look on this.