Contribute to integrations
Prefect welcomes contributions to existing integrations.
Thinking about making your own integration? Feel free to create a new discussion to flesh out your idea with other contributors.
Contributing to existing integrations
All integrations are hosted in the Prefect GitHub repository under src/integrations
.
To contribute to an existing integration, please follow these steps:
Fork the repository π΄
Fork the Prefect GitHub repository
Clone your fork π―
Create a new branch π²
Set up your environment π
Move to the integration directory and install the dependencies:
Make your changes π©βπ³
Make the necessary changes to the integration code.
Add tests π§ͺ
If youβre adding new functionality, please add tests.
You can run the tests with:
Submit your changes π¨
Create a pull request β°
Submit your pull request upstream through the GitHub interface.
Was this page helpful?