From b3c74a5906940af2b953576bb651a45e14e7653f Mon Sep 17 00:00:00 2001 From: Dery Rahman Ahaddienata Date: Fri, 3 Mar 2023 11:30:45 +0700 Subject: [PATCH] fix: use version 0.3.2 instead --- task/bq2bq/optimus-plugin-bq2bq.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/task/bq2bq/optimus-plugin-bq2bq.yaml b/task/bq2bq/optimus-plugin-bq2bq.yaml index a5787f7..d207333 100644 --- a/task/bq2bq/optimus-plugin-bq2bq.yaml +++ b/task/bq2bq/optimus-plugin-bq2bq.yaml @@ -1,8 +1,8 @@ name: bq2bq description: BigQuery to BigQuery transformation task plugintype: task -pluginversion: 0.3.3 # update this with expected tag before release -image: docker.io/odpf/optimus-task-bq2bq-executor:0.3.3 +pluginversion: 0.3.2 # update this with expected tag before release +image: docker.io/odpf/optimus-task-bq2bq-executor:0.3.2 entrypoint: script: "python3 /opt/bumblebee/main.py" questions: