Skip to content

Commit 7f43bd4

Browse files
committed
(teamclairvoyant#133) feat: add doc_md
1 parent fe592a5 commit 7f43bd4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

log-cleanup/airflow-log-cleanup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@
8888
template_undefined=jinja2.Undefined
8989
)
9090
if hasattr(dag, 'doc_md'):
91-
dag.doc_md = __doc__
91+
dag.doc_md = """
92+
### [README.md](https://github.com/teamclairvoyant/airflow-maintenance-dags/log-cleanup)
93+
"""
9294
if hasattr(dag, 'catchup'):
9395
dag.catchup = False
9496

0 commit comments

Comments
 (0)