mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-05 06:18:34 +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",
|
||
|
|
};
|