Remove incorrect arguments from apple subscriber report (#2128)
This commit is contained in:
Родитель
23b27075f9
Коммит
65c6e8be6f
|
@ -54,8 +54,6 @@ with DAG(
|
|||
"sql/moz-fx-data-marketing-prod/apple_app_store/report_subscriber_detailed_v13/query.py",
|
||||
]
|
||||
+ [
|
||||
"apple",
|
||||
"import",
|
||||
"--key-id",
|
||||
"{{ var.value.app_store_connect_key_id }}",
|
||||
"--issuer-id",
|
||||
|
|
|
@ -11,8 +11,6 @@ scheduling:
|
|||
dag_name: bqetl_app_store_connect
|
||||
arguments:
|
||||
[
|
||||
"apple",
|
||||
"import",
|
||||
"--key-id",
|
||||
"{{ var.value.app_store_connect_key_id }}",
|
||||
"--issuer-id",
|
||||
|
|
Загрузка…
Ссылка в новой задаче