ToolJet/cypress-tests/cypress/constants/texts/bigquery.js
Midhun Kumar E d9e9637b77
Added automation for datasource connection. (#5091)
* Add automation for BigQuery

* Add automation for Firestore

* Add automation for MongoDB

* Add automation for Redis

* Add fields on env
2023-01-17 14:39:38 +05:30

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",
};