1
0
mirror of synced 2025-12-23 21:03:15 -05:00

connector-templates: move generated code from src so airbyte-ci builds it (#36428)

### What

For newly generated python and low-code connectors, move sources from `src` to `source_%CONN_NAME%` so `airbyte-ci build` can pick them up correctly. Closes #35893.

### What changed?

- Moved the sources from `src`
- Updated package paths in `pyproject.toml` templates

### How to test?

You can make a new connector with `./generate.sh` and verify that it works with Poetry and that it builds with `airbyte-ci build --name source-test`

---
This commit is contained in:
Natik Gadzhi
2024-03-25 10:01:30 -07:00
committed by GitHub
parent b52c58d324
commit 0e9bdf314d
87 changed files with 119 additions and 1525 deletions

View File

@@ -3,7 +3,7 @@
The following technologies are required to build Airbyte locally.
1. [`Java 21`](https://jdk.java.net/archive/)
2. `Node 16`
2. `Node 20.`
3. `Python 3.9`
4. `Docker`
5. `Jq`