quote query arguments (#1433)
This commit is contained in:
Родитель
f416723675
Коммит
824ef5f6d5
|
@ -28,7 +28,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/run_query --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
|
||||
|
|
Загрузка…
Ссылка в новой задаче