You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess that the error is being raised by DuckDB trying to create a database file on the fly, and of course finding it empty, hence the error. So not sure how easy this is to fix, or if there would be any unintended side effects.
Sorry, I completely missed seeing this before! I think the issue here is that you can connect to a new database with DuckDB, but will try to see if this can be improved.
Description
Today I was playing with the
ibis.TableDataset
, made a mistake in the database path, and found this error:it turns out that it was the database that was wrong, so I fixed a typo in the
connection
section and problem solved.Context
How has this bug affected you? What were you trying to accomplish?
Steps to Reproduce
Expected Result
Maybe
non_existent.dbb file not found
?I guess that the error is being raised by DuckDB trying to create a database file on the fly, and of course finding it empty, hence the error. So not sure how easy this is to fix, or if there would be any unintended side effects.
cc @deepyaman
Your Environment
Include as many relevant details about the environment in which you experienced the bug:
pip show kedro
orkedro -V
):pip show kedro-airflow
):python -V
):The text was updated successfully, but these errors were encountered: