Goce Jankuloski

Results 4 comments of Goce Jankuloski

Thanks Nick! The workaround was simple to implement and works very well. Great work on the library - I'm planning on spending some time to integrate it into my project...

Getting the same issue as well...if you edit all instances of `message_id=op_response["id"]` to `message_id=op_response["message_id"]` in `dasboards.py` it seems to work. Would be great if the team can fix this soon...

I forked the repo and updated the `dashboards.py` file https://github.com/goda/databricks-sdk-py/commit/e0c817fbfd0bf99c57a1585bfdee060898c192c7. I'm now using it temporarily to install `databricks-sdk` like so: `pip install git+https://github.com/goda/databricks-sdk-py.git@main#egg=databricks-sdk`