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:
@@ -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-adjust:dev
|
||||
tests:
|
||||
|
||||
@@ -175,7 +175,7 @@ class Spec(pydantic.BaseModel):
|
||||
spec[key] = schema.pop(key)
|
||||
|
||||
schema["connectionSpecification"] = spec
|
||||
schema["documentationUrl"] = "https://docs.airbyte.io/integrations/sources/adjust"
|
||||
schema["documentationUrl"] = "https://docs.airbyte.com/integrations/sources/adjust"
|
||||
|
||||
|
||||
class Report(pydantic.BaseModel):
|
||||
|
||||
@@ -147,4 +147,4 @@ connectionSpecification:
|
||||
- dimensions
|
||||
title: Adjust Spec
|
||||
type: object
|
||||
documentationUrl: https://docs.airbyte.io/integrations/sources/adjust
|
||||
documentationUrl: https://docs.airbyte.com/integrations/sources/adjust
|
||||
|
||||
Reference in New Issue
Block a user