bigquery-etl/tests
Ben Wu 1e13a6c29a
Support results with no rows in matches_pattern check (#6521)
* Support results with no rows in matches_pattern check

* remove extra )
2024-11-19 18:13:07 +00:00
..
alchemer Print alchemer api error response before failing (#5287) 2024-03-27 15:38:27 -04:00
backfill Improve checks to account for null replacements (#6508) 2024-11-15 17:03:02 +00:00
checks Support results with no rows in matches_pattern check (#6521) 2024-11-19 18:13:07 +00:00
cli Add CLI command to run Bigeye checks (#6383) 2024-11-05 18:02:42 +00:00
dags_config Bug 1709871 - Support private DAGs in the CLI (#2081) 2021-05-28 19:01:36 +02:00
data Add CLI command to run Bigeye checks (#6383) 2024-11-05 18:02: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 Bigeye - Add support for deploying and removing custom SQL rules (#6379) 2024-11-04 17:41:46 +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 Make shredder detect glean derived tables with client_info.client_id (#6459) 2024-11-12 23:01:47 +00:00
sql update telemetry for list cards (#6445) 2024-11-05 23:37:50 +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/