Fury0508 commented on PR #61103: URL: https://github.com/apache/airflow/pull/61103#issuecomment-3803568086
All feedback addressed! Thanks @henry3260 , @dabla Changes made: - Removed redundant `if host else None` check in `__init__` (DRY principle) - Updated `get_host()` to use `_ensure_protocol(self.host, schema)` instead of duplicating logic - Fixed `_ensure_protocol` to return `None` for empty strings (not `""`) All 10 tests passing. Ready for review! -- 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]
