Skip to content

Commit

Permalink
#120 Added debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed Jun 24, 2024
1 parent d25b055 commit 99d8071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ci_tests/utils/build_language_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def upload_language_container(db_conn: pyexasol.ExaConnection,
deployer.upload_container(container_file=container_path,
bucket_file_path=bucket_file_path)
deployer.activate_container(bucket_file_path=bucket_file_path,
alter_type=LanguageActivationLevel.Session)
alter_type=LanguageActivationLevel.Session, allow_override=True)

print('\n<<<<<\n', 'activation_command=',
deployer.generate_activation_command(bucket_file_path=bucket_file_path,
Expand Down

0 comments on commit 99d8071

Please sign in to comment.