Skip to content

Commit

Permalink
feat: add auto dep res support (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
deryrahman authored Oct 18, 2023
1 parent aeee206 commit 76ba68d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions task/bq2bq/optimus-plugin-bq2bq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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://<PROJECT>:<DATASET>.<TABLE>"
image: docker.io/gotocompany/optimus-task-bq2bq-executor:{{.version}}
entrypoint:
script: "python3 /opt/bumblebee/main.py"
Expand Down

0 comments on commit 76ba68d

Please sign in to comment.