Single-quoting does not work on Windows:
|
quoted_password = shell_quote_single(password) |
Maybe this function is only intended for use on Unix systems; if so perhaps this should be documented.
[Note that the decrypt_remote_file function in tpt_util.py does cater for Windows.]
Single-quoting does not work on Windows:
airflow/providers/teradata/src/airflow/providers/teradata/utils/encryption_utils.py
Line 55 in d122d03
Maybe this function is only intended for use on Unix systems; if so perhaps this should be documented.
[Note that the decrypt_remote_file function in tpt_util.py does cater for Windows.]