Skip to content

Fix broken dbutils.fs.mount and dbutils.fs.updateMount#119

Merged
nfx merged 2 commits intomainfrom
fix/112
May 17, 2023
Merged

Fix broken dbutils.fs.mount and dbutils.fs.updateMount#119
nfx merged 2 commits intomainfrom
fix/112

Conversation

@nfx
Copy link
Copy Markdown
Contributor

@nfx nfx commented May 17, 2023

Changes

  • add parsing of command execution error contexts
  • fixed broken mounting proxied utilities

Fixes #112

Tests

  • make test run locally
  • make fmt applied
  • relevant integration tests applied

_execution_error_re = re.compile(
r'ExecutionError: ([\s\S]*)\n(StatusCode=[0-9]*)\n(StatusDescription=.*)\n')
_error_message_re = re.compile(r'ErrorMessage=(.+)\n')
_ascii_escape_re = re.compile(r'(\x9B|\x1B\[)[0-?]*[ -/]*[@-~]')

Check warning

Code scanning / CodeQL

Overly permissive regular expression range

Suspicious character range that is equivalent to \[0-9:;<=>?\].
@nfx nfx merged commit 9e3c83b into main May 17, 2023
@nfx nfx deleted the fix/112 branch May 17, 2023 15:29
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)).
@nfx nfx mentioned this pull request 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)).
joyaung pushed a commit to joyaung/databricks-sdk-py that referenced this pull request Apr 6, 2025
…azure_doc_issue

chore: Update Azure setup instructions and images
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

dbutils.fs.mount generates wrong proxy call

2 participants