Closed alexmassen-hane closed 11 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
44f6e80
) 86.99% compared to head (e1db4e6
) 87.11%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@alexmassen-hane, it would be better to move the functions related to data quality to a different pull request so that changes to them don't block the data quality workflow from being merged. In the new PR, the observatory environment shouldn't be imported to the bigquery module, as it will result in a circular import.
This PR was to originally just to add the function "bq_get_table" to the platform. However, I noticed that there were a few small functions in that were missing some unit tests. I have added the missing small tests for the all the functions bigquery.py.
Please review and edit as necessary.