uranusjr commented on code in PR #58615:
URL: https://github.com/apache/airflow/pull/58615#discussion_r2567372879
##########
airflow-core/src/airflow/api_fastapi/core_api/services/ui/connections.py:
##########
@@ -68,6 +68,7 @@ def __init__(
description: str = "",
default: str | None = None,
widget=None,
+ source: Literal["Dag", "task"] | None = None,
Review Comment:
Can we change either to `dag` or `Task`? The mismatched case is very
annoying.
(I quickly searched the code base, literal strings tend to be either
all-lowercase or ALL-UPPERCASE.)
--
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]