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
I need to read data from a specific table present in many databases. Each database also includes an assortment of other tables that I don't want to read. The name of the table I would like to read is always the same, but the names of the other tables vary between databases. Instead of having to enumerate each unwanted table by name using the exclude_tables parameter, it would be useful to be able to specify which tables you would like included and ignore the rest using a hypothetical include_tables parameter.
The text was updated successfully, but these errors were encountered:
I need to read data from a specific table present in many databases. Each database also includes an assortment of other tables that I don't want to read. The name of the table I would like to read is always the same, but the names of the other tables vary between databases. Instead of having to enumerate each unwanted table by name using the
exclude_tables
parameter, it would be useful to be able to specify which tables you would like included and ignore the rest using a hypotheticalinclude_tables
parameter.The text was updated successfully, but these errors were encountered: