exasol / virtual-schemas

Entry point repository for the EXASOL Virtual Schemas
http://www.exasol.com
MIT License
24 stars 23 forks source link

Possible improvements to FAQ #488

Open allipatev opened 1 year ago

allipatev commented 1 year ago

Please consider changing the following points for the Virtual Schemas FAQ:

There are also other ways to access the bucket: curl command or BucketFS Explorer

As project is archived, how about adding also bucketfs-python' orbucketfs-client` projects here?

The database uses the first suitable driver detected in the driver's list going through the list top-down. The driver that is higher in the list of JDBC Drivers will be used in this situation.

Formally, it's undefined behavior, to my knowledge. And in practice it's just not true for deployments with EXAOperation. For them we see that the last uploaded driver is being used.

com.exasol.adapter.dialects.PropertyValidationException: The dialect does not support property. Please, do not set the BIGQUERY_ENABLE_IMPORT property.

Maybe for consistency don't mention the real property here at all?

Yes, you can use TABLE_FILTER = 'TABLE1','TABLE2',

Syntax doesn't look correct. My expectation is that it should be single string.

How many tables can contain a source schema?

How about mentioning Property MAX_TABLE_COUNT?