- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 12:58 AM
Hi Kaniz,
Thanks for your reply!
I have tested this with Runtime 13.1, 13.3 (LTS), 13.3 (LTS) ML, 14.0, 14.1 and 14.2. All with the same result.
With 'notebook-scoped library installation' you mean doing something like this in the first cell, right?
%pip install dbt-databricks==1.7.1I had to add a second cell with this to prevent an error:
dbutils.library.restartPython()This second cell solved the error but the warnings are still there. Without the second cell I got the warnings as well by the way but than it ended with an import error.
I also tried adding the '--ignore-installed' flag to pip install but got the same result.
Is this what you meant by 'notebook-scoped library installation' or is there some other approach I could try?
Regards,
Thijs