ColtenOuO commented on code in PR #72484:
URL: https://github.com/apache/airflow/pull/72484#discussion_r3929128760
##########
airflow-core/src/airflow/cli/utils.py:
##########
@@ -100,6 +101,43 @@ def print_export_output(command_type: str, exported_items:
Collection, file: Tex
print(f"{len(exported_items)} {command_type} successfully exported to
{file.name}.")
+def get_hidden_entries_warning(entity_name: str, env_prefix: str) -> str |
None:
Review Comment:
We might also need to check `[workers] secrets_backend` and add a
corresponding regression test.
--
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]