bigquery-etl/tests
Frank Bertsch 2d407f7e93
GROWTH-101 - Update gclid_conversions view to 1-row per conversion (#4612)
* Update gclid_conversions view to 1-row per conversion

* Fully qualify table
2024-02-12 14:16:59 -08:00
..
alchemer Add separate CI step for SQL and routine tests 2021-07-12 14:10:20 -07:00
backfill DENG-815 Add backfill info cli command (#3915) 2023-06-09 17:32:32 +00:00
checks Adds absolute value to check for unreasonable increase (#4998) 2024-02-09 08:02:49 -08:00
cli Issue 4135: Added publish metadata cli command (#5011) 2024-02-12 11:12:14 -08:00
dags_config Bug 1709871 - Support private DAGs in the CLI (#2081) 2021-05-28 19:01:36 +02:00
data Issue 4135: Added publish metadata cli command (#5011) 2024-02-12 11:12:14 -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 Issue 4135: Added publish metadata cli command (#5011) 2024-02-12 11:12:14 -08:00
public_data Automatically sort python imports (#1840) 2021-02-24 17:11:52 -05:00
query_scheduling Remove referenced_tables usages (#4834) 2024-01-22 12:41:05 -08: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 Automatically sort python imports (#1840) 2021-02-24 17:11:52 -05:00
shredder Fix shredder queries skipping additional deletion requests tables (#3606) 2023-02-22 16:20:24 -08:00
sql AD-178 Update event_aggregates tables to pull query_type from the Ads team's table (#4967) 2024-02-06 13:37:45 -05: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 Revert "Restrict derived view schema generation to views with upstream schema…" (#4941) 2024-02-01 12:08:51 -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_dryrun.py Metric-hub integration (#3696) 2023-04-04 09:19:03 -07:00
test_entrypoint.py Bqetl on rich-cli 💸 (#3775) 2024-01-03 11:30:54 -05:00
test_run_query.py DENG-1021 Added destination table param to query commands (#3951) 2023-06-20 16:17:50 +00:00

README.md

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