potiuk commented on a change in pull request #12558:
URL: https://github.com/apache/airflow/pull/12558#discussion_r537071833
##########
File path: airflow/providers/docker/hooks/docker.py
##########
@@ -37,6 +37,7 @@ class DockerHook(BaseHook, LoggingMixin):
conn_name_attr = 'docker_conn_id'
default_conn_name = 'docker_default'
conn_type = 'docker'
+ hook_name = 'Docker Registry'
Review comment:
It was all over the place "'Logging into Docker registry'", "No Docker
registry URL provided" etc.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]