Skip to content

Commit

Permalink
Update exasol/transformers_extension_wrapper.py
Browse files Browse the repository at this point in the history
Co-authored-by: Torsten Kilias <[email protected]>
  • Loading branch information
ahsimb and tkilias authored Jan 12, 2024
1 parent aa036d6 commit acf2687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exasol/transformers_extension_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def deploy_scripts(conf: Secrets,
"""

with open_pyexasol_connection(conf, compression=True) as conn:
# First need to activate the language container at the session level.
# First need to activate the language container at the session level, otherwise the script creation fails.
activation_sql = get_activation_sql(conf)
conn.execute(activation_sql)

Expand Down

0 comments on commit acf2687

Please sign in to comment.