pygraphistry
pygraphistry copied to clipboard
databricks: when calling register using SSO, databricks does not display the HTML link to the SSO login
Describe the bug
When calling register using SSO, databricks does not display the HTML link to the SSO login until after the timer has expired, which prevents the user from clicking the link. Only the text of the auth_url is presented.
To Reproduce
graphistry.register(api=3, protocol="https", server="...", is_sso_login=True)
Expected behavior The html link should appear while timer is running, not after expiration
Screenshots
update May 08:
Should be able to run in every one of these scenarios:
- [ ] notebook author is able to run notebook, then convert to dashboard, and present dashboard, and hit update
- [ ] notebook author, clears state and output from notebook and then view and run dashboard
notebook is shared with another user, and all the following permissions should also work:
- [ ]
can runuser2 runs the notebook and dashboard from notebook author's workspace - [ ]
can manageuser2 runs the notebook and dashboard from notebook author's workspace - [ ]
can viewuser2 clones the notebook into their own workspace, effectively creating a copy of the notebook and they should be able to run notebook and dashboard.