Volume file uploads remove +
#589
Labels
awaiting-upstream
The issue cannot be resolved without action in another repository (may be owned by Pulumi).
blocked
The issue cannot be resolved without 3rd party action.
kind/bug
Some behavior is incorrect or out of spec
Describe what happened
When creating a
File
with a+
in its destination name the+
is removed and replaced with a whitespace.We're using git-based versioning for our jars/wheels which then end up looking e.g. like
some-lib-1.2.3.dev1+gf4a65aec.jar
.Uploading these leads to the file on databricks having the
+
replaced with a whitespace.The
File.path
output still contains the+
though, so the omission certainly doesn't seem intended.Uploading files containing a
+
seems to be a valid/supported thing - it's possible e.g. via the databricks UI, so it doesn't seem to be a limitation.Sample program
In the catalog UI this shows up as:
Log output
No response
Affected Resource(s)
pulumi_databricks.File
Output of
pulumi about
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: