potiuk commented on PR #73419: URL: https://github.com/apache/airflow/pull/73419#issuecomment-5767936976
Addressed all three points in `292ce203ff` and rebased onto current `main`: - `apache-airflow-providers-ssh` in the SFTP package is now marked `# use next version`, so release preparation raises the minimum and the mixed-install `TypeError` can't happen. - `ignore_hostkey_verification` is now resolved in `SSHHookAsync._parse_extras` and `SFTPHookAsync._parse_extras`, canonical key first, same deprecation warning — the sync-submit / async-trigger split in `SSHRemoteJobOperator` is closed. - The `host_key` conflict check now runs on the effective value, after the constructor override, so an explicit `no_host_key_check=False` resolves a connection that sets both. Connection-only contradictions still raise, and an explicit `True` against a connection host key is now rejected symmetrically. Six tests added, two per touched test file. `breeze testing providers-tests --test-type "Providers[ssh,sftp]"`: 410 passed, 7 skipped (404 before). PTAL. --- Drafted-by: Claude Code (Opus 5); reviewed by @potiuk before posting -- 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]
