exasol / databricks-virtual-schema

Virtual Schema for connecting Databricks as a data source to Exasol
MIT License
0 stars 0 forks source link

Implement TABLE_FILTER property #14

Open kaklakariada opened 3 weeks ago

kaklakariada commented 3 weeks ago

Property TABLE_FILTER allows filtering tables, see https://docs.exasol.com/db/latest/database_concepts/virtual_schema/adapter_properties.htm#VirtualSchemaProperties

A comma-separated list of table names. Table names are always case-sensitive. Only the specified tables will be available as virtual tables, other tables are ignored. Use this property if you do not want to have all remote tables in your virtual schema.