MattTriano commented on pull request #22236:
URL: https://github.com/apache/airflow/pull/22236#issuecomment-1067266113


   ```
    ------------------------------ Error   1 --------------------
    WARNING: Block quote ends without a blank line; unexpected unindent.
   
   File path: apache-airflow/tutorial.rst (548)
   
    545 | And from the last line in the definition of the ``Etl`` DAG, we see:
    546 | 
    547 |   >> get_data() >> merge_data()
   >548 | * the ``merge_data()`` task depends on the ``get_data()`` task,
   ------------------------------ Error   2 --------------------
    ERROR: Unknown target name: "brief 
delay<https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#dag-dir-list-interval>".
   ```
   
   These errors caused the `Build docs` CI job to fail. Technically it also 
threw a spelling error, but the only error traceback from the `Output of 
spelling check: apache-airflow` section pointed to line 548 citing the lack of 
a blank line or unindentation. I'm confident I handled that correctly in my 
latest commit.
   
   For Error 2, I think the issue was the lack of whitespace between the text 
and the bracketed-URI, but I'm not too familiar with the reStructuredText spec, 
so it's possible that I'm wrong and wasting more compute.


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to