Skip to content

Commit

Permalink
fix instance in run-input (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
smarchint committed Sep 29, 2022
1 parent 20207e9 commit a7293bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ echo "-- optimus client version"

# get resources
echo "-- initializing optimus assets"
/opt/optimus job run-input instance "$JOB_NAME" --project-name \
/opt/optimus job run-input "$JOB_NAME" --project-name \
"$PROJECT" --output-dir "$JOB_DIR" \
--type "$INSTANCE_TYPE" --name "$INSTANCE_NAME" \
--scheduled-at "$SCHEDULED_AT" --host "$OPTIMUS_HOST"
Expand Down
2 changes: 1 addition & 1 deletion task/bq2bq/optimus-plugin-bq2bq.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: bq2bq
description: BigQuery to BigQuery transformation task
plugintype: task
pluginversion: 0.1.7-rc.3 # update this with expected tag before release
pluginversion: 0.1.7-rc.4 # update this with expected tag before release
image: docker.io/odpf/optimus-task-bq2bq
questions:
- name: PROJECT
Expand Down

0 comments on commit a7293bf

Please sign in to comment.