potiuk commented on a change in pull request #21145:
URL: https://github.com/apache/airflow/pull/21145#discussion_r808897118
##########
File path: dev/breeze/src/airflow_breeze/shell/enter_shell.py
##########
@@ -117,18 +117,17 @@
}
-def construct_arguments_docker_compose_command(shell_params: ShellBuilder) ->
List[str]:
- args_command = []
+def construct_env_variables_docker_compose_command(shell_params: ShellBuilder)
-> Dict[str, str]:
Review comment:
Rather than buildign a command - I simply return dictionary of variables
that shoudl be used in the form of "key->value" dict. This will be easier to
use when you run commands
--
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]