Commit Graph

16 Commits

Author SHA1 Message Date
mbasiuk-talend
4d1cfd4fe2 feat(TDI-45914): bigquery stored procedures (#6363) (#6436)
* feat(TDI-45914): implement feature for Input component

* feat(TDI-45914): implement feature for SQLRow component

* feat(TDI-45914): implement feature for BulkExec component

* feat(TDI-45914): remove die on error, put error message

* feat(TDI-45914): update bulkexec with gson, reuse version

* feat(TDI-45914): fix SQLRow as standalone component statistic return

* feat(TDI-45914): improve logging code pieces

* feat(TDI-45914): remove extra whitespaces

* feat(TDI-45914): fix gson object missing cid

* feat(TDI-45914): fix gson object missing cid for BulkExec

* feat(TDI-45914): add return values for tBigqueryOutput

* feat(TDI-45914): fix BulkExec and Output statistics, remove virtual cid part
2021-07-26 18:38:35 +03:00
pyzhou
12a1610a24 fix(TDI-45418):Upgrade Jackson libraries (#5870) 2021-03-03 10:46:55 +08:00
pyzhou
6602e43612 Revert "fix(TDI-45418):Upgrade Jackson libraries (#5685)" (#5777)
This reverts commit 5c6778f6c9.
2021-01-27 12:11:22 +08:00
wang wei
832f4c3a5f fix(TDI-45432): tBigQueryOutput fails when the checkbox "Create the (#5767) 2021-01-26 17:41:16 +08:00
pyzhou
5c6778f6c9 fix(TDI-45418):Upgrade Jackson libraries (#5685) 2021-01-25 10:37:51 +08:00
vyu-talend
65e7c4fffc fix(TDI-45311):upgrade the version of guava. (#5603)
* fix(TDI-45311):upgrade the version of guava.

* fix(TDI-45311):fix the NoClassDefFoundException.

* fix(TDI-45311):skip to upgrade tcloudxxx.
2020-12-23 14:38:06 +08:00
mbasiuk-talend
9057986f17 feat(TDI-44915) access token feature (#5473) (#5570)
* feat(TDI-44915): integrate Balazs POC

* feat(TDI-44915): implement other BigQuery component with access token

* feat(TDI-44915): update BigQuery bulkexec with new common jet

* feat(TDI-44915): update tGSBucketCreate

* feat(TDI-44915): update tGSBucketDelete

* feat(TDI-44915): update tGSBucketExist

* feat(TDI-44915): update tGSBucketList

* feat(TDI-44915): update connection and close part

* feat(TDI-44915): update tGSCopy

* feat(TDI-44915): update tGSDelete

* feat(TDI-44915): update tGSGet

* feat(TDI-44915): update tGSList

* feat(TDI-44915): update tGSPut

* feat(TDI-44915): use proxy to communicate with GS

* feat(TDI-44915): update code due to PR comments

* feat(TDI-44915): update Input code generation

* feat(TDI-44915): fix tGSPut xml definition

* feat(TDI-44915): update BigQuery Output and generic connection

* feat(TDI-44915): fix _end javajet parts

* feat(TDI-44915): fix bigqueryoutput config mappings

* feat(TDI-44915): fix tGSBuckerCreate dependencies

* feat(TDI-44915): fix PR comments
2020-11-27 10:18:08 +02:00
mbasiuk-talend
44fa23e76e chore(TDI-44994): bump library version (#5427) (#5476)
* chore(TDI-44994): bump library version

* chore(TDI-44994): change version to lower version, avoid bumping other libs

* chore(TDI-44994): update correct library
2020-11-05 17:49:02 +02:00
Oleksandr Zhelezniak
6420c02d6e chore(TDI-44765): remove guava:13.0 (#5185)
* remove guava:13.0 dependency use 20.0 instead of it
2020-09-09 10:14:49 +03:00
OleksiiNimych
a507676ee4 fix(TDI-44400): update google-cloud-bigquery (#4860) (#4986) 2020-07-23 10:52:10 +03:00
Roman
22d77c8b34 feat(TDI-38246): add new auth type to Google Storage family (#4945) 2020-07-16 08:47:28 +03:00
Richard Lecomte
aaad0c5be7 Rlecomte/tdi 43421 update bq version (#4405)
* TDI-43421 : google cloud bigquery api update

* TDI-43421 : BQ client upgrade

* TDI-43421 : BigQuery client lib update

Fixed dependencies
2020-02-11 14:45:54 +01:00
Richard Lecomte
7bfad56c30 TDI-43421 : google cloud bigquery api update (#4316) 2020-01-13 11:58:10 +01:00
Dmytro Sylaiev
b39ca1b28e fix(TDI-43085): Bump jackson version to 2.10.1 (#4192)
* Bump http-utils lib version
2019-12-06 11:24:03 +02:00
Dmytro Sylaiev
760695d667 fix(TDI-42396): Upgrade jackson dependencies to 2.9.9 (#3514)
* fix(TDI-42396): Upgrade jackson dependencies to 2.9.9

* fix(TDI-42396): Downgrade jackson annotations version

* fix(TDI-42396): Upgrade jackson core dependency for bigQuerySQL
2019-06-03 11:59:37 +03:00
chmyga
afd28a60a7 feat(TDI-42387): BigQuerySQLRow for DI in javajet (#3507)
* feat(TDI-42387): BigQuerySQLRow for DI in javajet

* feat(TDI-42387): BigQuerySQLRow for DI in javajet

* Fix review comments

* feat(TDI-42387): BigQuerySQLRow for DI in javajet

* Add icon

* feat(TDI-42387): BigQuerySQLRow for DI in javajet

* Fix compiler error

* feat(TDI-42387): BigQuerySQLRow for DI in javajet

* Fix PR comments

* feat(TDI-42387): BigQuerySQLRow for DI in javajet

* Fix error for DROP TABLE query
2019-05-31 14:58:38 +03:00