piotrlinski commented on PR #61527: URL: https://github.com/apache/airflow/pull/61527#issuecomment-3877325391
One more thing I am still not sure, how to approach. The default label names I use the consistent across all three types: airflow.apache.org/connection-name airflow.apache.org/variable-name airflow.apache.org/config-name however looking on the naming conventions in airflow, maybe this go like: airflow.apache.org/connection-id -> get_conn_value(self, conn_id: str, team_name: str | None = None) airflow.apache.org/variable-key -> get_variable(self, key: str, team_name: str | None = None) airflow.apache.org/config-key -> get_config(self, key: str) -- 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]
