bigquery-etl/tests
Can Berk Güder 2cea3c6c9d
Fix ADM daily aggregates (#6845)
* Fix ADM daily aggregates

* Address feedback

* Reformat SQL

* Add mock data for quick_suggest_v1 to fix tests

Also change block IDs to be integers across the board

* Fix expected data

* More fixes to expected data

* Add quick_suggest_ping_type, and a click that should be ignored

* Move quick_suggest_context_id to uuid

* Fix expected data
2025-01-27 20:05:02 +00:00
..
alchemer Print alchemer api error response before failing (#5287) 2024-03-27 15:38:27 -04:00
backfill Deng 7329 Added shredder mitigation backfill validation (#6874) 2025-01-27 18:33:36 +00:00
checks Support results with no rows in matches_pattern check (#6521) 2024-11-19 18:13:07 +00:00
cli Deng 7329 Added shredder mitigation backfill validation (#6874) 2025-01-27 18:33:36 +00:00
dags_config Bug 1709871 - Support private DAGs in the CLI (#2081) 2021-05-28 19:01:36 +02:00
data Set Bigeye Airflow task timeouts to 1h (#6803) 2025-01-13 22:18:25 +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 Remove project from DeleteSource table in shredder_targets (#6573) 2024-12-02 16:41:56 +00:00
sql Fix ADM daily aggregates (#6845) 2025-01-27 20:05:02 +00:00
templates/event_types Add query generation capability for events_daily 2021-02-10 17:03:02 -05:00
util Exclude files from bigquery_etl project_dirs listing (#6763) 2025-01-06 22:44:28 +00: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
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 Support for deploying queries consisting of only metadata.yaml and schema.yaml (#6529) 2024-11-20 19:53:22 +00: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/