bigquery-etl/tests
Lucia 68159a7f1d
Test mitigation (#6205)
* Add default values in template to fix sqlglot parsing error.

* Adding backfill_date to exception message. Formatting.

* Improve getting collumn dtypes by including the schema files. Change custom_query for custom_query_path for readibility.

* DENG_4733. Improve getting column dtypes by including the schema files. Change custom_query for custom_query_path for readibility.

* Formatting.

* Set values back to NULL were corresponds. Improve output information.

* Rename custom_query to custom_query_path to match the expected parameter.

* Missing import

* Larger wildcards to reduce the chance of collision with actual values.
2024-09-17 12:09:17 +00:00
..
alchemer Print alchemer api error response before failing (#5287) 2024-03-27 15:38:27 -04:00
backfill Test mitigation (#6205) 2024-09-17 12:09:17 +00:00
checks improve is_unique data check message (#5125) 2024-02-27 21:00:11 +01:00
cli Generate query with shredder mitigation (#6060) 2024-09-06 16:21:56 +02:00
dags_config Bug 1709871 - Support private DAGs in the CLI (#2081) 2021-05-28 19:01:36 +02:00
data Change Fivetran Airflow operators to run synchronously so the task concurrency limit is respected. (#5144) 2024-02-29 14:10:38 -08: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 DENG-2823: Added deprecate cli command (#5219) 2024-03-19 11:17:32 -07:00
public_data Automatically sort python imports (#1840) 2021-02-24 17:11:52 -05:00
query_scheduling Fix `format_timedelta` function's parsing of negative timedeltas (#5740) 2024-06-05 09:05:12 -07: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 Add BigQuery schema conversion util (#5034) 2024-02-13 16:46:46 -05:00
shredder [DENG-4641] Add support for shredding per sample id to shredder (#6197) 2024-09-16 17:34:38 +00:00
sql feat(DENG-4847): Add profile_group_id to telemetry_derived.clients_daily_scalar_aggregates_v1 (#6207) 2024-09-16 18:59:09 +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/