1
0
Fork 0
mirror of synced 2024-07-15 11:15:59 +12:00

Merge pull request #10608 from Budibase/budi-6932/setup_features_in_schema

Setup CONNECTION_CHECKING feature
This commit is contained in:
Michael Drury 2023-05-16 12:43:36 +01:00 committed by GitHub
commit eafb66ea26
3 changed files with 5 additions and 3 deletions

View file

@ -1,5 +1,6 @@
import {
ConnectionInfo,
DatasourceFeature,
DatasourceFieldType,
Integration,
IntegrationBase,
@ -19,7 +20,7 @@ const SCHEMA: Integration = {
"Airtable is a spreadsheet-database hybrid, with the features of a database but applied to a spreadsheet.",
friendlyName: "Airtable",
type: "Spreadsheet",
features: [],
features: [DatasourceFeature.CONNECTION_CHECKING],
datasource: {
apiKey: {
type: DatasourceFieldType.PASSWORD,

View file

@ -1,5 +1,6 @@
import {
ConnectionInfo,
DatasourceFeature,
DatasourceFieldType,
DatasourcePlus,
FieldType,
@ -65,7 +66,7 @@ const SCHEMA: Integration = {
"Create and collaborate on online spreadsheets in real-time and from any device. ",
friendlyName: "Google Sheets",
type: "Spreadsheet",
features: [],
features: [DatasourceFeature.CONNECTION_CHECKING],
datasource: {
spreadsheetId: {
display: "Google Sheet URL",

View file

@ -22,7 +22,7 @@ const SCHEMA: Integration = {
"Snowflake is a solution for data warehousing, data lakes, data engineering, data science, data application development, and securely sharing and consuming shared data.",
friendlyName: "Snowflake",
type: "Relational",
features: [],
features: [DatasourceFeature.CONNECTION_CHECKING],
datasource: {
account: {
type: "string",