cetingokhan commented on code in PR #62223:
URL: https://github.com/apache/airflow/pull/62223#discussion_r2835653757
##########
dev/breeze/src/airflow_breeze/params/shell_params.py:
##########
@@ -576,6 +576,7 @@ def env_variables_for_docker_commands(self) -> dict[str,
str]:
"/opt/airflow/dev/breeze/src/airflow_breeze/files/simple_auth_manager_passwords.json",
)
_set_var(_env, "AIRFLOW__API__SECRET_KEY",
b64encode(os.urandom(16)).decode("utf-8"))
+ _set_var(_env, "AIRFLOW__INFORMATICA__DISABLED", "true")
Review Comment:
#62267 Thanks for feedback, I changed! ;)
--
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]