bigquery-etl/tests
kik-kik 221cd9b9c2
fix: only generate Airflow task for BigEye if monitoring enabled in the metadata (#6326)
2024-10-10 21:50:42 +00:00
..
alchemer Print alchemer api error response before failing (#5287) 2024-03-27 15:38:27 -04:00
backfill Deng 877 autogenerate checks during shredder mitigation (#6243) 2024-09-24 15:35:25 +00:00
checks improve is_unique data check message (#5125) 2024-02-27 21:00:11 +01:00
cli In validation, only read schema files when necessary (#6252) 2024-09-24 17:03:28 +00:00
dags_config Bug 1709871 - Support private DAGs in the CLI (#2081) 2021-05-28 19:01:36 +02:00
data fix: only generate Airflow task for BigEye if monitoring enabled in the metadata (#6326) 2024-10-10 21:50:42 +00:00
docs Extract mozfun docs generation and modify call order (#2689) 2022-01-28 11:44:17 -05:00
format_sql Fix `verify-format-sql` CI check not reporting SQL formatting issues (#4827) 2024-01-22 11:48:08 -08:00
metadata Add support for secrets when generating Airflow DAGs (#6241) 2024-09-23 19:58:43 +00:00
public_data Automatically sort python imports (#1840) 2021-02-24 17:11:52 -05:00
query_scheduling feat(DENG-4602): add BigEye RunMetricOperator to DAG generation (#6285) 2024-10-03 15:13:27 +00:00
resources/casing Use snake_case() and associated tests. 2020-06-03 16:29:48 -04:00
routine Jinja queries support (#3691) 2023-03-30 11:00:12 -07:00
schema Bug 1920544 Create view to union firefox desktop crashes (#6257) 2024-09-27 17:48:44 +00:00
shredder [DENG-4641] Add support for shredding per sample id to shredder (#6197) 2024-09-16 17:34:38 +00:00
sql Add window rectangle to newtab visits (#6311) 2024-10-08 20:36:52 +00:00
templates/event_types Add query generation capability for events_daily 2021-02-10 17:03:02 -05:00
util Generate query with shredder mitigation (#6060) 2024-09-06 16:21:56 +02:00
validation Put assert UDFs in `mozfun` project (#4367) 2023-10-13 10:58:42 -07:00
view Fix bugs in `derived_view_schemas` SQL generator (#5592) 2024-06-07 19:05:36 -07:00
README.md Big docs/README refactoring (#2527) 2021-11-29 21:28:07 +00:00
__init__.py Add first test (#9) 2019-03-07 12:43:21 -08:00
test_config.py Move routine config to bqetl_project.yaml (#4038) 2023-07-11 10:52:48 -07:00
test_dependency.py GROWTH-101 - Update gclid_conversions view to 1-row per conversion (#4612) 2024-02-12 14:16:59 -08:00
test_deploy.py chore(deploys): Catch and raise for missing dataset/project in table deploys (#6067) 2024-08-15 13:56:36 -04:00
test_dryrun.py Pass the query's project to the dryrun cloud function (#4904) 2024-03-07 15:37:17 -08:00
test_entrypoint.py Use % formatting in logging instead of braces (#5439) 2024-04-25 13:10:56 -04:00
test_run_query.py [DENG-3905] Support queries with temp udfs when billing project is set (#5668) 2024-05-29 10:50:07 -04:00

README.md

For information on how to run tests, see https://mozilla.github.io/bigquery-etl/cookbooks/testing/