kedro-org / kedro-starters

Templates for your Kedro projects.
Apache License 2.0
63 stars 57 forks source link

Fix databricks entry point #191

Closed DimedS closed 7 months ago

DimedS commented 7 months ago

Motivation and Context

To deploy kedro projects in Databricks, we need to use specific entry point, our manual using databricks_run name and in starter we put special code in databricks_run.py file. This PR changes common entry point pattern used in all starters to specific for Databricks: databricks_run = "{{ cookiecutter.python_package }}.databricks_run:main"

How has this been tested?

The new entry point configuration has been tested manually on Databricks. Deployment was made using Databricks job, following this manual

Checklist