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
'from_metadata' -> new default, behave as False if the metadata.schema is None or as True with a name filter to the schema specified in the metadata if the metadata.schema is defined?
I think this new default would do the correct thing in most cases, meaning that an user has to change the include_schemas only if having tables on multiple schemas at the same time
I mean something the following:
False
-> use only the default schemaTrue
-> check all schemas'from_metadata'
-> new default, behave asFalse
if themetadata.schema
isNone
or asTrue
with a name filter to the schema specified in the metadata if themetadata.schema
is defined?I think this new default would do the correct thing in most cases, meaning that an user has to change the
include_schemas
only if having tables on multiple schemas at the same timeOriginally posted by @CaselIT in #1425 (comment)
The text was updated successfully, but these errors were encountered: