JenspederM / kedro-databricks

A Databricks Plugin for Kedro
MIT License
13 stars 5 forks source link

Add description for how to run the job after `kedro databricks deploy` #70

Open noklam opened 4 weeks ago

noklam commented 4 weeks ago

The get-started path right now is:

  1. kedro new
  2. Install databricks CLI (not explained in doc yet)
  3. databricks configure
  4. kedro databricks init
  5. kedro databricks bundle
  6. kedro databricks deploy

Then there are two options:

  1. Go to the UI and trigger a job
  2. Use the CLI databricks bundle run

It would be nice if the get started guide provides some directions and link that to databricks docs.