Skip to content
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

Make ApiClient more pyodide friendly #114

Merged
merged 1 commit into from
May 17, 2023
Merged

Make ApiClient more pyodide friendly #114

merged 1 commit into from
May 17, 2023

Conversation

nfx
Copy link
Contributor

@nfx nfx commented May 17, 2023

Changes

Embed requests.Session into ApiClient instead of extending it, so that pyodide-http picks it up.

Tests

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

@nfx nfx merged commit afeb4f5 into main May 17, 2023
@nfx nfx deleted the not-extend-client branch May 17, 2023 09:49
nfx added a commit that referenced this pull request May 17, 2023
## Changes
Embed `requests.Session` into ApiClient instead of extending it, so that
`pyodide-http` [picks it
up](https://github.com/koenvo/pyodide-http#supported-packages).

## Tests

- [x] `make test` run locally
- [ ] `make fmt` applied
- [x] relevant integration tests applied
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)).
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.

1 participant