1
0
mirror of synced 2025-12-25 02:09:19 -05:00

update connector specs and definitions with new .com documentation urls (#17585)

* update definitions with new .com docs urls

* update docs urls in specs

* update generators

* regenerate scaffold connectors

* remove unrelated changes

* update more urls

* update specs

* fix tests

* run `:airbyte-config:specs:generateSeedConnectorSpecs` to fix formatting

* revert docs changes to make pr more reviewable

* revert generator readme changes to make more reviewable

* fix mysql strict encrypt expected spec

* fix postgres expected spec
This commit is contained in:
Pedro S. Lopez
2022-10-11 11:04:23 -04:00
committed by GitHub
parent 7c8f8a86e9
commit 938436bcc9
342 changed files with 834 additions and 828 deletions

View File

@@ -1,4 +1,4 @@
# See [Source Acceptance Tests](https://docs.airbyte.io/connector-development/testing-connectors/source-acceptance-tests-reference)
# See [Source Acceptance Tests](https://docs.airbyte.com/connector-development/testing-connectors/source-acceptance-tests-reference)
# for more information about how to configure these tests
connector_image: airbyte/source-jira:dev
tests:

View File

@@ -1,5 +1,5 @@
{
"documentationUrl": "https://docs.airbyte.io/integrations/sources/jira",
"documentationUrl": "https://docs.airbyte.com/integrations/sources/jira",
"connectionSpecification": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Jira Spec",
@@ -10,7 +10,7 @@
"api_token": {
"type": "string",
"title": "API Token",
"description": "Jira API Token. See the <a href=\"https://docs.airbyte.io/integrations/sources/jira\">docs</a> for more information on how to generate this key.",
"description": "Jira API Token. See the <a href=\"https://docs.airbyte.com/integrations/sources/jira\">docs</a> for more information on how to generate this key.",
"airbyte_secret": true
},
"domain": {
@@ -65,7 +65,7 @@
"enable_experimental_streams": {
"type": "boolean",
"title": "Enable Experimental Streams",
"description": "Allow the use of experimental streams which rely on undocumented Jira API endpoints. See https://docs.airbyte.io/integrations/sources/jira#experimental-tables for more info.",
"description": "Allow the use of experimental streams which rely on undocumented Jira API endpoints. See https://docs.airbyte.com/integrations/sources/jira#experimental-tables for more info.",
"default": false
}
}