bigquery-etl/tests
Sean Rose 5a7d7985c1
Fix `format_timedelta` function's parsing of negative timedeltas (#5740)
* Fix `format_timedelta` function's parsing of negative timedeltas.

The entire timedelta can be negative.

* Refactor to use a single timedelta regular expression.

* Fix typo in `format_timedelta` function argument.
2024-06-05 09:05:12 -07:00
..
alchemer Print alchemer api error response before failing (#5287) 2024-03-27 15:38:27 -04:00
backfill DENG-3719: Allow setting billing project for managed backfills (#5605) 2024-05-21 12:27:55 -07:00
checks improve is_unique data check message (#5125) 2024-02-27 21:00:11 +01:00
cli Added dataset id (#5721) 2024-06-04 13:16:21 -07: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 Add unit test to verify shredder delete target and source counts (#5589) 2024-05-15 16:03:46 -05:00
sql Hardcode normalized_os as iOS in event_aggregates (#5725) 2024-06-05 10:40:14 -04:00
templates/event_types Add query generation capability for events_daily 2021-02-10 17:03:02 -05:00
util Indent join conditions (#4223) 2024-01-11 15:50:26 -08:00
validation Put assert UDFs in `mozfun` project (#4367) 2023-10-13 10:58:42 -07:00
view Bug 1868244 Publish views if dry run schema differs from deployed (#5057) 2024-02-22 10:59:04 -05: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 fix(deploy): skip (instead of fail) deploys with explicitly null destination_table (#5700) 2024-05-31 12:50:47 -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/