We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Not a 'behavior' per se, but I notice this suspicious code:
def _remote_folder_object(self) -> workspace.ObjectInfo: try: return self._ws.workspace.get_status(self._remote_folder) except NotFound: self._ws.workspace.mkdirs(self._remote_folder) return self._remote_folder_object()
If _remote_folder is indeed NotFound, I believe the above code loops forever
_remote_folder
NotFound
No response
AWS
macOS
latest via Databricks CLI
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Current Behavior
Not a 'behavior' per se, but I notice this suspicious code:
If
_remote_folder
is indeedNotFound
, I believe the above code loops foreverExpected Behavior
No response
Steps To Reproduce
No response
Cloud
AWS
Operating System
macOS
Version
latest via Databricks CLI
Relevant log output
No response
The text was updated successfully, but these errors were encountered: