Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: alexandre@airbyte.io <alexandre@airbyte.io>
74 lines
2.3 KiB
YAML
74 lines
2.3 KiB
YAML
data:
|
|
allowedHosts:
|
|
hosts:
|
|
- app.asana.com
|
|
registryOverrides:
|
|
oss:
|
|
enabled: true
|
|
cloud:
|
|
enabled: true
|
|
releases:
|
|
breakingChanges:
|
|
1.0.0:
|
|
message: "This release introduces an updated data type of the `name` field in the `events` stream. Users will need to reset this stream after upgrading. Please see migration guide for more details."
|
|
upgradeDeadline: "2024-06-30"
|
|
scopedImpact:
|
|
- scopeType: stream
|
|
impactedScopes:
|
|
- events
|
|
remoteRegistries:
|
|
pypi:
|
|
enabled: true
|
|
packageName: airbyte-source-asana
|
|
connectorBuildOptions:
|
|
# Please update to the latest version of the connector base image.
|
|
# https://hub.docker.com/r/airbyte/python-connector-base
|
|
# Please use the full address with sha256 hash to guarantee build reproducibility.
|
|
baseImage: docker.io/airbyte/python-connector-base:4.0.0@sha256:d9894b6895923b379f3006fa251147806919c62b7d9021b5cd125bb67d7bbe22
|
|
connectorSubtype: api
|
|
connectorType: source
|
|
definitionId: d0243522-dccf-4978-8ba0-37ed47a0bdbf
|
|
dockerImageTag: 1.5.1
|
|
dockerRepository: airbyte/source-asana
|
|
githubIssueLabel: source-asana
|
|
icon: asana.svg
|
|
license: ELv2
|
|
name: Asana
|
|
releaseDate: 2021-05-25
|
|
releaseStage: beta
|
|
supportLevel: community
|
|
documentationUrl: https://docs.airbyte.com/integrations/sources/asana
|
|
tags:
|
|
- language:python
|
|
- cdk:low-code
|
|
ab_internal:
|
|
ql: 300
|
|
sl: 100
|
|
connectorTestSuitesOptions:
|
|
- suite: liveTests
|
|
testConnections:
|
|
- name: asana_config_dev_null
|
|
id: 43b16e30-c7a1-4b78-9f43-438e325b0435
|
|
- suite: unitTests
|
|
- suite: acceptanceTests
|
|
testSecrets:
|
|
- name: SECRET_SOURCE-ASANA__CREDS
|
|
fileName: config.json
|
|
secretStore:
|
|
type: GSM
|
|
alias: airbyte-connector-testing-secret-store
|
|
externalDocumentationUrls:
|
|
- title: API reference
|
|
url: https://developers.asana.com/reference/rest-api-reference
|
|
type: api_reference
|
|
- title: Authentication
|
|
url: https://developers.asana.com/docs/authentication
|
|
type: authentication_guide
|
|
- title: Rate limits
|
|
url: https://developers.asana.com/docs/rate-limits
|
|
type: rate_limits
|
|
- title: Asana Status
|
|
url: https://status.asana.com/
|
|
type: status_page
|
|
metadataSpecVersion: "1.0"
|