Skip to content
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 URL Download Option for Query Files for finesse_test in api-test #21

Open
5 tasks
k-allagbe opened this issue May 1, 2024 · 0 comments
Open
5 tasks

Comments

@k-allagbe
Copy link
Member

Description

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.
@k-allagbe k-allagbe added this to Finesse May 1, 2024
@k-allagbe k-allagbe moved this to Todo in Finesse May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant