amoghrajesh commented on PR #28325:
URL: https://github.com/apache/airflow/pull/28325#issuecomment-1350435244

   @potiuk @uranusjr I am running into this doc build error:
   ```
   ############################## Start docs build errors summary 
##############################
   
   ============================== apache-airflow ==============================
   ------------------------------ Error   1 --------------------
    ERROR: Unexpected indentation.
   
   File path: apache-airflow/concepts/dynamic-task-mapping.rst (35)
   
     30 | 
     31 | In its simplest form you can map over a list defined directly in your 
DAG file using the ``expand()`` function instead of calling your task directly.
     32 | 
     33 | If you want to see a simple usage of Dynamic Task Mapping, you can 
look below:
     34 | .. exampleinclude:: 
/../../airflow/example_dags/example_dynamic_task_mapping.py
   > 35 |     :language: python
     36 |     :dedent: 4
     37 | 
     38 | This will show ``Total was 9`` in the task logs when executed.
     39 | 
     40 | This is the resulting DAG structure:
   
   ```
   
   I am not really able to figure out whats wrong here. The indent looks about 
right to me. Can i get some hint?


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