You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When loading a file containing capital letters, an error is raised, as there is a validation problem. I have tried to correct this with update_package and update_resource, but the same error occurs when the first processor is called.
Is there a way to change this behavior? I cannot change the name of an online dataset.
The same dataset does not cause any error in dataflows.
Thanks,
Giuseppe
Python 3.82
MacOs 10.15.7
The text was updated successfully, but these errors were encountered:
Hey Giuseppe - do you mean that the file name contains uppercase letters,
or that the uppercase letters are in a different location?
If possible, could you share your pipeline-spec file and some sample of
your source file?
On Wed, Nov 11, 2020 at 4:22 PM Giuseppe Peronato ***@***.***> wrote:
When loading a file containing capital letters, an error is raised, as
there is a validation error. I have tried to correct this with update_package
and update_resource, but the same error occurs when the first processor
is called.
Is there a way to change this behavior? I cannot change the name of an
online dataset.
The same dataset does not cause any error in dataflows.
Thanks,
Giuseppe
Python 3.82
MacOs 10.15.7
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#197>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACAY5NIH25GPXTDK35EXO3SPKMZZANCNFSM4TSBRSQQ>
.
Hi Adam,
yes sorry, I meant uppercase letters, which do not match the validation '^([-a-z0-9._/])+$'.
Here is my pipeline-spec with the link to the source file:
When loading a file containing capital letters, an error is raised, as there is a validation problem. I have tried to correct this with
update_package
andupdate_resource
, but the same error occurs when the first processor is called.Is there a way to change this behavior? I cannot change the name of an online dataset.
The same dataset does not cause any error in
dataflows
.Thanks,
Giuseppe
Python 3.82
MacOs 10.15.7
The text was updated successfully, but these errors were encountered: