Demo: project structure evolution from notebooks to python module
To run tests:
pytest
To create the distribution:
python setup.py sdist bdist_wheel
Install the databricks-cli
and set up the workspace url and the personal access token (via a profile for instance). Then run:
databricks fs cp /path/to/version/demo_evolution_project_structure-0.0.2-py3-none-any.whl dbfs:/path/in/dbfs/demo_evolution_project_structure-0.0.2-py3-none-any.whl --profile <your_profile>