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

databricks: when calling register using SSO, databricks does not display the HTML link to the SSO login #539

Open
5 tasks
DataBoyTX opened this issue Jan 16, 2024 · 0 comments
Assignees
Labels

Comments

@DataBoyTX
Copy link
Contributor

DataBoyTX commented Jan 16, 2024

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
image

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 run user2 runs the notebook and dashboard from notebook author's workspace
  • can manage user2 runs the notebook and dashboard from notebook author's workspace
  • can view user2 clones the notebook into their own workspace, effectively creating a copy of the notebook and they should be able to run notebook and dashboard.
@DataBoyTX DataBoyTX added the bug label Jan 16, 2024
@DataBoyTX DataBoyTX self-assigned this Jan 16, 2024
DataBoyTX added a commit that referenced this issue Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant