forked from airbytehq/airbyte
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #93 from rudderlabs/sync.v0.44.1
Sync.v0.44.1
- Loading branch information
Showing
9,761 changed files
with
83,539 additions
and
395,240 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,50 @@ | ||
# CDK and SAT | ||
# CDK and Connector Acceptance Tests | ||
/airbyte-cdk/ @airbytehq/connector-extensibility | ||
/airbyte-integrations/bases/source-acceptance-tests/ @airbytehq/connector-extensibility | ||
/airbyte-integrations/connector-templates/ @airbytehq/connector-extensibility | ||
|
||
# Oauth | ||
/airbyte-oauth/ @airbytehq/connector-operations | ||
/airbyte-server/src/main/java/io/airbyte/server/handlers/OAuthHandler.java @airbytehq/connector-operations | ||
/airbyte-server/src/test/java/io/airbyte/server/handlers/OAuthHandlerTest.java @airbytehq/connector-operations | ||
/airbyte-integrations/bases/connector-acceptance-tests/ @airbytehq/connector-operations | ||
|
||
# Protocol related items | ||
/airbyte-protocol/ @airbytehq/protocol-reviewers | ||
/docs/understanding-airbyte/airbyte-protocol.md @airbytehq/protocol-reviewers | ||
|
||
# Airbyte Maintainers | ||
airbyte-server/src/main/java/io/airbyte/server/handlers/WebBackendConnectionsHandler.java @airbytehq/airbyte-maintainers | ||
airbyte-config/config-persistence/src/test/java/io/airbyte/config/persistence/BaseConfigDatabaseTest.java @airbytehq/airbyte-maintainers | ||
airbyte-commons/src/main/ @airbytehq/airbyte-maintainers | ||
airbyte-commons/src/main/java/io/airbyte/commons/json/JsonSchemas.java @airbytehq/airbyte-maintainers | ||
airbyte-commons/src/main/java/io/airbyte/commons/json/JsonPaths.java @airbytehq/airbyte-maintainers | ||
airbyte-commons/src/main/java/io/airbyte/commons/json/Jsons.java @airbytehq/airbyte-maintainers | ||
airbyte-config/config-persistence/src/main/java/io/airbyte/config/persistence/split_secrets/ @airbytehq/airbyte-maintainers | ||
airbyte-config/config-persistence/src/main/java/io/airbyte/config/persistence/SecretsRepositoryReader.java @airbytehq/airbyte-maintainers | ||
airbyte-config/config-persistence/src/main/java/io/airbyte/config/persistence/SecretsRepositoryWriter.java @airbytehq/airbyte-maintainers | ||
airbyte-config/config-persistence/src/main/java/io/airbyte/config/persistence/ConfigRepository.java @airbytehq/airbyte-maintainers | ||
*build.gradle @airbytehq/airbyte-maintainers | ||
airbyte-integrations/connectors/**/build.gradle # ignore gradle files for individual connectors. | ||
|
||
# Normalization | ||
/airbyte-integrations/bases/base-normalization/ @airbytehq/normalization | ||
/airbyte-integrations/bases/base-normalization/ @airbytehq/destinations | ||
|
||
# JDBC-based connectors | ||
# Java-based connectors | ||
/airbyte-integrations/bases/base-java/ @airbytehq/jdbc-connectors | ||
/airbyte-integrations/connectors/source-jdbc/ @airbytehq/jdbc-connectors | ||
/airbyte-integrations/connectors/source-alloydb/ @airbytehq/jdbc-connectors | ||
/airbyte-integrations/connectors/source-bigquery/ @airbytehq/jdbc-connectors | ||
/airbyte-integrations/connectors/source-clickhouse/ @airbytehq/jdbc-connectors | ||
/airbyte-integrations/connectors/source-cockroachdb/ @airbytehq/jdbc-connectors | ||
/airbyte-integrations/connectors/source-db2/ @airbytehq/jdbc-connectors | ||
/airbyte-integrations/connectors/source-mssql/ @airbytehq/jdbc-connectors | ||
/airbyte-integrations/connectors/source-mysql/ @airbytehq/jdbc-connectors | ||
/airbyte-integrations/connectors/source-oracle/ @airbytehq/jdbc-connectors | ||
/airbyte-integrations/connectors/source-postgres/ @airbytehq/jdbc-connectors | ||
/airbyte-integrations/connectors/source-redshift/ @airbytehq/jdbc-connectors | ||
/airbyte-integrations/connectors/source-snowflake/ @airbytehq/jdbc-connectors | ||
/airbyte-integrations/connectors/source-tidb/ @airbytehq/jdbc-connectors | ||
/airbyte-integrations/connectors/destination-jdbc/ @airbytehq/jdbc-connectors | ||
/airbyte-integrations/connectors/destination-azure-blob-storage/ @airbytehq/jdbc-connectors | ||
/airbyte-integrations/connectors/destination-clickhouse/ @airbytehq/jdbc-connectors | ||
/airbyte-integrations/connectors/destination-databricks/ @airbytehq/jdbc-connectors | ||
/airbyte-integrations/connectors/destination-gcs/ @airbytehq/jdbc-connectors | ||
/airbyte-integrations/connectors/destination-mariadb-columnstore/ @airbytehq/jdbc-connectors | ||
/airbyte-integrations/connectors/destination-mysql/ @airbytehq/jdbc-connectors | ||
/airbyte-integrations/connectors/destination-mssql/ @airbytehq/jdbc-connectors | ||
/airbyte-integrations/connectors/destination-oracle/ @airbytehq/jdbc-connectors | ||
/airbyte-integrations/connectors/destination-postgres/ @airbytehq/jdbc-connectors | ||
/airbyte-integrations/connectors/destination-redshift/ @airbytehq/jdbc-connectors | ||
/airbyte-integrations/connectors/destination-rockset/ @airbytehq/jdbc-connectors | ||
/airbyte-integrations/connectors/source-snowflake/ @airbytehq/jdbc-connectors | ||
|
||
# Java-based source connectors | ||
/airbyte-integrations/bases/debezium-v1-4-2/ @airbytehq/dbsources | ||
/airbyte-integrations/bases/debezium-v1-9-6/ @airbytehq/dbsources | ||
/airbyte-integrations/connectors/source-jdbc/ @airbytehq/dbsources | ||
/airbyte-integrations/connectors/source-alloydb/ @airbytehq/dbsources | ||
/airbyte-integrations/connectors/source-bigquery/ @airbytehq/dbsources | ||
/airbyte-integrations/connectors/source-clickhouse/ @airbytehq/dbsources | ||
/airbyte-integrations/connectors/source-cockroachdb/ @airbytehq/dbsources | ||
/airbyte-integrations/connectors/source-db2/ @airbytehq/dbsources | ||
/airbyte-integrations/connectors/source-mssql/ @airbytehq/dbsources | ||
/airbyte-integrations/connectors/source-mysql/ @airbytehq/dbsources | ||
/airbyte-integrations/connectors/source-oracle/ @airbytehq/dbsources | ||
/airbyte-integrations/connectors/source-postgres/ @airbytehq/dbsources | ||
/airbyte-integrations/connectors/source-redshift/ @airbytehq/dbsources | ||
/airbyte-integrations/connectors/source-snowflake/ @airbytehq/dbsources | ||
/airbyte-integrations/connectors/source-tidb/ @airbytehq/dbsources | ||
|
||
# Java-based destination connectors | ||
/airbyte-integrations/bases/standard-destination-test/ @airbytehq/destinations | ||
/airbyte-integrations/bases/base-java-s3/ @airbytehq/destinations | ||
/airbyte-integrations/connectors/destination-jdbc/ @airbytehq/destinations | ||
/airbyte-integrations/connectors/destination-bigquery/ @airbytehq/destinations | ||
/airbyte-integrations/connectors/destination-bigquery-denormalized/ @airbytehq/destinations | ||
/airbyte-integrations/connectors/destination-azure-blob-storage/ @airbytehq/destinations | ||
/airbyte-integrations/connectors/destination-clickhouse/ @airbytehq/destinations | ||
/airbyte-integrations/connectors/destination-databricks/ @airbytehq/destinations | ||
/airbyte-integrations/connectors/destination-gcs/ @airbytehq/destinations | ||
/airbyte-integrations/connectors/destination-mariadb-columnstore/ @airbytehq/destinations | ||
/airbyte-integrations/connectors/destination-mysql/ @airbytehq/destinations | ||
/airbyte-integrations/connectors/destination-mssql/ @airbytehq/destinations | ||
/airbyte-integrations/connectors/destination-oracle/ @airbytehq/destinations | ||
/airbyte-integrations/connectors/destination-postgres/ @airbytehq/destinations | ||
/airbyte-integrations/connectors/destination-redshift/ @airbytehq/destinations | ||
/airbyte-integrations/connectors/destination-rockset/ @airbytehq/destinations | ||
/airbyte-integrations/connectors/destination-s3/ @airbytehq/destinations | ||
/airbyte-integrations/connectors/destination-snowflake/ @airbytehq/destinations |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
name: Low Code Component | ||
description: Use this when requesting low-code CDK components | ||
title: "Low-code CDK: " | ||
labels: | ||
[ | ||
"team/extensibility", | ||
"area/connector-builder", | ||
"area/low-code/components", | ||
"area/low-code", | ||
] | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Component Description | ||
description: Please describe the component you would like to see added to the Low-code CDK and why it's valuable | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: proposed-schema | ||
attributes: | ||
label: Proposed YAML schema | ||
description: If you can wave a magic wand, what would the YAML schema of the component you are suggesting look like? | ||
value: | | ||
```yaml | ||
... | ||
``` | ||
validations: | ||
required: true | ||
- type: input | ||
id: url | ||
attributes: | ||
label: Connector API Docs URL | ||
description: To help us understand your request, please share a link to the API docs for the API you're trying to build, ideally pointing to the specific section of the docs relevant to your use case | ||
- type: input | ||
id: pr-url | ||
attributes: | ||
label: Pull Request URL | ||
description: If there is a pull request which currently implements a custom component in lieu of having this component in the CDK, please link it |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.