Simon L

Results 7 comments of Simon L

I love AWS in general, but just so you know, this works fine in Google Cloud Container Registry.

BTW ``` shutil.rmtree(artifact_path) ``` fails on single file deletes using the REST API to delete artifacts. It should be: ``` if os.path.isfile(artifact_path): os.remove(artifact_path) else: shutil.rmtree(artifact_path) ```

Hey Brian! > From the user perspective, there might be two ways to handle this: > > New subcommand: dagshub sync data/ data > New flag for upload: dagshub upload...

@harupy are there any news regarding the Databricks compatibility? @danilopeixoto are you opening a PR following Option 1?

> This is what we used to have, but the CRDs were not being updated then. Helm does not provide a good story here. Is there an open issue for...

Thanks for the review, I'll make the fixes as soon as I can.

Correct, encountering the same issue.