Default Package Layout
functions
- pyproject.toml
- data_pipelines/
|- __init__.py
|- __main__.py
|- entrypoint.py
|- your_pyfile1.py
|- your_pyfile2.py
- resource/
|- resource_type1/
|- ...
|- resource_type2/
|- ...
Note: Please don't change the default directory structure as the compute system looks for the following python files to execute the
Last updated