Skip to content

Commit

Permalink
feat: add custom entrypoint (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
deryrahman committed Feb 27, 2023
1 parent e094818 commit 5c1eddf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion task/bq2bq/optimus-plugin-bq2bq.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: bq2bq
description: BigQuery to BigQuery transformation task
plugintype: task
pluginversion: 0.2.1 # update this with expected tag before release
pluginversion: 0.3.0 # update this with expected tag before release
image: docker.io/odpf/optimus-task-bq2bq-executor:0.2.1
entrypoint: "python3 /opt/bumblebee/main.py"
questions:
- name: PROJECT
prompt: Project ID
Expand Down

0 comments on commit 5c1eddf

Please sign in to comment.