Hello, im using GX 0.17.7 and im having a problem when doing a checkpoint.run:
After stating all my checkpoints and doing a SimpleCheckpoint, everything is saved fine in my S3 instance, but when running checkpoint.run() it seems as GX switches up the name of the previous result;
Its saved as
20230807T122139.009641Z/default_pandas_datasource-#ephemeral_pandas_asset.json
But its looking for
20230807T122139/009641Z/default_pandas_datasource-#ephemeral_pandas_asset.json
So it somehow switches the dot (.) for a slash (/) so it gives me the following error:
InvalidKeyError: Unable to retrieve object from TupleS3StoreBackend with the following Key: expectations/default/none/20230807T122139/009641Z/default_pandas_datasource-#ephemeral_pandas_asset.json
How do i fix it?