Skip to content
#

rstats

Here are 3,710 public repositories matching this topic...

dash
metaflow
tuulos
tuulos commented Sep 7, 2021

With a config like this

{
    "METAFLOW_DATASTORE_SYSROOT_S3": "s3://mf-test/metaflow/",
}

(note a slash after METAFLOW_DATASTORE_SYSROOT_S3)

metaflow.S3(run=self).put* produces double-slashes like here:

s3://mf-test/metaflow//data/DataLoader/1630978962283843/month=01/data.parquet

The trailing slash in the config shouldn't make a difference

geocompr

Improve this page

Add a description, image, and links to the rstats topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rstats topic, visit your repo's landing page and select "manage topics."

Learn more