Update seeds in new location under config-oss (#24966)
* update seeds in new location under config-oss * Automated Change * force change --------- Co-authored-by: rodireich <rodireich@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
0bab1756b8
commit
32b9760cff
@@ -8007,7 +8007,7 @@
|
||||
"sourceDefinitionId": "1fa90628-2b9e-11ed-a261-0242ac120002",
|
||||
"name": "AlloyDB for PostgreSQL",
|
||||
"dockerRepository": "airbyte/source-alloydb",
|
||||
"dockerImageTag": "2.0.15",
|
||||
"dockerImageTag": "2.0.17",
|
||||
"documentationUrl": "https://docs.airbyte.com/integrations/sources/alloydb",
|
||||
"icon": "alloydb.svg",
|
||||
"sourceType": "database",
|
||||
@@ -14903,7 +14903,7 @@
|
||||
"sourceDefinitionId": "fe2b4084-3386-4d3b-9ad6-308f61a6f1e6",
|
||||
"name": "Harvest",
|
||||
"dockerRepository": "airbyte/source-harvest",
|
||||
"dockerImageTag": "0.1.16",
|
||||
"dockerImageTag": "0.1.17",
|
||||
"documentationUrl": "https://docs.airbyte.com/integrations/sources/harvest",
|
||||
"icon": "harvest.svg",
|
||||
"sourceType": "api",
|
||||
@@ -14929,7 +14929,8 @@
|
||||
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$",
|
||||
"examples": [ "2017-01-25T00:00:00Z" ],
|
||||
"type": "string",
|
||||
"order": 1
|
||||
"order": 1,
|
||||
"format": "date-time"
|
||||
},
|
||||
"replication_end_date": {
|
||||
"title": "End Date",
|
||||
@@ -14938,7 +14939,8 @@
|
||||
"examples": [ "2017-01-25T00:00:00Z" ],
|
||||
"type": "string",
|
||||
"airbyte_hidden": true,
|
||||
"order": 2
|
||||
"order": 2,
|
||||
"format": "date-time"
|
||||
},
|
||||
"credentials": {
|
||||
"title": "Authentication mechanism",
|
||||
@@ -17717,7 +17719,7 @@
|
||||
"sourceDefinitionId": "12928b32-bf0a-4f1e-964f-07e12e37153a",
|
||||
"name": "Mixpanel",
|
||||
"dockerRepository": "airbyte/source-mixpanel",
|
||||
"dockerImageTag": "0.1.30",
|
||||
"dockerImageTag": "0.1.31",
|
||||
"documentationUrl": "https://docs.airbyte.com/integrations/sources/mixpanel",
|
||||
"icon": "mixpanel.svg",
|
||||
"sourceType": "api",
|
||||
@@ -17811,7 +17813,8 @@
|
||||
"type": "string",
|
||||
"description": "The date in the format YYYY-MM-DD. Any data before this date will not be replicated. If this option is not set, the connector will replicate data from up to one year ago by default.",
|
||||
"examples": [ "2021-11-16" ],
|
||||
"pattern": "^$|^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}Z)?$"
|
||||
"pattern": "^$|^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}Z)?$",
|
||||
"format": "date-time"
|
||||
},
|
||||
"end_date": {
|
||||
"order": 6,
|
||||
@@ -17819,7 +17822,8 @@
|
||||
"type": "string",
|
||||
"description": "The date in the format YYYY-MM-DD. Any data after this date will not be replicated. Left empty to always sync to most recent date",
|
||||
"examples": [ "2021-11-16" ],
|
||||
"pattern": "^$|^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}Z)?$"
|
||||
"pattern": "^$|^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}Z)?$",
|
||||
"format": "date-time"
|
||||
},
|
||||
"region": {
|
||||
"order": 7,
|
||||
@@ -20907,7 +20911,7 @@
|
||||
"sourceDefinitionId": "decd338e-5647-4c0b-adf4-da0e75f5a750",
|
||||
"name": "Postgres",
|
||||
"dockerRepository": "airbyte/source-postgres",
|
||||
"dockerImageTag": "2.0.16",
|
||||
"dockerImageTag": "2.0.17",
|
||||
"documentationUrl": "https://docs.airbyte.com/integrations/sources/postgres",
|
||||
"icon": "postgresql.svg",
|
||||
"sourceType": "database",
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
- name: AlloyDB for PostgreSQL
|
||||
sourceDefinitionId: 1fa90628-2b9e-11ed-a261-0242ac120002
|
||||
dockerRepository: airbyte/source-alloydb
|
||||
dockerImageTag: 2.0.15
|
||||
dockerImageTag: 2.0.17
|
||||
documentationUrl: https://docs.airbyte.com/integrations/sources/alloydb
|
||||
icon: alloydb.svg
|
||||
sourceType: database
|
||||
@@ -898,7 +898,7 @@
|
||||
- name: Harvest
|
||||
sourceDefinitionId: fe2b4084-3386-4d3b-9ad6-308f61a6f1e6
|
||||
dockerRepository: airbyte/source-harvest
|
||||
dockerImageTag: 0.1.16
|
||||
dockerImageTag: 0.1.17
|
||||
documentationUrl: https://docs.airbyte.com/integrations/sources/harvest
|
||||
icon: harvest.svg
|
||||
sourceType: api
|
||||
@@ -1241,7 +1241,7 @@
|
||||
- name: Mixpanel
|
||||
sourceDefinitionId: 12928b32-bf0a-4f1e-964f-07e12e37153a
|
||||
dockerRepository: airbyte/source-mixpanel
|
||||
dockerImageTag: 0.1.30
|
||||
dockerImageTag: 0.1.31
|
||||
documentationUrl: https://docs.airbyte.com/integrations/sources/mixpanel
|
||||
icon: mixpanel.svg
|
||||
sourceType: api
|
||||
@@ -1600,7 +1600,7 @@
|
||||
- name: Postgres
|
||||
sourceDefinitionId: decd338e-5647-4c0b-adf4-da0e75f5a750
|
||||
dockerRepository: airbyte/source-postgres
|
||||
dockerImageTag: 2.0.16
|
||||
dockerImageTag: 2.0.17
|
||||
documentationUrl: https://docs.airbyte.com/integrations/sources/postgres
|
||||
icon: postgresql.svg
|
||||
sourceType: database
|
||||
|
||||
@@ -370,7 +370,7 @@
|
||||
supportsNormalization: false
|
||||
supportsDBT: false
|
||||
supported_destination_sync_modes: []
|
||||
- dockerImage: "airbyte/source-alloydb:2.0.15"
|
||||
- dockerImage: "airbyte/source-alloydb:2.0.17"
|
||||
spec:
|
||||
documentationUrl: "https://docs.airbyte.com/integrations/sources/postgres"
|
||||
connectionSpecification:
|
||||
@@ -6706,7 +6706,7 @@
|
||||
supportsNormalization: false
|
||||
supportsDBT: false
|
||||
supported_destination_sync_modes: []
|
||||
- dockerImage: "airbyte/source-harvest:0.1.16"
|
||||
- dockerImage: "airbyte/source-harvest:0.1.17"
|
||||
spec:
|
||||
documentationUrl: "https://docs.airbyte.com/integrations/sources/harvest"
|
||||
connectionSpecification:
|
||||
@@ -6734,6 +6734,7 @@
|
||||
- "2017-01-25T00:00:00Z"
|
||||
type: "string"
|
||||
order: 1
|
||||
format: "date-time"
|
||||
replication_end_date:
|
||||
title: "End Date"
|
||||
description: "UTC date and time in the format 2017-01-25T00:00:00Z. Any\
|
||||
@@ -6744,6 +6745,7 @@
|
||||
type: "string"
|
||||
airbyte_hidden: true
|
||||
order: 2
|
||||
format: "date-time"
|
||||
credentials:
|
||||
title: "Authentication mechanism"
|
||||
description: "Choose how to authenticate to Harvest."
|
||||
@@ -9066,7 +9068,7 @@
|
||||
supportsNormalization: false
|
||||
supportsDBT: false
|
||||
supported_destination_sync_modes: []
|
||||
- dockerImage: "airbyte/source-mixpanel:0.1.30"
|
||||
- dockerImage: "airbyte/source-mixpanel:0.1.31"
|
||||
spec:
|
||||
documentationUrl: "https://docs.airbyte.com/integrations/sources/mixpanel"
|
||||
connectionSpecification:
|
||||
@@ -9164,6 +9166,7 @@
|
||||
examples:
|
||||
- "2021-11-16"
|
||||
pattern: "^$|^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}Z)?$"
|
||||
format: "date-time"
|
||||
end_date:
|
||||
order: 6
|
||||
title: "End Date"
|
||||
@@ -9173,6 +9176,7 @@
|
||||
examples:
|
||||
- "2021-11-16"
|
||||
pattern: "^$|^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}Z)?$"
|
||||
format: "date-time"
|
||||
region:
|
||||
order: 7
|
||||
title: "Region"
|
||||
@@ -12065,7 +12069,7 @@
|
||||
supportsNormalization: false
|
||||
supportsDBT: false
|
||||
supported_destination_sync_modes: []
|
||||
- dockerImage: "airbyte/source-postgres:2.0.16"
|
||||
- dockerImage: "airbyte/source-postgres:2.0.17"
|
||||
spec:
|
||||
documentationUrl: "https://docs.airbyte.com/integrations/sources/postgres"
|
||||
connectionSpecification:
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -2,5 +2,5 @@
|
||||
|
||||
Performance harness for source connectors.
|
||||
|
||||
This component is used by the `/connector-performance` github action and is used in order to test throughput of
|
||||
This component is used by the `/connector-performance` GitHub action and is used in order to test throughput of
|
||||
source connectors on a number of datasets.
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
| **Adjust** | <img alt="Adjust icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config-oss/init-oss/src/main/resources/icons/adjust.svg" height="30" height="30"/> | Source | airbyte/source-adjust:0.1.0 | alpha | [link](https://docs.airbyte.com/integrations/sources/adjust) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-adjust) | <small>`d3b7fa46-111b-419a-998a-d7f046f6d66d`</small> |
|
||||
| **Aha** | <img alt="Aha icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config-oss/init-oss/src/main/resources/icons/aha.svg" height="30" height="30"/> | Source | airbyte/source-aha:0.1.0 | alpha | [link](https://docs.airbyte.com/integrations/sources/aha) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-aha) | <small>`81ca39dc-4534-4dd2-b848-b0cfd2c11fce`</small> |
|
||||
| **Airtable** | <img alt="Airtable icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config-oss/init-oss/src/main/resources/icons/airtable.svg" height="30" height="30"/> | Source | airbyte/source-airtable:3.0.0 | generally_available | [link](https://docs.airbyte.com/integrations/sources/airtable) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-airtable) | <small>`14c6e7ea-97ed-4f5e-a7b5-25e9a80b8212`</small> |
|
||||
| **AlloyDB for PostgreSQL** | <img alt="AlloyDB for PostgreSQL icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config-oss/init-oss/src/main/resources/icons/alloydb.svg" height="30" height="30"/> | Source | airbyte/source-alloydb:2.0.15 | generally_available | [link](https://docs.airbyte.com/integrations/sources/alloydb) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-alloydb) | <small>`1fa90628-2b9e-11ed-a261-0242ac120002`</small> |
|
||||
| **AlloyDB for PostgreSQL** | <img alt="AlloyDB for PostgreSQL icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config-oss/init-oss/src/main/resources/icons/alloydb.svg" height="30" height="30"/> | Source | airbyte/source-alloydb:2.0.17 | generally_available | [link](https://docs.airbyte.com/integrations/sources/alloydb) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-alloydb) | <small>`1fa90628-2b9e-11ed-a261-0242ac120002`</small> |
|
||||
| **Alpha Vantage** | <img alt="Alpha Vantage icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config-oss/init-oss/src/main/resources/icons/alpha-vantage.svg" height="30" height="30"/> | Source | airbyte/source-alpha-vantage:0.1.1 | alpha | [link](https://docs.airbyte.com/integrations/sources/alpha-vantage) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-alpha-vantage) | <small>`db385323-9333-4fec-bec3-9e0ca9326c90`</small> |
|
||||
| **Amazon Ads** | <img alt="Amazon Ads icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config-oss/init-oss/src/main/resources/icons/amazonads.svg" height="30" height="30"/> | Source | airbyte/source-amazon-ads:1.0.2 | generally_available | [link](https://docs.airbyte.com/integrations/sources/amazon-ads) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-amazon-ads) | <small>`c6b0a29e-1da9-4512-9002-7bfd0cba2246`</small> |
|
||||
| **Amazon SQS** | <img alt="Amazon SQS icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config-oss/init-oss/src/main/resources/icons/awssqs.svg" height="30" height="30"/> | Source | airbyte/source-amazon-sqs:0.1.0 | alpha | [link](https://docs.airbyte.com/integrations/sources/amazon-sqs) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-amazon-sqs) | <small>`983fd355-6bf3-4709-91b5-37afa391eeb6`</small> |
|
||||
@@ -103,7 +103,7 @@
|
||||
| **Gridly** | <img alt="Gridly icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config-oss/init-oss/src/main/resources/icons/gridly.svg" height="30" height="30"/> | Source | airbyte/source-gridly:0.1.1 | alpha | [link](https://docs.airbyte.com/integrations/sources/gridly) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-gridly) | <small>`6cbea164-3237-433b-9abb-36d384ee4cbf`</small> |
|
||||
| **Gutendex** | x | Source | airbyte/source-gutendex:0.1.0 | alpha | [link](https://docs.airbyte.com/integrations/sources/gutendex) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-gutendex) | <small>`bff9a277-e01d-420d-81ee-80f28a307318`</small> |
|
||||
| **Harness** | <img alt="Harness icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config-oss/init-oss/src/main/resources/icons/harness.svg" height="30" height="30"/> | Source | farosai/airbyte-harness-source:0.1.23 | alpha | [link](https://docs.airbyte.com/integrations/sources/harness) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/airbyte-harness-source) | <small>`6fe89830-d04d-401b-aad6-6552ffa5c4af`</small> |
|
||||
| **Harvest** | <img alt="Harvest icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config-oss/init-oss/src/main/resources/icons/harvest.svg" height="30" height="30"/> | Source | airbyte/source-harvest:0.1.16 | generally_available | [link](https://docs.airbyte.com/integrations/sources/harvest) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-harvest) | <small>`fe2b4084-3386-4d3b-9ad6-308f61a6f1e6`</small> |
|
||||
| **Harvest** | <img alt="Harvest icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config-oss/init-oss/src/main/resources/icons/harvest.svg" height="30" height="30"/> | Source | airbyte/source-harvest:0.1.17 | generally_available | [link](https://docs.airbyte.com/integrations/sources/harvest) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-harvest) | <small>`fe2b4084-3386-4d3b-9ad6-308f61a6f1e6`</small> |
|
||||
| **Hellobaton** | <img alt="Hellobaton icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config-oss/init-oss/src/main/resources/icons/hellobaton.svg" height="30" height="30"/> | Source | airbyte/source-hellobaton:0.1.0 | alpha | [link](https://docs.airbyte.com/integrations/sources/hellobaton) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-hellobaton) | <small>`492b56d1-937c-462e-8076-21ad2031e784`</small> |
|
||||
| **HubSpot** | <img alt="HubSpot icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config-oss/init-oss/src/main/resources/icons/hubspot.svg" height="30" height="30"/> | Source | airbyte/source-hubspot:0.4.0 | generally_available | [link](https://docs.airbyte.com/integrations/sources/hubspot) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-hubspot) | <small>`36c891d9-4bd9-43ac-bad2-10e12756272c`</small> |
|
||||
| **Hubplanner** | <img alt="Hubplanner icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config-oss/init-oss/src/main/resources/icons/hubplanner.svg" height="30" height="30"/> | Source | airbyte/source-hubplanner:0.1.0 | alpha | [link](https://docs.airbyte.com/integrations/sources/hubplanner) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-hubplanner) | <small>`8097ceb9-383f-42f6-9f92-d3fd4bcc7689`</small> |
|
||||
@@ -142,7 +142,7 @@
|
||||
| **Microsoft Dataverse** | <img alt="Microsoft Dataverse icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config-oss/init-oss/src/main/resources/icons/microsoftdataverse.svg" height="30" height="30"/> | Source | airbyte/source-microsoft-dataverse:0.1.1 | alpha | [link](https://docs.airbyte.com/integrations/sources/microsoft-dataverse) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-microsoft-dataverse) | <small>`9220e3de-3b60-4bb2-a46f-046d59ea235a`</small> |
|
||||
| **Microsoft SQL Server (MSSQL)** | <img alt="Microsoft SQL Server (MSSQL) icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config-oss/init-oss/src/main/resources/icons/mssql.svg" height="30" height="30"/> | Source | airbyte/source-mssql:1.0.9 | alpha | [link](https://docs.airbyte.com/integrations/sources/mssql) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-mssql) | <small>`b5ea17b1-f170-46dc-bc31-cc744ca984c1`</small> |
|
||||
| **Microsoft teams** | <img alt="Microsoft teams icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config-oss/init-oss/src/main/resources/icons/microsoft-teams.svg" height="30" height="30"/> | Source | airbyte/source-microsoft-teams:0.2.5 | alpha | [link](https://docs.airbyte.com/integrations/sources/microsoft-teams) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-microsoft-teams) | <small>`eaf50f04-21dd-4620-913b-2a83f5635227`</small> |
|
||||
| **Mixpanel** | <img alt="Mixpanel icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config-oss/init-oss/src/main/resources/icons/mixpanel.svg" height="30" height="30"/> | Source | airbyte/source-mixpanel:0.1.30 | generally_available | [link](https://docs.airbyte.com/integrations/sources/mixpanel) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-mixpanel) | <small>`12928b32-bf0a-4f1e-964f-07e12e37153a`</small> |
|
||||
| **Mixpanel** | <img alt="Mixpanel icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config-oss/init-oss/src/main/resources/icons/mixpanel.svg" height="30" height="30"/> | Source | airbyte/source-mixpanel:0.1.31 | generally_available | [link](https://docs.airbyte.com/integrations/sources/mixpanel) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-mixpanel) | <small>`12928b32-bf0a-4f1e-964f-07e12e37153a`</small> |
|
||||
| **Monday** | <img alt="Monday icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config-oss/init-oss/src/main/resources/icons/monday.svg" height="30" height="30"/> | Source | airbyte/source-monday:0.2.3 | beta | [link](https://docs.airbyte.com/integrations/sources/monday) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-monday) | <small>`80a54ea2-9959-4040-aac1-eee42423ec9b`</small> |
|
||||
| **MongoDb** | <img alt="MongoDb icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config-oss/init-oss/src/main/resources/icons/mongodb.svg" height="30" height="30"/> | Source | airbyte/source-mongodb-v2:0.1.19 | alpha | [link](https://docs.airbyte.com/integrations/sources/mongodb-v2) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-mongodb-v2) | <small>`b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e`</small> |
|
||||
| **My Hours** | <img alt="My Hours icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config-oss/init-oss/src/main/resources/icons/my-hours.svg" height="30" height="30"/> | Source | airbyte/source-my-hours:0.1.1 | alpha | [link](https://docs.airbyte.com/integrations/sources/my-hours) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-my-hours) | <small>`722ba4bf-06ec-45a4-8dd5-72e4a5cf3903`</small> |
|
||||
@@ -181,7 +181,7 @@
|
||||
| **PokeAPI** | <img alt="PokeAPI icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config-oss/init-oss/src/main/resources/icons/pokeapi.svg" height="30" height="30"/> | Source | airbyte/source-pokeapi:0.1.5 | alpha | [link](https://docs.airbyte.com/integrations/sources/pokeapi) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-pokeapi) | <small>`6371b14b-bc68-4236-bfbd-468e8df8e968`</small> |
|
||||
| **Polygon Stock API** | <img alt="Polygon Stock API icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config-oss/init-oss/src/main/resources/icons/polygon.svg" height="30" height="30"/> | Source | airbyte/source-polygon-stock-api:0.1.1 | alpha | [link](https://docs.airbyte.com/integrations/sources/polygon-stock-api) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-polygon-stock-api) | <small>`5807d72f-0abc-49f9-8fa5-ae820007032b`</small> |
|
||||
| **PostHog** | <img alt="PostHog icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config-oss/init-oss/src/main/resources/icons/posthog.svg" height="30" height="30"/> | Source | airbyte/source-posthog:0.1.9 | beta | [link](https://docs.airbyte.com/integrations/sources/posthog) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-posthog) | <small>`af6d50ee-dddf-4126-a8ee-7faee990774f`</small> |
|
||||
| **Postgres** | <img alt="Postgres icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config-oss/init-oss/src/main/resources/icons/postgresql.svg" height="30" height="30"/> | Source | airbyte/source-postgres:2.0.16 | generally_available | [link](https://docs.airbyte.com/integrations/sources/postgres) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-postgres) | <small>`decd338e-5647-4c0b-adf4-da0e75f5a750`</small> |
|
||||
| **Postgres** | <img alt="Postgres icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config-oss/init-oss/src/main/resources/icons/postgresql.svg" height="30" height="30"/> | Source | airbyte/source-postgres:2.0.17 | generally_available | [link](https://docs.airbyte.com/integrations/sources/postgres) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-postgres) | <small>`decd338e-5647-4c0b-adf4-da0e75f5a750`</small> |
|
||||
| **Postmark App** | <img alt="Postmark App icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config-oss/init-oss/src/main/resources/icons/postmark.svg" height="30" height="30"/> | Source | airbyte/source-postmarkapp:0.1.0 | alpha | [link](https://docs.airbyte.com/integrations/sources/postmarkapp) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-postmarkapp) | <small>`cde75ca1-1e28-4a0f-85bb-90c546de9f1f`</small> |
|
||||
| **PrestaShop** | <img alt="PrestaShop icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config-oss/init-oss/src/main/resources/icons/prestashop.svg" height="30" height="30"/> | Source | airbyte/source-prestashop:0.3.1 | beta | [link](https://docs.airbyte.com/integrations/sources/prestashop) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-prestashop) | <small>`d60a46d4-709f-4092-a6b7-2457f7d455f5`</small> |
|
||||
| **Primetric** | <img alt="Primetric icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config-oss/init-oss/src/main/resources/icons/primetric.svg" height="30" height="30"/> | Source | airbyte/source-primetric:0.1.0 | alpha | [link](https://docs.airbyte.com/integrations/sources/primetric) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-primetric) | <small>`f636c3c6-4077-45ac-b109-19fc62a283c1`</small> |
|
||||
|
||||
Reference in New Issue
Block a user