-
Notifications
You must be signed in to change notification settings - Fork 929
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
Runtime error during startup since new release #4066
Comments
Hi @Jeblii, I happened to be testing things on Databricks yesterday, and I noticed the same message in my logs, but it's not actually causing failures for me. Are you sure there isn't another error that's the real issue? |
My apologies! I wasn't fully clear in my opening message. It indeed does not raise actively, but it seems to log the message with level |
@Jeblii , thanks for clarifying! This definitely isn't expected. I've created a ticket to address it: kedro-org/kedro-plugins#804. We'll prioritise to fix this. |
Fixed in kedro-org/kedro-plugins#806 |
Description
Since the new release, we have noticed that a RuntimeError is raised whereas previously it did not. We are running jobs on databricks with Kedro pipeline; some jobs using python wheels and others as a notebook. We initialize the pipeline in the following manner
Running the pipeline results in the following error:
RuntimeError: Pipeline encountered errors during the run: ["Failed to read the file: /databricks/driver/pyproject.toml.\n[Errno 2] No such file or directory: '/databricks/driver/pyproject.toml'"]<Title>
Expected Result
No error raised. I am not sure of the reason why a pyproject.toml has to be supplied on databricks.
Your Environment
pip show kedro
orkedro -V
): 0.19.7python -V
): 3.9The text was updated successfully, but these errors were encountered: