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
config[oauth2_url] =click.prompt('Please enter the OAuth 2 {} Endpoint URL'.format(message),
When I run in my local machine, the module is able to obtain the necessary credentials and infer the config properly.
zign.api.get_token_implicit_flow()
On my local machine this works fine, but when I run this on Databricks, it stops me at the message:
Please enter the OAuth 2 Token Endpoint URL:
Isn't the code supposed to obtain the implicit configurations, even when I enter the configs manually in manually, it is still asking for the Endpoint URL, must we supply all config arguments manually. Or is there an issue with the code when running on Databricks?
zign/zign/api.py
Line 65 in 75d2675
When I run in my local machine, the module is able to obtain the necessary credentials and infer the config properly.
On my local machine this works fine, but when I run this on Databricks, it stops me at the message:
Isn't the code supposed to obtain the implicit configurations, even when I enter the configs manually in manually, it is still asking for the Endpoint URL, must we supply all config arguments manually. Or is there an issue with the code when running on Databricks?
git blame: @gargravarr
The text was updated successfully, but these errors were encountered: