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
Hi! I'm working on the datafusion backend for ibis. Specifically, I'm working on PR ibis-project/ibis#11112. Most of the backends for ibis, such as postgres, duckdb, sqlite, etc all have a way of getting the current database (collection of tables) and/or current catalog (collection of databases) such as with SELECT current_database(). Does datafusion have a way of doing this? Either via SQL, or via a python API would work. Thank you!