Eason09053360 commented on code in PR #73179:
URL: https://github.com/apache/airflow/pull/73179#discussion_r4073384604


##########
airflow-core/src/airflow/cli/commands/info_command.py:
##########
@@ -119,6 +118,10 @@ def process_url(self, value) -> str:
                 netloc = host
             else:
                 netloc = ""
+        else:
+            # A netloc-less URL is a local-file backend (SQLite is the 
default), where
+            # the path itself is the identifying information.
+            return self.process_path(value)

Review Comment:
   Thanks for reviewing
   Agreed on both — and I'm deliberately not opening a follow-up PR for either 
but I will find someone solving it! :)
   Thanks



-- 
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]

Reply via email to