We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Based on coverage
coverage
backend/main.py
root endpoint
root
get_raw_data - test CACHE_DATA_FLAG
get_raw_data
CACHE_DATA_FLAG
if r.exists(RAW_DATA_KEY) & CACHE_DATA_FLAG: return r.getDataFrame(RAW_DATA_KEY)
display_raw_data endpoint
display_raw_data
reset_cache endpoint
reset_cache
backend/utils/helper.py
GetDataFromAirtable
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Based on
coverage
backend/main.py
root
endpointget_raw_data
- testCACHE_DATA_FLAG
display_raw_data
endpointreset_cache
endpointbackend/utils/helper.py
GetDataFromAirtable
test for table not found / non 200 status (lines 132:134)The text was updated successfully, but these errors were encountered: