Remove scripts that have been replaced by CLI
This commit is contained in:
Родитель
06dc870283
Коммит
8ddf96b3ff
|
@ -31,7 +31,7 @@ elif [ "$1" = "query" ]; then
|
|||
# query [options] FILE
|
||||
# we dispatch to a script that inspects metadata and emulates the following call:
|
||||
# bq query [options] < FILE
|
||||
exec script/run_query --query_file="${@: -1}" "${@:1:$#-1}"
|
||||
exec script/bqetl query run --query_file="${@: -1}" "${@:1:$#-1}"
|
||||
elif [ "$XCOM_PUSH" = "true" ]; then
|
||||
# KubernetesPodOperator will extract the contents of /airflow/xcom/return.json as an xcom
|
||||
# if the xcom_push parameter is true
|
||||
|
|
Загрузка…
Ссылка в новой задаче