bigquery-etl/bigquery_etl
Anthony Miyaguchi cf511d8cc2
Add template for clients_scalar_aggregates (#727)
* Add initial moustache files for scalar_aggregates

* Add Jinja2 dependency

* Update templates with more parameters

* Add format clauses and add query to be formatted

* Add formatted sql

* Add generated sql

python -m bigquery_etl.glam.scalar_aggregates_incremental > sql/telemetry_derived/clients_scalar_aggregates_v1/query.sql

* Generalize clients_scalar_aggregates

* Refactor into attributes and attributes_list

* Add generated sql for generalized query

* Add glam templates to format_sql SKIP

* Fix dryrun by using AS and USING properly in sql

* Add generated sql

* Add instructions on adding new Python library

* Fix linting issues

* Use r""" for backslash in docstring

* Add Jinja2 dependencies to constraints.txt

* Document process for adding new Python dependencies
2020-02-12 09:43:37 -08:00
..
format_sql Fix unholy WITH OFFSET format (#709) 2020-01-28 15:34:08 +01:00
glam Add template for clients_scalar_aggregates (#727) 2020-02-12 09:43:37 -08:00
pytest_plugin Review feedback 2020-02-07 09:48:23 -08:00
shredder Add script for self serve deletion (#635) 2020-01-23 14:52:08 -08:00
util Add script for self serve deletion (#635) 2020-01-23 14:52:08 -08:00
__init__.py Add pytest plugins to lint python scripts (#410) 2019-10-08 14:00:11 -07:00
parse_udf.py Undo formatting for old SQL files 2020-02-07 09:48:23 -08:00