gingeekrishna commented on issue #69396: URL: https://github.com/apache/airflow/issues/69396#issuecomment-4884844929
Opened PR #69398 to fix this. The sibling `decrypt_remote_file` in `tpt_util.py` already handles Windows correctly via `get_remote_os()`. Applied the same pattern to `decrypt_remote_file_to_string` in `encryption_utils.py`: - Windows: double-quote wrapping with `"` escaped as `""` - Unix: existing `shell_quote_single()` unchanged -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
