Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added frontend/public/services/airbridge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/public/services/hyros.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/public/services/odoo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/public/services/snovio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion frontend/src/queries/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions frontend/src/queries/schema/schema-general.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8236,6 +8236,10 @@ export const externalDataSources = [
'Clay',
'TradableBits',
'Swan',
'Hyros',
'Odoo',
'Airbridge',
'Snovio',
] as const

export type ExternalDataSourceType = (typeof externalDataSources)[number]
Expand Down
4 changes: 4 additions & 0 deletions posthog/schema_enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -2460,6 +2460,10 @@ class ExternalDataSourceType(StrEnum):
CLAY = "Clay"
TRADABLE_BITS = "TradableBits"
SWAN = "Swan"
HYROS = "Hyros"
ODOO = "Odoo"
AIRBRIDGE = "Airbridge"
SNOVIO = "Snovio"


class ExternalQueryErrorCode(StrEnum):
Expand Down
8 changes: 8 additions & 0 deletions products/data_warehouse/frontend/generated/api.schemas.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ export interface sourceCatalogLogicMeta {
| 'Ahrefs'
| 'AikidoSecurity'
| 'Airbrake'
| 'Airbridge'
| 'Airbyte'
| 'Aircall'
| 'AirOps'
Expand Down Expand Up @@ -715,6 +716,7 @@ export interface sourceCatalogLogicMeta {
| 'Humanitix'
| 'Huntr'
| 'Hyperspell'
| 'Hyros'
| 'Ikas'
| 'IlluminaBasespace'
| 'Imagga'
Expand Down Expand Up @@ -934,6 +936,7 @@ export interface sourceCatalogLogicMeta {
| 'Nylas'
| 'Octolens'
| 'OctopusDeploy'
| 'Odoo'
| 'Oecd'
| 'Okendo'
| 'Okta'
Expand Down Expand Up @@ -1198,6 +1201,7 @@ export interface sourceCatalogLogicMeta {
| 'Smartwaiver'
| 'Smokeball'
| 'SnapchatAds'
| 'Snovio'
| 'Snowflake'
| 'Snowplow'
| 'Snyk'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,7 @@ export interface sourceWizardLogicActions {
| 'Ahrefs'
| 'AikidoSecurity'
| 'Airbrake'
| 'Airbridge'
| 'Airbyte'
| 'Aircall'
| 'AirOps'
Expand Down Expand Up @@ -1112,6 +1113,7 @@ export interface sourceWizardLogicActions {
| 'Humanitix'
| 'Huntr'
| 'Hyperspell'
| 'Hyros'
| 'Ikas'
| 'IlluminaBasespace'
| 'Imagga'
Expand Down Expand Up @@ -1331,6 +1333,7 @@ export interface sourceWizardLogicActions {
| 'Nylas'
| 'Octolens'
| 'OctopusDeploy'
| 'Odoo'
| 'Oecd'
| 'Okendo'
| 'Okta'
Expand Down Expand Up @@ -1595,6 +1598,7 @@ export interface sourceWizardLogicActions {
| 'Smartwaiver'
| 'Smokeball'
| 'SnapchatAds'
| 'Snovio'
| 'Snowflake'
| 'Snowplow'
| 'Snyk'
Expand Down
Loading
Loading