Skip to content

Add examples#113

Merged
nfx merged 1 commit intomainfrom
add-examples
May 16, 2023
Merged

Add examples#113
nfx merged 1 commit intomainfrom
add-examples

Conversation

@nfx
Copy link
Copy Markdown
Contributor

@nfx nfx commented May 16, 2023

added examples generated from Go SDK

@nfx nfx merged commit 5f566df into main May 16, 2023
@nfx nfx deleted the add-examples branch May 16, 2023 19:37
Comment on lines 165 to 172

Check failure

Code scanning / CodeQL

Flask app is run in debug mode

A Flask app appears to be run in debug mode. This may allow an attacker to run arbitrary code through the debugger.
Comment on lines +121 to +123
logging.info(f"Created new custom app: "
f"--client_id {custom_app.client_id} "
f"--client_secret {custom_app.client_secret}")

Check failure

Code scanning / CodeQL

Clear-text logging of sensitive information

This expression logs [sensitive data (secret)](1) as clear text.
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)).
@Sanket-Mehta
Copy link
Copy Markdown

Sanket-Mehta commented Sep 25, 2023

Hi Databricks Team, Certain functions aren't working as expected. e.g., Account.workspaces.list() throws an error quoting 'Databricks Sign-In'!! Attaching a snap as well. could you help.
cc: @nfx

image

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.

3 participants