Remove scripts that have been replaced by CLI

This commit is contained in:
Anna Scholtz 2022-07-07 14:15:51 -07:00
Родитель 06dc870283
Коммит 8ddf96b3ff
1 изменённых файлов: 1 добавлений и 1 удалений

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

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