1
0
mirror of synced 2026-01-07 00:05:48 -05:00

Docs: update PR template and remove python destination as accepted contributions (#28665)

* update PR template and remove python destination as accepted contributions

* fix warning callout

* improve speeling
This commit is contained in:
Marcos Marx
2023-07-26 10:09:53 -03:00
committed by GitHub
parent 343a45c3b7
commit bdaddd4c20
3 changed files with 21 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# Building a Python Destination
:::warning
Airbyte has a Python Destination CDK that allows you to create quick and simple destinations for particular use cases.
Currently, the project is not accepting new Python Destinations in the official catalog.
However, you can still build the connector and use it for your projects locally or import it into Airbyte Cloud.
:::
## Summary
This article provides a checklist for how to create a Python destination. Each step in the checklist has a link to a more detailed explanation below.