mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-24 06:57:40 +00:00
* Add automation for BigQuery * Add automation for Firestore * Add automation for MongoDB * Add automation for Redis * Add fields on env
7 lines
259 B
JavaScript
7 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",
|
|
};
|