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

Project built using Blueprint cannot function as standalone python applications #46

Closed
nsenno-dbr opened this issue Feb 14, 2024 · 2 comments

Comments

@nsenno-dbr
Copy link

When attempting to run the Python API of a project built using Blueprint, there is an error associated when initializing the logger. Specifically, it is unable to find the project root.

Python applications extending the blueprint library should be able to run without explicitly having a project root. Note this is run on databricks-labs-remorph==0.2.1 with databricks-labs-blueprint==0.1.0

image

@nsenno-dbr
Copy link
Author

This issue may be solved by #43

@nfx
Copy link
Collaborator

nfx commented Mar 21, 2024

Use logging.getLogger(name) for non-installer files

@nfx nfx closed this as completed Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants