<@U04SE163WC8> is this a valid metadata.yaml ```da...
# ask-ai
k
@kapa.ai is this a valid metadata.yaml
Copy code
data:
  ab_internal:
    ql: 200
    sl: 100
  allowedHosts:
    hosts:
      - "*"
  connectorBuildOptions:
    baseImage: <http://docker.io/airbyte/python-connector-base:2.0.0@sha256:c44839ba84406116e8ba68722a0f30e8f6e7056c726f447681bb9e9ece8bd916|docker.io/airbyte/python-connector-base:2.0.0@sha256:c44839ba84406116e8ba68722a0f30e8f6e7056c726f447681bb9e9ece8bd916>
  connectorSubtype: database
  connectorType: source
  definitionId: 8fa13fb7-2cf7-4c5e-9a91-bae6f71f1fb7
  dockerImageTag: 0.1.0
  dockerRepository: airbyte/source-couchbase
  documentationUrl: <https://docs.airbyte.com/integrations/sources/couchbase>
  githubIssueLabel: source-couchbase
  icon: couchbase.svg
  license: MIT
  name: Couchbase
  remoteRegistries:
    pypi:
      enabled: true
      packageName: airbyte-source-couchbase
  registryOverrides:
    cloud:
      enabled: true
    oss:
      enabled: true
  releaseStage: alpha
  supportLevel: community
  tags:
    - language:python
    - cdk:python
  connectorTestSuitesOptions:
    - suite: liveTests
      testConnections:
        - name: couchbase_config_dev_null
          id: 284c062a-8164-46cb-a8ba-71ecbecaf395
    - suite: acceptanceTests
      testSecrets:
        - name: SECRET_SOURCE-COUCHBASE__CREDS
          fileName: config.json
          secretStore:
            type: GSM
            alias: airbyte-connector-testing-secret-store
metadataSpecVersion: "1.0"
u
Based on the provided
metadata.yaml
file and the information from the knowledge sources, it seems like your
metadata.yaml
file is mostly correct. However, there are a few discrepancies that need to be addressed: 1. The
ab_internal
field is not mentioned in the knowledge sources, so its validity cannot be confirmed. 2. The
connectorBuildOptions
field is also not mentioned in the knowledge sources, so its validity cannot be confirmed. 3. The
remoteRegistries
and
registryOverrides
fields are not mentioned in the knowledge sources. The knowledge sources mention a
registries
field, which includes
cloud
and
oss
subfields, but it's not clear if
remoteRegistries
and
registryOverrides
are valid alternatives or additions. 4. The
releaseStage
field is not mentioned in the knowledge sources, so its validity cannot be confirmed. 5. The
connectorTestSuitesOptions
field seems to be correctly structured based on the information from the [knowledge source](https://docs.airbyte.com/connector-development/connector-metadata-file#the-testsecrets-object). However, the
suite: liveTests
is not mentioned in the knowledge sources. The knowledge sources mention
unitTests
,
integrationTests
, and
acceptanceTests
as valid suite types. Please refer to the [official documentation](https://docs.airbyte.com/connector-development/connector-metadata-file) for the most accurate and up-to-date information on the structure and fields of the
metadata.yaml
file.