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
%sql output_df << SELECT sum(i) as total_i FROM input_df
output_df
# Returns:
# RuntimeError: If using snippets, you may pass the --with argument explicitly.
# For more details please refer: https://jupysql.ploomber.io/en/latest/compose.html#with-argument
#
#
# Original error message from DB driver:
# (duckdb.duckdb.CatalogException) Catalog Error: Table with name input_df does not exist!
D# id you mean "pg_attrdef"?
#
# LINE 1: SELECT sum(i) as total_i FROM input_df
# ^
# [SQL: SELECT sum(i) as total_i FROM input_df]
# (Background on this error at: https://sqlalche.me/e/20/f405)
#
# If you need help solving this issue, send us a message: https://ploomber.io/community
The text was updated successfully, but these errors were encountered:
well, it then runs into https://github.com/ploomber/jupysql/issues/1038 which is already fixed in the latest release, so it works if I remove the version pinning !pip install --quiet jupysql # ==0.10.12. But maybe that was there for a reason? :) And in general, SQLAlchemy was avoided for a reason? ↩
The Colab version linked from the Jupyter Notebooks example currently fails at:
The text was updated successfully, but these errors were encountered: