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

[BUG]: infinite recursive loop in dashboards.py #1337

Closed
1 task done
Tracked by #1528
ericvergnaud opened this issue Apr 9, 2024 · 0 comments
Closed
1 task done
Tracked by #1528

[BUG]: infinite recursive loop in dashboards.py #1337

ericvergnaud opened this issue Apr 9, 2024 · 0 comments
Labels
feat/viz vizualizing UCX progress as a redash/lakeview dashboard tech debt chores and design flaws wontfix This will not be worked on

Comments

@ericvergnaud
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

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

Expected Behavior

No response

Steps To Reproduce

No response

Cloud

AWS

Operating System

macOS

Version

latest via Databricks CLI

Relevant log output

No response

@nfx nfx removed the bug label Apr 10, 2024
@github-project-automation github-project-automation bot moved this to Triage in UCX Apr 10, 2024
@nfx nfx added bug tech debt chores and design flaws feat/viz vizualizing UCX progress as a redash/lakeview dashboard and removed needs-triage labels Apr 22, 2024
@nfx nfx moved this from Triage to Quarter Backlog in UCX Apr 24, 2024
@nfx nfx added the wontfix This will not be worked on label May 7, 2024
@nfx nfx closed this as not planned Won't fix, can't repro, duplicate, stale May 7, 2024
@github-project-automation github-project-automation bot moved this from Quarter Backlog to Archive in UCX May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat/viz vizualizing UCX progress as a redash/lakeview dashboard tech debt chores and design flaws wontfix This will not be worked on
Projects
Archived in project
Development

No branches or pull requests

2 participants