Merged
Conversation
nfx
reviewed
May 17, 2023
nfx
reviewed
May 17, 2023
Signed-off-by: Serge Smertin <[email protected]>
nfx
approved these changes
May 17, 2023
nfx
added a commit
that referenced
this pull request
May 17, 2023
# 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)).
Merged
nfx
added a commit
that referenced
this pull request
May 17, 2023
# 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)).
joyaung
pushed a commit
to joyaung/databricks-sdk-py
that referenced
this pull request
Apr 6, 2025
…V0.2.1_bug_fixes_arun Improved DASF mapping to have one to one mapping to SAT
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
handle calling
az loginor alike cmd commands on windows 10 (and possibly other versions of windows). it seems that windows (and only windows) requiresshell=Truewhen executing sub processes.code checks if running on windows and only uses shell execution mode.
Tests
make testrun locallymake fmtapplied