-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add service to import data from remote URL vs uploading local file #5406
Conversation
This PR adds a The S3 url will use The http/ftp are currently using Basic Auth creds embedded in the hostname (e.g. To test the ftp w/basic auth endpoint I used this command to serve the The UI changes add a "Remote URL" import type: This choice then shows optional authentication fields: |
> add ftp > remove unneeded > undo change not needed > add eye icon to hide/show pw > use a password field > add username/pw, make remote url a data type > Merge remote-tracking branch 'origin/hoot2x' into import_remote_data > Merge remote-tracking branch 'origin/hoot2x' into import_remote_data > add a URL input to import remote data
full path may avoid this error: ImportError: Import by filename is not supported. Error running convert: Unable to find an appropriate scripting language for: translations/quick.js
…data # Conflicts: # hoot-ui-2x
> update build info > Merge remote-tracking branch 'origin/hoot2x' into import_remote_data > allow sftp and ftps
fixes #5391