Skip to content

Commit

Permalink
Docs: update PR template and remove python destination as accepted co…
Browse files Browse the repository at this point in the history
…ntributions (airbytehq#28665)

* update PR template and remove python destination as accepted contributions

* fix warning callout

* improve speeling
  • Loading branch information
marcosmarxm authored Jul 26, 2023
1 parent 343a45c commit bdaddd4
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<!--
Thanks for your contribution!
Before you submit the pull request,
I'd like to kindly remind you to take a moment and read through our guidelines
to ensure that your contribution aligns with the type of contributions our project accepts.
All the information you need can be found here:
https://docs.airbyte.com/contributing-to-airbyte/
We truly appreciate your interest in contributing to Airbyte,
and we're excited to see what you have to offer!
If you have any questions or need any assistance, feel free to reach out in #contributions Slack channel.
-->

## What
*Describe what the change is solving*
*It helps to add screenshots if it affects the frontend.*
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/contributing-to-airbyte/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ A great place to start looking will be our GitHub projects for:
Due to project priorities, we may not be able to accept all contributions at this time.
We are prioritizing the following contributions:
* Bug fixes, features, and enhancements to existing API source connectors
* New connector sources and destinations built with the Python CDK, with a preference for low and no-code CDK, as these connectors are easier to maintain
* New connector sources built with the Low-Code CDK and Connector Builder, as these connectors are easier to maintain.
* Bug fixes, features, and enhancements to the following database sources: MongoDB, Postgres, MySQL, MSSQL
* Bug fixes to the following destinations: BigQuery, Snowflake, Redshift, S3, and Postgres
* Helm Charts features, bug fixes, and other platform bug fixes
Expand Down

0 comments on commit bdaddd4

Please sign in to comment.