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
At 1 and 2, we have been using SQLAlchemy's abilities to specify the database schema on the connection string already, using ?schema=foobar. In this way, table names will not need to be addressed in full-qualified notation "by hand". Instead, they can be addressed by using basename only, when selecting the schema at connection time already.
At 1 and 2, we have been using SQLAlchemy's abilities to specify the database schema on the connection string already, using
?schema=foobar
. In this way, table names will not need to be addressed in full-qualified notation "by hand". Instead, they can be addressed by using basename only, when selecting the schema at connection time already.Let's also do it in the same spirit here.
Footnotes
https://github.com/crate-workbench/mlflow-cratedb ↩
https://github.com/crate-workbench/langchain ↩
The text was updated successfully, but these errors were encountered: