fix(bqetl_backfill): sandbox arguments are still in main...need to be removed (#1991)
This commit is contained in:
Родитель
4515cfa142
Коммит
0d3d2f28af
|
@ -174,11 +174,7 @@ def bqetl_backfill_dag():
|
|||
task_id="bqetl_backfill",
|
||||
arguments=generate_backfill_command(),
|
||||
image="gcr.io/moz-fx-data-airflow-prod-88e0/bigquery-etl:latest",
|
||||
# gcp_conn_id="google_cloud_airflow_gke",
|
||||
gcp_conn_id="google_cloud_gke_sandbox",
|
||||
project_id="moz-fx-data-gke-sandbox",
|
||||
location="us-west1",
|
||||
cluster_name="breyes-gke-sandbox",
|
||||
gcp_conn_id="google_cloud_airflow_gke",
|
||||
)
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче