shahar1 commented on code in PR #39994:
URL: https://github.com/apache/airflow/pull/39994#discussion_r1623225962
##########
dev/breeze/src/airflow_breeze/params/shell_params.py:
##########
@@ -539,8 +527,6 @@ def env_variables_for_docker_commands(self) -> dict[str,
str]:
_set_var(_env, "PYTHON_MAJOR_MINOR_VERSION", self.python)
_set_var(_env, "QUIET", self.quiet)
_set_var(_env, "REDIS_HOST_PORT", None, REDIS_HOST_PORT)
- _set_var(_env, "MSSQL_HOST_PORT", None, MSSQL_HOST_PORT)
- _set_var(_env, "DRILL_HOST_PORT", None, DRILL_HOST_PORT)
Review Comment:
Fixing my ABC misorderings from the previous PRs
--
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]