You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem Statement
I am frustrated that the client side dbutils does not provide a getAll() method. I used db connect and it makes my scripts ugly to always have a bunch of variables calling .get() when this should match the same methods as the workspace dbutils.
Proposed Solution
Can someone add this method to the client side dbutils implementation
Additional Context
None
The text was updated successfully, but these errors were encountered:
Problem Statement
I am frustrated that the client side dbutils does not provide a getAll() method. I used db connect and it makes my scripts ugly to always have a bunch of variables calling .get() when this should match the same methods as the workspace dbutils.
Proposed Solution
Can someone add this method to the client side dbutils implementation
Additional Context
None
The text was updated successfully, but these errors were encountered: