This repository has been archived on 2025-12-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
tdi-studio-se/main/plugins/org.talend.designer.components.localprovider/components/tBigQuerySQLRow/tBigQuerySQLRow_messages.properties
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

36 lines
1.1 KiB
INI

LONG_NAME=Connect and run a query on Google BigQuery
HELP=org.talend.help.tBigQuerySQLRow
AUTHENTICATION.NAME=Authentication
SERVICE_ACCOUNT_CREDENTIALS_FILE.NAME=Service account credentials file
AUTH_MODE.NAME=Authentication mode
AUTH_MODE.ITEM.SERVICEACCOUNT=Service account
AUTH_MODE.ITEM.OAUTH=OAuth 2.0
AUTH_MODE.ITEM.TOKEN=OAuth Access Token
CLIENT_ID.NAME=Client Id
CLIENT_SECRET.NAME=Client Secret
PROJECT_ID.NAME=Project ID
AUTHORIZATION_CODE.NAME=Authorization Code
ACCESS_TOKEN.NAME=OAuth Access Token
QUERY.NAME=Query
SCHEMA.NAME=Schema
ENCODING.NAME=Encoding
ADVANCED_SEPARATOR.NAME=Advanced separator(for number)
DECIMAL_SEPARATOR.NAME=Decimal separator
THOUSANDS_SEPARATOR.NAME=Thousands separator
TOKEN_NAME.NAME=Token properties File Name
RESULT_SIZE.NAME=Result size
RESULT_SIZE.ITEM.SMALL=Small(without allowLargeResults)
RESULT_SIZE.ITEM.LARGE=Large(with allowLargeResults)
RESULT_SIZE.ITEM.AUTO=Auto
USE_LEGACY_SQL.NAME=Use Legacy SQL
JOBID.NAME=BigQuery JobId
STATISTICS.NAME=Statistics of the main query
STATISTICS_CHILD.NAME=Statistics of child queries