RNHTTR commented on code in PR #34947:
URL: https://github.com/apache/airflow/pull/34947#discussion_r1389556631


##########
airflow/api_connexion/schemas/dag_schema.py:
##########
@@ -109,7 +109,7 @@ class DAGDetailSchema(DAGSchema):
     is_active = fields.Method("get_is_active", dump_only=True)
     is_paused_upon_creation = fields.Boolean()
     end_date = fields.DateTime(dump_only=True)
-    template_search_path = fields.String(dump_only=True)
+    template_searchpath = fields.String(dump_only=True)

Review Comment:
   Yeah -- I'm pretty sure this never worked. In the [DAG 
model](https://github.com/apache/airflow/blob/main/airflow/models/dag.py#L442), 
it's `template_searchpath`, so if I understand correctly, this field should now 
be available where the `dag_schema` is referenced.



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