ExasolHook
ExasolInteract with Exasol. You can specify the pyexasol compression
, encryption
, json_lib
and client_name
parameters in the extra field of your connection as {"compression": True, "json_lib": "rapidjson", etc}
. See pyexasol reference for more details.
Access Instructions
Install the Exasol provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Parameters
schemaOptional DB schema that overrides the schema specified in the connection. Make sure that if you change the schema parameter value in the constructor of the derived Hook, such change should be done before calling the DBApiHook.__init__().
log_sqlWhether to log SQL query when it’s executed. Defaults to True.
Documentation
Interact with Exasol. You can specify the pyexasol compression
, encryption
, json_lib
and client_name
parameters in the extra field of your connection as {"compression": True, "json_lib": "rapidjson", etc}
. See pyexasol reference for more details.