kedro-org / kedro-starters

Templates for your Kedro projects.
Apache License 2.0
64 stars 59 forks source link

Modify filepath in PySpark Iris starter to point to dbfs:/FileStore #126

Closed jmholzer closed 1 year ago

jmholzer commented 1 year ago

Motivation and Context

To follow best practices, we should store data that is uploaded to be processed in dbfs:/FileStore, not dbfs:/root as we currently are.

How has this been tested?

I checked that this starter will still run on Databricks as expected when data is stored in the new location rather than the old.

Checklist