* DAG docs - fix broken links and add tags to docs

* change tests

* remove empty line

* fix typo

* fix second test template

* add if case for private-bigquery-etl
This commit is contained in:
Leli 2024-01-04 20:15:10 +01:00 коммит произвёл GitHub
Родитель 84e1188b15
Коммит beea0fd9e9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -21,7 +21,7 @@ from utils.callbacks import retry_tasks_callback
docs = """
### {{ name }}
Built from {{ repo }} repo, [`dags/{{ name }}.py`](https://github.com/mozilla/{{ repo }}/blob/generated-sql/dags/{{ name }}.py)
Built from {{ repo }} repo, [`dags/{{ name }}.py`](https://github.com/mozilla/{{ repo }}/blob/{% if repo == "private-bigquery-etl" %}private-{% endif %}generated-sql/dags/{{ name }}.py)
{% if description != "" -%}
#### Description

Просмотреть файл

@ -11,7 +11,7 @@ from utils.gcp import gke_command
docs = """
### {{ name }}
Built from bigquery-etl repo, [`dags/{{ name }}.py`](https://github.com/mozilla/bigquery-etl/blob/generated-sql/dags/{{ name }}.py)
Built from bigquery-etl repo, [`dags/{{ name }}.py`](https://github.com/mozilla/bigquery-etl/blob/{% if repo == "private-bigquery-etl" %}private-{% endif %}generated-sql/dags/{{ name }}.py)
{% if description != "" -%}
#### Description