From 5c3f2f00df9c1a262157c98daff9983fc5b67b4f Mon Sep 17 00:00:00 2001 From: Pat Nadolny Date: Mon, 16 Oct 2023 10:40:12 -0400 Subject: [PATCH] Fix broken links (#1549) --- _data/default_variants.yml | 2 - _data/maintainers.yml | 4 - .../extractors/tap-alloydb/airbyte.yml | 179 ------------------ _data/meltano/extractors/tap-jdbc/airbyte.yml | 75 -------- .../meltano/loaders/target-kinesis/aaimtt.yml | 14 -- 5 files changed, 274 deletions(-) delete mode 100644 _data/meltano/extractors/tap-alloydb/airbyte.yml delete mode 100644 _data/meltano/extractors/tap-jdbc/airbyte.yml delete mode 100644 _data/meltano/loaders/target-kinesis/aaimtt.yml diff --git a/_data/default_variants.yml b/_data/default_variants.yml index 587772b9d..5fe07d6aa 100644 --- a/_data/default_variants.yml +++ b/_data/default_variants.yml @@ -17,7 +17,6 @@ extractors: tap-aha: airbyte tap-airbyte-wrapper: meltanolabs tap-airtable: goes-funky - tap-alloydb: airbyte tap-alpha-vantage: airbyte tap-amazon-ads-dsp: singer-io tap-amazon-advertising: dbt-labs @@ -249,7 +248,6 @@ extractors: tap-iterable: lambtron tap-itunes: hotgluexyz tap-jaffle-shop: meltanolabs - tap-jdbc: airbyte tap-jira: meltanolabs tap-jotform: hotgluexyz tap-judgeme: hotgluexyz diff --git a/_data/maintainers.yml b/_data/maintainers.yml index b57fb484f..30ef2d897 100644 --- a/_data/maintainers.yml +++ b/_data/maintainers.yml @@ -2,10 +2,6 @@ a-rusi: label: Alejandro Rusi name: a-rusi url: https://github.com/a-rusi -aaimtt: - label: aaimtt - name: aaimtt - url: https://github.com/aaimtt abij: label: abij name: abij diff --git a/_data/meltano/extractors/tap-alloydb/airbyte.yml b/_data/meltano/extractors/tap-alloydb/airbyte.yml deleted file mode 100644 index c4c0096fc..000000000 --- a/_data/meltano/extractors/tap-alloydb/airbyte.yml +++ /dev/null @@ -1,179 +0,0 @@ -capabilities: -- catalog -- state -- discover -- about -- stream-maps -- schema-flattening -description: Fully managed PostgreSQL-compatible database service by Google. -domain_url: https://cloud.google.com/alloydb -executable: tap-airbyte -keywords: -- airbyte_protocol -label: AlloyDB -logo_url: /assets/logos/extractors/alloydb.png -maintenance_status: beta -name: tap-alloydb -namespace: tap_airbyte -next_steps: '' -pip_url: git+https://github.com/MeltanoLabs/tap-airbyte-wrapper.git -quality: bronze -repo: https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-alloydb -settings: -- description: Airbyte image to run - kind: string - label: Airbyte Spec Image - name: airbyte_spec.image - value: airbyte/source-alloydb -- description: Airbyte image tag - kind: string - label: Airbyte Spec Tag - name: airbyte_spec.tag - value: latest -- description: Docker mounts to make available to the Airbyte container. Expects a - list of maps containing source, target, and type as is documented in the docker - --mount documentation - kind: array - label: Docker Mounts - name: docker_mounts -- description: Hostname of the database. - kind: string - label: Airbyte Config Host - name: airbyte_config.host -- description: Port of the database. - kind: integer - label: Airbyte Config Port - name: airbyte_config.port -- description: Name of the database. - kind: string - label: Airbyte Config Database - name: airbyte_config.database -- description: The list of schemas (case sensitive) to sync from. Defaults to public. - kind: array - label: Airbyte Config Schemas - name: airbyte_config.schemas -- description: Username to access the database. - kind: string - label: Airbyte Config Username - name: airbyte_config.username -- description: Password associated with the username. - kind: password - label: Airbyte Config Password - name: airbyte_config.password -- description: Additional properties to pass to the JDBC URL string when connecting - to the database formatted as 'key=value' pairs separated by the symbol '&'. (Eg. - key1=value1&key2=value2&key3=value3). For more information read about JDBC - URL parameters. - kind: string - label: Airbyte Config Jdbc Url Params - name: airbyte_config.jdbc_url_params -- description: Encrypt data using SSL. When activating SSL, please select one of the - connection modes. - kind: boolean - label: Airbyte Config Ssl - name: airbyte_config.ssl -- description: disable, allow, prefer, require, verify-ca, verify-full - kind: string - label: Airbyte Config Ssl Mode Mode - name: airbyte_config.ssl_mode.mode -- description: CA certificate, CA certificate - kind: string - label: Airbyte Config Ssl Mode Ca Certificate - name: airbyte_config.ssl_mode.ca_certificate -- description: Client certificate, Client certificate - kind: string - label: Airbyte Config Ssl Mode Client Certificate - name: airbyte_config.ssl_mode.client_certificate -- description: Client key, Client key - kind: password - label: Airbyte Config Ssl Mode Client Key - name: airbyte_config.ssl_mode.client_key -- description: Password for keystorage. If you do not add it - the password will be - generated automatically., Password for keystorage. If you do not add it - the - password will be generated automatically. - kind: password - label: Airbyte Config Ssl Mode Client Key Password - name: airbyte_config.ssl_mode.client_key_password -- description: Standard, CDC - kind: string - label: Airbyte Config Replication Method Method - name: airbyte_config.replication_method.method -- description: A logical decoding plugin installed on the PostgreSQL server. The `pgoutput` - plugin is used by default. If the replication table contains a lot of big jsonb - values it is recommended to use `wal2json` plugin. Read more about selecting - replication plugins. - kind: string - label: Airbyte Config Replication Method Plugin - name: airbyte_config.replication_method.plugin -- description: A plugin logical replication slot. Read about replication - slots. - kind: string - label: Airbyte Config Replication Method Replication Slot - name: airbyte_config.replication_method.replication_slot -- description: A Postgres publication used for consuming changes. Read about publications - and replication identities. - kind: string - label: Airbyte Config Replication Method Publication - name: airbyte_config.replication_method.publication -- description: 'The amount of time the connector will wait when it launches to determine - if there is new data to sync or not. Defaults to 300 seconds. Valid range: 120 - seconds to 1200 seconds. Read about initial - waiting time.' - kind: integer - label: Airbyte Config Replication Method Initial Waiting Seconds - name: airbyte_config.replication_method.initial_waiting_seconds -- description: NO_TUNNEL, SSH_KEY_AUTH, SSH_PASSWORD_AUTH - kind: string - label: Airbyte Config Tunnel Method Tunnel Method - name: airbyte_config.tunnel_method.tunnel_method -- description: Hostname of the jump server host that allows inbound ssh tunnel., Hostname - of the jump server host that allows inbound ssh tunnel. - kind: string - label: Airbyte Config Tunnel Method Tunnel Host - name: airbyte_config.tunnel_method.tunnel_host -- description: Port on the proxy/jump server that accepts inbound ssh connections., - Port on the proxy/jump server that accepts inbound ssh connections. - kind: integer - label: Airbyte Config Tunnel Method Tunnel Port - name: airbyte_config.tunnel_method.tunnel_port -- description: OS-level username for logging into the jump server host., OS-level - username for logging into the jump server host - kind: string - label: Airbyte Config Tunnel Method Tunnel User - name: airbyte_config.tunnel_method.tunnel_user -- description: OS-level user account ssh key credentials in RSA PEM format ( created - with ssh-keygen -t rsa -m PEM -f myuser_rsa ) - kind: password - label: Airbyte Config Tunnel Method Ssh Key - name: airbyte_config.tunnel_method.ssh_key -- description: OS-level password for logging into the jump server host - kind: password - label: Airbyte Config Tunnel Method Tunnel User Password - name: airbyte_config.tunnel_method.tunnel_user_password -- description: Config object for stream maps capability. For more information check - out [Stream Maps](https://sdk.meltano.com/en/latest/stream_maps.html). - kind: object - label: Stream Maps - name: stream_maps -- description: User-defined config values to be used within map expressions. - kind: object - label: Stream Map Config - name: stream_map_config -- description: "'True' to enable schema flattening and automatically expand nested\ - \ properties." - kind: boolean - label: Flattening Enabled - name: flattening_enabled -- description: The max depth to flatten schemas. - kind: integer - label: Flattening Max Depth - name: flattening_max_depth -settings_group_validation: -- - connector_config.username - - connector_config.port - - airbyte_spec.image - - connector_config.host - - connector_config.database -settings_preamble: '' -usage: '' -variant: airbyte diff --git a/_data/meltano/extractors/tap-jdbc/airbyte.yml b/_data/meltano/extractors/tap-jdbc/airbyte.yml deleted file mode 100644 index 9fb2647b5..000000000 --- a/_data/meltano/extractors/tap-jdbc/airbyte.yml +++ /dev/null @@ -1,75 +0,0 @@ -capabilities: -- catalog -- state -- discover -- about -- stream-maps -- schema-flattening -description: Java Database Connectivity -domain_url: https://docs.oracle.com/javase/tutorial/jdbc/basics/index.html -executable: tap-airbyte -keywords: -- airbyte_protocol -label: JDBC -logo_url: /assets/logos/extractors/jdbc.png -maintenance_status: beta -name: tap-jdbc -namespace: tap_airbyte -next_steps: '' -pip_url: git+https://github.com/MeltanoLabs/tap-airbyte-wrapper.git -quality: silver -repo: https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-jdbc -settings: -- description: Airbyte image to run - kind: string - label: Airbyte Spec Image - name: airbyte_spec.image - value: airbyte/source-jdbc -- description: Airbyte image tag - kind: string - label: Airbyte Spec Tag - name: airbyte_spec.tag - value: latest -- description: Docker mounts to make available to the Airbyte container. Expects a - list of maps containing source, target, and type as is documented in the docker - --mount documentation - kind: array - label: Docker Mounts - name: docker_mounts -- description: The username which is used to access the database. - kind: string - label: Airbyte Config Username - name: airbyte_config.username -- description: The password associated with this username. - kind: password - label: Airbyte Config Password - name: airbyte_config.password -- description: JDBC formatted URL. See the standard here. - kind: string - label: Airbyte Config Jdbc Url - name: airbyte_config.jdbc_url -- description: Config object for stream maps capability. For more information check - out [Stream Maps](https://sdk.meltano.com/en/latest/stream_maps.html). - kind: object - label: Stream Maps - name: stream_maps -- description: User-defined config values to be used within map expressions. - kind: object - label: Stream Map Config - name: stream_map_config -- description: "'True' to enable schema flattening and automatically expand nested\ - \ properties." - kind: boolean - label: Flattening Enabled - name: flattening_enabled -- description: The max depth to flatten schemas. - kind: integer - label: Flattening Max Depth - name: flattening_max_depth -settings_group_validation: -- - airbyte_spec.image - - connector_config.username - - connector_config.jdbc_url -settings_preamble: '' -usage: '' -variant: airbyte diff --git a/_data/meltano/loaders/target-kinesis/aaimtt.yml b/_data/meltano/loaders/target-kinesis/aaimtt.yml deleted file mode 100644 index 8387eda6c..000000000 --- a/_data/meltano/loaders/target-kinesis/aaimtt.yml +++ /dev/null @@ -1,14 +0,0 @@ -description: Real-time Streaming Platform -domain_url: https://aws.amazon.com/kinesis/ -keywords: -- api -label: Amazon Kinesis -logo_url: /assets/logos/loaders/kinesis.png -maintenance_status: unknown -name: target-kinesis -namespace: target_kinesis -pip_url: git+https://github.com/aaimtt/target-kinesis.git -quality: unknown -repo: https://github.com/aaimtt/target-kinesis -settings: [] -variant: aaimtt