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

[FEATURE]: track indirect usage of dbutils.notebook.run #1334

Closed
1 task done
Tracked by #1085
ericvergnaud opened this issue Apr 9, 2024 · 1 comment
Closed
1 task done
Tracked by #1085

[FEATURE]: track indirect usage of dbutils.notebook.run #1334

ericvergnaud opened this issue Apr 9, 2024 · 1 comment
Labels
migrate/code Abstract Syntax Trees and other dark magic migrate/python Pull requests that update Python code

Comments

@ericvergnaud
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Problem statement

Our implementation tracks direct usage of dbutils.notebook.run, such as:

result = dbutils.notebook.run("Some notebook")

But does not keep track of indirect usage, such as:

run_notebook = dbutils.notebook.run
.../...
run_notebook('some notebook')

Proposed Solution

create a partial interpreter.
A partial interpreter would also help with #1205

Additional Context

No response

@ericvergnaud ericvergnaud added enhancement New feature or request needs-triage labels Apr 9, 2024
@github-project-automation github-project-automation bot moved this to Triage in UCX Apr 9, 2024
@nfx nfx added migrate/code Abstract Syntax Trees and other dark magic migrate/python Pull requests that update Python code and removed enhancement New feature or request needs-triage labels Apr 22, 2024
@nfx nfx moved this from Triage to Quarter Backlog in UCX Apr 24, 2024
@ericvergnaud
Copy link
Contributor Author

Duplicate of #1864

@ericvergnaud ericvergnaud marked this as a duplicate of #1864 Jul 9, 2024
@github-project-automation github-project-automation bot moved this from Quarter Backlog to Archive in UCX Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
migrate/code Abstract Syntax Trees and other dark magic migrate/python Pull requests that update Python code
Projects
Archived in project
Development

No branches or pull requests

2 participants