Ankurdeewan commented on code in PR #56324:
URL: https://github.com/apache/airflow/pull/56324#discussion_r2537415298
##########
providers/google/src/airflow/providers/google/common/hooks/base_google.py:
##########
@@ -265,17 +266,34 @@ def get_ui_field_behaviour(cls) -> dict[str, Any]:
return {
"hidden_fields": ["host", "schema", "login", "password", "port",
"extra"],
"relabeling": {},
+ "placeholders": {
+ "quota_project_id": "Project ID to use for API quota and
billing (optional)",
Review Comment:
Yeah, it’s actually normal to have the same field name in both
`placeholders` and `tooltips`. They’re separate sections in the connection UI,
so the keys don’t clash.
--
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]