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:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user