- Install python minimum python 3.9, with pyenv for example.
- Run
make .venv
for local venv, thensource .venv/bin/activate
- Linting, formatting, typechecking with
make pre-commit
- Run tests with
pytest .
When you have resolved your issue, open a pull request in the dagster-delta repository. Please adhere to the following guidelines:
- Start your pull request title with a conventional commit tag. (chore, feature, fix)
- Add any relevant information to the description that you think may help others review your code.
- Make sure your branch is rebased against the latest version of the
main
branch. - Make sure all github CI Checks pass.