databricks / databricks-sdk-py

Databricks SDK for Python (Beta)
https://databricks-sdk-py.readthedocs.io/
Apache License 2.0
318 stars 103 forks source link

Improve the Makefile #694

Open fpgmaas opened 1 week ago

fpgmaas commented 1 week ago

Changes

Some simple changes to the Makefile to make it a bit more user friendly. Running make help will show:

dev                  Create virtual environment and install development dependencies.
install              Install the package.
fmt                  Format the code in 'databricks' and 'tests' directories.
fmte                 Format the code in 'examples' directory.
lint                 Lint the code in 'databricks' directory.
test                 Run unit tests.
integration          Run integration tests.
benchmark            Run benchmark tests.
coverage             Generate and open the coverage report.
dist                 Build distribution packages.
clean                Clean up build artifacts.
help                 Show help for the commands.

Tests