This commit is contained in:
Daniel Thorn 2020-10-13 14:43:39 -07:00 коммит произвёл GitHub
Родитель f416723675
Коммит 824ef5f6d5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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