Skip to content

Commit bae1d60

Browse files
committed
refactor: remove secret path from plugin
1 parent 248e14b commit bae1d60

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

task/bq2bq/main.go

-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ func (b *BQ2BQ) PluginInfo() (*models.PluginInfoResponse, error) {
102102
Name: Name,
103103
Description: "BigQuery to BigQuery transformation task",
104104
Image: fmt.Sprintf("%s:%s", Image, Version),
105-
SecretPath: "/tmp/auth.json",
106105
PluginVersion: Version,
107106
PluginType: models.PluginTypeTask,
108107
PluginMods: []models.PluginMod{models.ModTypeCLI, models.ModTypeDependencyResolver},

task/bq2bq/optimus-plugin-bq2bq.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ description: BigQuery to BigQuery transformation task
33
plugintype: task
44
pluginversion: latest
55
image: docker.io/odpf/optimus-task-bq2bq-executor
6-
secretpath: /tmp/auth.json
76
questions:
87
- name: PROJECT
98
prompt: Project ID

0 commit comments

Comments
 (0)