Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Регистрация
Вход
mozilla
/
bigquery-etl
зеркало из
https://github.com/mozilla/bigquery-etl.git
Следить
1
В избранное
0
Форкнуть
Вы уже форкнули bigquery-etl
0
Код
Задачи
Пакеты
Проекты
Релизы
Вики
Активность
2a1454c309
bigquery-etl
/
.flake8
4 строки
50 B
Plaintext
Исходник
Обычный вид
История
Убрать экранирование
Экранировать
Add first test (#9)
2019-03-07 23:43:21 +03:00
[flake8]
Dryrun stored procedures (#1367) * Dryrun stored procedures * Reformat SQL * Update tests for reformatted sql * Fix doc format again * Let black run past max-line-length Black does not mandate line-length, it only tries to adhere to it. For that reason, we can't have flake8 fail at too-long line length. https://black.readthedocs.io/en/stable/the_black_code_style.html#line-length * Why doesn't pydoctest run locally? * Apply suggestions from code review Co-authored-by: Anna Scholtz <anna@scholtzan.net> Co-authored-by: Anna Scholtz <anna@scholtzan.net>
2020-10-01 23:48:28 +03:00
max-line-length = 92
Event analysis udfs (#1343) * WIP: Event analysis UDFs * WIP: Some stored procedures for working with events * Add UDF descriptions && move datasets * Add capabilities for testing procedures * Add procedures for creating funnel views * Dryrun stored procedures * Add support for count queries to events view * Remove legacy stored procedures * Remove dryruns * Add explicit count support * Change SQL to work around sqlparse bug See https://github.com/andialbrecht/sqlparse/issues/583 * Run black * Reformat SQL * Reformat assertion * Fix doc issues * Add stored procedure test file * Flake8 issue * Reformat last file * Ignore pre-colon whitespace failure * Also ignore line breaks before binary operators * Apply suggestions from code review Co-authored-by: Anna Scholtz <anna@scholtzan.net> * Fix sql lint Co-authored-by: Anna Scholtz <anna@scholtzan.net>
2020-09-29 23:33:38 +03:00
ignore = E203, W503