mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-28 08:57:17 +00:00
8 lines
259 B
JavaScript
8 lines
259 B
JavaScript
|
|
export const bigqueryText = {
|
||
|
|
bigQuery: "BigQuery",
|
||
|
|
cypressBigQuery: "cypress-bigquery",
|
||
|
|
errorInvalidEmailId:
|
||
|
|
"The incoming JSON object does not contain a client_email field",
|
||
|
|
placehlderPrivateKey: "Enter JSON private key for service account",
|
||
|
|
};
|