diff --git a/task/bq2bq/optimus-plugin-bq2bq.yaml b/task/bq2bq/optimus-plugin-bq2bq.yaml index 1b6e1cd..4c4456b 100644 --- a/task/bq2bq/optimus-plugin-bq2bq.yaml +++ b/task/bq2bq/optimus-plugin-bq2bq.yaml @@ -2,6 +2,10 @@ name: bq2bq description: BigQuery to BigQuery transformation task plugintype: task pluginversion: {{.version}} +asset_parsers: + bq: + - filepath: "./query.sql" +destination_urn_template: "bigquery://:." image: docker.io/gotocompany/optimus-task-bq2bq-executor:{{.version}} entrypoint: script: "python3 /opt/bumblebee/main.py"