o-nikolas commented on code in PR #69185:
URL: https://github.com/apache/airflow/pull/69185#discussion_r3532238012
##########
airflow-core/src/airflow/models/dag_version.py:
##########
@@ -235,3 +235,21 @@ def get_version(
def version(self) -> str:
"""A human-friendly representation of the version."""
return f"{self.dag_id}-{self.version_number}"
+
+
+def resolve_pinned_version_data(
Review Comment:
Perhaps, underscore has really muddied meaning in Python, and is barely
respected anyway. But I also don't mind either way, happy to change it if you
prefer.
--
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]