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
Hello,
I have a pipeline that is using this command:
databricks workspace import_dir ....
After some time our access token has expired, but the pipeline was still green. After a small investigation I found out, that there is a swallowing part of the error. Have a look here:
Hello,
I have a pipeline that is using this command:
After some time our access token has expired, but the pipeline was still green. After a small investigation I found out, that there is a swallowing part of the error. Have a look here:
databricks-cli/databricks_cli/workspace/api.py
Line 147 in c62d861
Could that error be propagated instead?
Thank you!
Best regards,
Andrej