viktorgitdev / dremio-sap-hana-connector

1 stars 1 forks source link

Schema compatibility in Dremio 24 #2

Open astarrr opened 8 months ago

astarrr commented 8 months ago

Hi @viktorgitdev, thanks for the great help developing this connector!

I jumped from Dremio 20 to 24 and the connector stopped working correctly. More precisely, the JdbcSchemaFetcherImpl returned tables without the schema.

I fixed the error setting the support_schema property from false to true.

Do you mind sharing your thought on this?

Thanks,

v-kessler commented 8 months ago

it is true in other branch https://github.com/viktorgitdev/dremio-sap-hana-connector/blob/7ff3a99f60d2dc959505bbff7a1c564e18b4d0f9/src/main/resources/arp/implementation/SAPHANA-arp.yaml#L29

astarrr commented 8 months ago

Hi @vikkes, thanks for pointing it! I missed it :)

What the tenant branch represent?