databricks/databricks-cli

unable to read dbfs mounted files

debaratna-nath-maersk opened this issue · 0 comments

I am new to this API. I'm trying to connect to dbfs mounted files using the databricks_cli.
So far, I have been able to get the successfule file_exists() status when I enter the dbfs path, but when I try to run the dbfs api.get_file() for reading the table, it returns the following error:

RuntimeError: There is no active click context.

Is there any fix/workaround for reading dbfs file?