bigquery-etl/script/publish_public_data_json

12 строки
261 B
Plaintext
Исходник Обычный вид История

2020-04-15 02:12:55 +03:00
#!/bin/sh
2020-04-15 02:12:55 +03:00
# Export query result data as JSON to a publicly accessible bucket.
#
# Data of the query is exported if "json_export" is set in
# the corresponding metadata file.
2020-04-15 02:12:55 +03:00
cd "$(dirname "$0")/.."
2020-04-15 02:12:55 +03:00
exec python3 -m bigquery_etl.public_data.publish_json "$@"