From 511d2b00a8d98d0e1ab2b93462a85357d0d0f4f9 Mon Sep 17 00:00:00 2001 From: Benoit Moriceau Date: Mon, 20 Mar 2023 10:49:35 -0700 Subject: [PATCH] Update default threshold value for Jira (#24245) * Update default threshold value for Jira * Automated Change --------- Co-authored-by: benmoriceau --- .../resources/seed/source_definitions.yaml | 1 + .../src/main/resources/seed/source_specs.yaml | 70 +++++++++---------- connectors.md | 1 + 3 files changed, 37 insertions(+), 35 deletions(-) diff --git a/airbyte-config/init/src/main/resources/seed/source_definitions.yaml b/airbyte-config/init/src/main/resources/seed/source_definitions.yaml index 6c1dcf9bd0b..615d7f09d56 100644 --- a/airbyte-config/init/src/main/resources/seed/source_definitions.yaml +++ b/airbyte-config/init/src/main/resources/seed/source_definitions.yaml @@ -1003,6 +1003,7 @@ allowedHosts: hosts: - "${domain}" + maxSecondsBetweenMessages: 21600 - name: K6 Cloud sourceDefinitionId: e300ece7-b073-43a3-852e-8aff36a57f13 dockerRepository: airbyte/source-k6-cloud diff --git a/airbyte-config/init/src/main/resources/seed/source_specs.yaml b/airbyte-config/init/src/main/resources/seed/source_specs.yaml index b3e9ad2bf83..8747c6026eb 100644 --- a/airbyte-config/init/src/main/resources/seed/source_specs.yaml +++ b/airbyte-config/init/src/main/resources/seed/source_specs.yaml @@ -4591,6 +4591,41 @@ supportsNormalization: false supportsDBT: false supported_destination_sync_modes: [] +- dockerImage: "airbyte/source-firebase-realtime-database:0.1.0" + spec: + documentationUrl: "https://docs.airbyte.io/integrations/sources/firebase-realtime-database" + connectionSpecification: + $schema: "http://json-schema.org/draft-07/schema#" + title: "Firebase Realtime Database Spec" + type: "object" + required: + - "database_name" + - "google_application_credentials" + properties: + database_name: + title: "Database Name" + type: "string" + description: "Database name (This will be part of the url pointing to the\ + \ database, https://.firebaseio.com/)" + google_application_credentials: + title: "Service Account Key JSON" + type: "string" + description: "Cert credentials in JSON format of Service Account with Firebase\ + \ Realtime Database Viewer role. (see, https://firebase.google.com/docs/projects/iam/roles-predefined-product#realtime-database)" + airbyte_secret: true + path: + title: "Node Path" + type: "string" + description: "Path to a node in the Firebase realtime database" + buffer_size: + title: "Buffer Size" + type: "number" + description: "Number of records to fetch at once" + supportsNormalization: false + supportsDBT: false + supported_destination_sync_modes: [] + supported_sync_modes: + - "full_refresh" - dockerImage: "airbyte/source-freshcaller:0.1.0" spec: documentationUrl: "https://docs.airbyte.com/integrations/sources/freshcaller" @@ -18149,41 +18184,6 @@ supportsNormalization: false supportsDBT: false supported_destination_sync_modes: [] -- dockerImage: "airbyte/source-firebase-realtime-database:0.1.0" - spec: - documentationUrl: "https://docs.airbyte.io/integrations/sources/firebase-realtime-database" - connectionSpecification: - $schema: "http://json-schema.org/draft-07/schema#" - title: "Firebase Realtime Database Spec" - type: "object" - required: - - "database_name" - - "google_application_credentials" - properties: - database_name: - title: "Database Name" - type: "string" - description: "Database name (This will be part of the url pointing to the\ - \ database, https://.firebaseio.com/)" - google_application_credentials: - title: "Service Account Key JSON" - type: "string" - description: "Cert credentials in JSON format of Service Account with Firebase\ - \ Realtime Database Viewer role. (see, https://firebase.google.com/docs/projects/iam/roles-predefined-product#realtime-database)" - airbyte_secret: true - path: - title: "Node Path" - type: "string" - description: "Path to a node in the Firebase realtime database" - buffer_size: - title: "Buffer Size" - type: "number" - description: "Number of records to fetch at once" - supportsNormalization: false - supportsDBT: false - supported_destination_sync_modes: [] - supported_sync_modes: - - "full_refresh" - dockerImage: "airbyte/source-braze:0.1.3" spec: documentationUrl: "https://docs.airbyte.com/integrations/sources/braze" diff --git a/connectors.md b/connectors.md index ee00c71d871..0985e705b50 100644 --- a/connectors.md +++ b/connectors.md @@ -72,6 +72,7 @@ | **Fastbill** | Fastbill icon | Source | airbyte/source-fastbill:0.1.0 | alpha | [link](https://docs.airbyte.com/integrations/sources/fastbill) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-fastbill) | `eb3e9c1c-0467-4eb7-a172-5265e04ccd0a` | | **Fauna** | Fauna icon | Source | airbyte/source-fauna:0.1.1 | alpha | [link](https://docs.airbyte.com/integrations/sources/fauna) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-fauna) | `3825db3e-c94b-42ac-bd53-b5a9507ace2b` | | **File (CSV, JSON, Excel, Feather, Parquet)** | File (CSV, JSON, Excel, Feather, Parquet) icon | Source | airbyte/source-file:0.2.34 | generally_available | [link](https://docs.airbyte.com/integrations/sources/file) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-file) | `778daa7c-feaf-4db6-96f3-70fd645acc77` | +| **Firebase Realtime Database** | x | Source | airbyte/source-firebase-realtime-database:0.1.0 | alpha | [link](https://docs.airbyte.io/integrations/sources/firebase-realtime-database) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-firebase-realtime-database) | `acb5f973-a565-441e-992f-4946f3e65662` | | **Firebolt** | Firebolt icon | Source | airbyte/source-firebolt:0.2.0 | alpha | [link](https://docs.airbyte.com/integrations/sources/firebolt) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-firebolt) | `6f2ac653-8623-43c4-8950-19218c7caf3d` | | **Flexport** | x | Source | airbyte/source-flexport:0.1.0 | alpha | [link](https://docs.airbyte.com/integrations/sources/flexport) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-flexport) | `f95337f1-2ad1-4baf-922f-2ca9152de630` | | **Freshcaller** | Freshcaller icon | Source | airbyte/source-freshcaller:0.1.0 | unknown | [link](https://docs.airbyte.com/integrations/sources/freshcaller) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-freshcaller) | `8a5d48f6-03bb-4038-a942-a8d3f175cca3` |