We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61e0e29 commit b734887Copy full SHA for b734887
ui/connectors/index.ts
@@ -125,7 +125,7 @@ export const VENDORS: {
125
details: CassandraDetails,
126
},
127
mongo: {
128
- name: 'MongoDB',
+ name: 'MongoDB (Beta)',
129
id: 'mongo',
130
details: GenericDetails,
131
@@ -140,7 +140,7 @@ export const VENDORS: {
140
details: AirtableDetails,
141
142
'google-sheets': {
143
- name: 'Google Sheets (Beta)',
+ name: 'Google Sheets',
144
id: 'google-sheets',
145
details: GoogleSheetsDetails,
146
@@ -150,7 +150,7 @@ export const VENDORS: {
150
details: Neo4jDetails,
151
152
odbc: {
153
- name: 'ODBC',
+ name: 'ODBC (Beta)',
154
id: 'odbc',
155
details: ODBCDetails,
156
0 commit comments