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
Currently, finesse_test.py in api-test supports using a local path for query files with --path. This change would enable specifying a URL to download query files directly but only when using finesse_test.py.
Tasks
Add a --url command line option to finesse_test.py for specifying a remote URL.
Implement functionality to download files from this URL to a temporary directory.
Ensure these downloaded files are used for query execution in finesse_test.py.
Update tests
Update docs
Acceptance Criteria
finesse_test.py accepts a remote URL with --url.
Files are successfully downloaded from the URL.
The text was updated successfully, but these errors were encountered:
Description
Currently,
finesse_test.py
inapi-test
supports using a local path for query files with--path
. This change would enable specifying a URL to download query files directly but only when usingfinesse_test.py
.Tasks
--url
command line option tofinesse_test.py
for specifying a remote URL.finesse_test.py
.Acceptance Criteria
finesse_test.py
accepts a remote URL with--url
.The text was updated successfully, but these errors were encountered: