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

Be able to add larger datasets that are not meant to be tested #555

Open
pchtsp opened this issue Aug 20, 2024 · 0 comments
Open

Be able to add larger datasets that are not meant to be tested #555

pchtsp opened this issue Aug 20, 2024 · 0 comments
Labels
triage Issues waiting triage

Comments

@pchtsp
Copy link
Collaborator

pchtsp commented Aug 20, 2024

Is your feature request related to a problem? Please describe.
The tests cases in the apps are always very small because they need to be tested in the unit tests. I'd like to be able to upload test cases that can be used for demos and that take time to solve. Also the reports are prettier when there's more data.

Describe the solution you'd like
I propose to add an optional property to the datasets that is a flag that says if the dataset should be tested. By default it's tested unless there's a flag with a false value.

Describe alternatives you've considered
Not uploading large datasets to the app.

Additional context
Other issues may appear such as the way we currently store these datasets in airflow. Maybe we could find better ways to store these datasets (bucket, etc.) that doesn't rely on the airflow variables.

@pchtsp pchtsp added the triage Issues waiting triage label Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Issues waiting triage
Projects
None yet
Development

No branches or pull requests

1 participant