pyzhou
06b2da94fc
fix(TDI-48107):gson CVE ( #7649 )
...
* fix(TDI-48107):gson CVE
* fix(TDI-48107):gson CVE 2.8.9
* fix(TDI-48107):gson CVE
* fix(TDI-48107):gson CVE
* upgrade version
* missing GoogleDataprocManage
# Conflicts:
# main/plugins/org.talend.designer.components.libs/libs_src/adal4j/pom.xml
# main/plugins/org.talend.designer.components.libs/libs_src/talend-mscrm/pom.xml
2022-07-07 23:44:49 +08:00
Oleksandr Zhelezniak
13ea203175
chore(TDI-47688): bump jackson ( #7379 )
...
* jackson to 2.13.2
* jackson-databind to 2.13.2.2
2022-05-09 14:47:05 +03:00
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
chmyga
3ff14ecbb5
Dchmyga/tdi 42591 bigquery dynamic schema ( #4196 )
...
* feat(TDI-42591): bigquery dynamic column support
* Add helpers for bigquery input components
* feat(TDI-42591): bigquery dynamic column support
* Add dynamic column support to bigquery input component
* feat(TDI-42591): bigquery dynamic column support
* Add dynamic column support for bigquery output component
* feat(TDI-42591): bigquery dynamic column support
* Fix PR comments
* feat(TDI-42591): bigquery dynamic column support
* Fix fixed component name issue
* feat(TDI-42591): bigquery dynamic column support
* Add support of geography type
* Add support of numeric type
* Fix bytes type support
* feat(TDI-42591): bigquery dynamic column support
* Fix OAuth null objects issue
* Fix byte array service account issue
* feat(TDI-42591): bigquery dynamic column support
* fix compilation error
* feat(TDI-42591): bigquery dynamic column support
* Exclude record type from table creation for OAuth
2020-01-15 16:57:07 +02: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
mbasiuk-talend
a961d842ea
feat(TDI-42903): add custom temporary dataset name to tBigQueryInput for Large Results ( #3922 )
...
* feat(TDI-42903): add custom temp dataset property
* feat(TDI-42903): use tempDataset for OAUTH2
* feat(TDI-42903): re-use tabs for QueryHelper template
* feat(TDI-42903): fix identation
* feat(TDI-42903): fix location compile error issue
2019-09-25 13:18:44 +03: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
Hanna Liashchuk
2a4d457539
fix(TBD-8649): activated option allowLargeResult for BigQuery service… ( #3485 )
...
* fix(TBD-8649): activated option allowLargeResult for BigQuery service account
* Update tBigQueryInput_begin.javajet
* Update tBigQueryInput_begin.javajet
* Update tBigQueryInput_begin.javajet
2019-05-17 15:29:32 +03:00
wang wei
ee65a2c321
fix(TDI-41251): Update jackson libraries to avoid CVE-2018-15758 ( #2824 )
...
* fix(TDI-41251): Update jackson libraries to avoid CVE-2018-15758
* fix(TDI-41251) update jackson libs
2018-10-20 13:46:39 +08:00
kcoepeau
ccb1e0182e
feat(TBD-5959): Support both Standard and Legacy SQL for BigQuery ( #2735 )
2018-10-18 10:20:03 +02:00
Yu
47e1caa316
feat(TBD-5960) Add service account support for Google Bigquery ( #2643 )
...
Add service account authentication for bigquery components on DI.
2018-09-03 18:18:48 +02:00
zafkirTalend
4c72b73d86
feat(TBD-6950): Add location tBigQueryInput ( #2403 )
2018-06-12 16:49:15 +02:00
jzhao
891384f149
fix(TDI-39894):update jackson version 2.x.x to 2.9.4 ( #2013 )
...
* fix(TDI-39894):update jackson version 2.x.x to 2.9.4
* dropbox/bigquery components jackson-core upgrade
2018-03-02 14:57:49 +08:00
Chen Bin
9f389d9465
TBD-4538: support allowLargeResult for tBigQueryInput(DI) component
2017-02-17 11:52:39 +08:00
Pierre Teyssier
63144a3daa
TDI-36624 : Moving tAzureStorage* and tBigQuery* from BD to DI
2016-06-20 20:00:26 +08:00