-
Notifications
You must be signed in to change notification settings - Fork 87
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]: Mark notebooks as migrated #1327
Labels
migrate/code
Abstract Syntax Trees and other dark magic
Comments
nfx
added
migrate/code
Abstract Syntax Trees and other dark magic
and removed
needs-triage
enhancement
New feature or request
labels
Apr 10, 2024
nfx
pushed a commit
that referenced
this issue
Apr 16, 2024
## Changes Add comment ### Linked issues #1327 ### Functionality - [ ] added relevant user documentation - [ ] added new CLI command - [ ] modified existing command: `databricks labs ucx ...` - [ ] added a new workflow - [ ] modified existing workflow: `...` - [ ] added a new table - [ ] modified existing table: `...` ### Tests - [ ] manually tested - [ ] added unit tests - [ ] added integration tests - [ ] verified on staging environment (screenshot attached)
14 tasks
Technically, we can have an ignore list in teh .ucx folder, which will be human-editable and we can skip certain notebooks |
Rerunning code migration on an already migrated code should result the same code, otherwise that is a bug. So this is a performance improvement |
Closing in favor of #2073 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing issue for this?
Problem statement
There is currently no way to mark notebooks as migrated. This is suboptimal because when migrating notebook dependencies, we may end up migrating the same notebook more than once
Proposed Solution
Register migrated notebooks
Additional Context
No response
The text was updated successfully, but these errors were encountered: