Skip to content

Commit cb26e8f

Browse files
authored
feat: add destination type when generating destination of bq2bq task to support backup feature (#7)
* feat: add destination type when generating destination of bq2bq task * feat: use optimus backup-dryrun latest change * feat: change optimus dependency to main
1 parent 7b6ea2d commit cb26e8f

File tree

4 files changed

+352
-76
lines changed

4 files changed

+352
-76
lines changed

task/bq2bq/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ require (
88
github.com/googleapis/google-cloud-go-testing v0.0.0-20210427215956-1487aa9ec5b0
99
github.com/hashicorp/go-hclog v0.14.1
1010
github.com/mitchellh/hashstructure/v2 v2.0.2
11-
github.com/odpf/optimus v0.0.3-0.20210730103049-7aca79c3a912
11+
github.com/odpf/optimus v0.0.3-alpha.2.0.20210923082021-a908f4e107d9
1212
github.com/patrickmn/go-cache v2.1.0+incompatible
1313
github.com/pkg/errors v0.9.1
1414
github.com/spf13/cast v1.3.1
1515
github.com/stretchr/testify v1.7.0
16-
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c
16+
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
1717
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
18-
google.golang.org/api v0.48.0
18+
google.golang.org/api v0.56.0
1919
)

0 commit comments

Comments
 (0)