Closed parthosa closed 4 months ago
what databricks notebook and what is the context here?
We have databricks notebooks for running qualification/profiling tool in this repo - Link
Although mentioned in the notebook, some users might not be using /dbfs/<path-to-eventlogs>
and instead pass the path as dbfs:/<path-to-eventlogs>
(for example, copying the path from somewhere else).
Hence this feature was requested so that the users can run the notebook even with dbfs:/<path-to-eventlogs>
Since the databricks notebooks only support event logs in the file API format (i.e.
/dbfs/
), we should automatically convertdbfs:/
paths to/dbfs/
for better user experience.