-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename RefreshableCredentials
to SessionCredentials
#116
Conversation
# Version changelog ## 0.1.7 * Added an extensive set of examples ([#113](#113)). * Fixed broken `dbutils.fs.mount` and `dbutils.fs.updateMount` ([#119](#119)). * Ignore `.netrc` when sending unauthenticated requests for OAuth handshake ([#108](#108)). * Make ApiClient more `pyodide` friendly ([#114](#114)). * Persist token acquired through `external-browser` auth type ([#110](#110)). * Prototype for notebook-native auth ([#115](#115)). * Rename `RefreshableCredentials` to `SessionCredentials` ([#116](#116)). * Use shell for opening `az` cli on Windows ([#117](#117)).
# Version changelog ## 0.1.7 * Added an extensive set of examples ([#113](#113)). * Fixed broken `dbutils.fs.mount` and `dbutils.fs.updateMount` ([#119](#119)). * Ignore `.netrc` when sending unauthenticated requests for OAuth handshake ([#108](#108)). * Make ApiClient more `pyodide` friendly ([#114](#114)). * Persist token acquired through `external-browser` auth type ([#110](#110)). * Prototype for notebook-native auth ([#115](#115)). * Rename `RefreshableCredentials` to `SessionCredentials` ([#116](#116)). * Use shell for opening `az` cli on Windows ([#117](#117)).
Hey I think this renaming is causing an issue for me. The renaming is not sitting well. I'll have to look to pin the version the previous release of this library - if that's even possible. Is it? This is my stack trace:
|
It breakes dbt init command |
Hi @jodmoreira, which client are you using? |
Align more with other SDKs