Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/46-transformers-ext-wrap…
Browse files Browse the repository at this point in the history
…per' into feature/46-transformers-ext-wrapper
  • Loading branch information
ahsimb committed Jan 12, 2024
2 parents fdfaf6e + acf2687 commit a6b7003
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 a6b7003

Please sign in to comment.