abergmeier / terraform-provider-exasol

Terraform Provider for Exasol
Apache License 2.0
2 stars 0 forks source link

Enable additionalparams for the exasol connection #19

Open omas1ova opened 2 years ago

omas1ova commented 2 years ago

At the moment it's not possible to use "addtitionalparams" for Exasol connection, such as (for example) encryption or -enableSystemTablesSnapshotMode (for solving possible issues in the future) or even queryTimeout (when using WebSocket API ). It would be very helpful if it would be possible to pass such kind of paramether to the provider for connection.

abergmeier commented 2 years ago

Probably want to upgrade to Exasol Go module first.

abergmeier commented 2 years ago

With https://github.com/abergmeier/terraform-provider-exasol/releases/tag/v0.0.26 we now use official Exasol driver. With that you can specify a DSN. Can you please validate whether the necessary enhancements are sufficient.