1
0
mirror of synced 2025-12-25 02:09:19 -05:00

Airbyte CDK: move from gradle to poetry (#36250)

This commit is contained in:
Ella Rohm-Ensing
2024-03-25 16:46:57 -07:00
committed by GitHub
parent 0474574454
commit 195408eb15
27 changed files with 5254 additions and 857 deletions

View File

@@ -323,7 +323,7 @@ That's all you need to do to add incremental functionality to the stock ticker S
You can deploy the new version of your connector simply by running:
```bash
./gradlew clean :airbyte-integrations:connectors:source-stock-ticker-api:build
airbyte-ci connectors --name source-stock-ticker-api build
```
Bonus points: go to Airbyte UI and reconfigure the connection to use incremental sync.