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
DEBUG
from databricks.labs.ucx.framework import logger no longer works after databricks-labs-blueprint introduction. this is a 2-line code fix
from databricks.labs.ucx.framework import logger
databricks-labs-blueprint
The text was updated successfully, but these errors were encountered:
Hi I am new to github can you explain this issue more so that I can work on it. I mean were is file and what to do.
Sorry, something went wrong.
Fixed logger import path for DEBUG notebook (#792)
000db2e
## Changes Fixed import in generated DEBUG.py notebook to work with new package layout. Fixes #790 ### Tests - [x] manually tested
9561e19
Successfully merging a pull request may close this issue.
from databricks.labs.ucx.framework import logger
no longer works afterdatabricks-labs-blueprint
introduction. this is a 2-line code fixThe text was updated successfully, but these errors were encountered: