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
config_file and specific_query both require the database as a parameter.
If config_file -> database = 'db1' and client.specific_query(database='db2',...) this can cause confusion to the user regarding which database is actually being used.