You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 241 B

12345678910
  1. # Python Dataflow Example
  2. This examples shows how to connect two different python virtual env with python.
  3. ```bash
  4. uv venv --seed -p 3.11 -n env_1
  5. uv venv --seed -p 3.11 -n env_2
  6. dora build dataflow.yml --uv
  7. dora run dataflow.yml --uv
  8. ```