You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 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.
The text was updated successfully, but these errors were encountered:
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
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 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 workspacecan manage
user2 runs the notebook and dashboard from notebook author's workspacecan 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.The text was updated successfully, but these errors were encountered: