You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/01/06 04:05:12 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #13502: Add docs about mocking variables and connections

mik-laj commented on a change in pull request #13502:
URL: https://github.com/apache/airflow/pull/13502#discussion_r552357125



##########
File path: docs/apache-airflow/best-practices.rst
##########
@@ -90,13 +90,13 @@ This can result in a lot of open connections.
 
 The best way of using variables is via a Jinja template, which will delay reading the value until the task execution. The template syntax to do this is:
 
-.. code-block::
+.. code-block:: jinja

Review comment:
       ```suggestion
   .. code-block::
   ```




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

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