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
In my use case, we have a project with files stored on the local server and I'd like to better manage these files and perform data validation for internal purposes. This means what I'm doing is intended for a safe environment, not for any customer application. In this case, I'd like to be able to access the shared datasets from the absolute path, which is currently not possible.
Would it be possible to add an argument to the Datapackage instance allowing absolute paths?
Or maybe there is a better way of doing this which I'm not aware of?
Thank you!
The text was updated successfully, but these errors were encountered:
Hi,
When instantiating a resource, would it be possible to check the path for safety only optionally?
Refering to:
datapackage-py/datapackage/resource.py
Line 806 in c6f479d
In my use case, we have a project with files stored on the local server and I'd like to better manage these files and perform data validation for internal purposes. This means what I'm doing is intended for a safe environment, not for any customer application. In this case, I'd like to be able to access the shared datasets from the absolute path, which is currently not possible.
Would it be possible to add an argument to the Datapackage instance allowing absolute paths?
Or maybe there is a better way of doing this which I'm not aware of?
Thank you!
The text was updated successfully, but these errors were encountered: