diff --git a/openmetadata-docs-v1/content/v0.13.2/connectors/pipeline/airflow/lineage-backend.md b/openmetadata-docs-v1/content/v0.13.2/connectors/pipeline/airflow/lineage-backend.md index 87b68f250ae..3e4562a306e 100644 --- a/openmetadata-docs-v1/content/v0.13.2/connectors/pipeline/airflow/lineage-backend.md +++ b/openmetadata-docs-v1/content/v0.13.2/connectors/pipeline/airflow/lineage-backend.md @@ -225,15 +225,7 @@ with DAG( dag.doc_md = """ This is a documentation placed anywhere """ # otherwise, type it like this - templated_command = dedent( - """ - {% for i in range(5) %} - echo "{{ ds }}" - echo "{{ macros.ds_add(ds, 7)}}" - echo "{{ params.my_param }}" - {% endfor %} - """ - ) + templated_command = dedent("") t3 = BashOperator( task_id='templated', diff --git a/openmetadata-docs-v1/content/v0.13.2/connectors/pipeline/airflow/lineage-operator.md b/openmetadata-docs-v1/content/v0.13.2/connectors/pipeline/airflow/lineage-operator.md index 1cb7fc16705..b67f2092136 100644 --- a/openmetadata-docs-v1/content/v0.13.2/connectors/pipeline/airflow/lineage-operator.md +++ b/openmetadata-docs-v1/content/v0.13.2/connectors/pipeline/airflow/lineage-operator.md @@ -118,15 +118,7 @@ with DAG( dag.doc_md = """ This is a documentation placed anywhere """ # otherwise, type it like this - templated_command = dedent( - """ - {% for i in range(5) %} - echo "{{ ds }}" - echo "{{ macros.ds_add(ds, 7)}}" - echo "{{ params.my_param }}" - {% endfor %} - """ - ) + templated_command = dedent("") t3 = BashOperator( task_id='templated', diff --git a/openmetadata-docs-v1/content/v1.0.0/connectors/pipeline/airflow/lineage-backend.md b/openmetadata-docs-v1/content/v1.0.0/connectors/pipeline/airflow/lineage-backend.md index 9d57a62178f..0005f5a9bd4 100644 --- a/openmetadata-docs-v1/content/v1.0.0/connectors/pipeline/airflow/lineage-backend.md +++ b/openmetadata-docs-v1/content/v1.0.0/connectors/pipeline/airflow/lineage-backend.md @@ -225,15 +225,7 @@ with DAG( dag.doc_md = """ This is a documentation placed anywhere """ # otherwise, type it like this - templated_command = dedent( - """ - {% for i in range(5) %} - echo "{{ ds }}" - echo "{{ macros.ds_add(ds, 7)}}" - echo "{{ params.my_param }}" - {% endfor %} - """ - ) + templated_command = dedent("") t3 = BashOperator( task_id='templated', diff --git a/openmetadata-docs-v1/content/v1.0.0/connectors/pipeline/airflow/lineage-operator.md b/openmetadata-docs-v1/content/v1.0.0/connectors/pipeline/airflow/lineage-operator.md index 984ff03857d..b89b239ae3c 100644 --- a/openmetadata-docs-v1/content/v1.0.0/connectors/pipeline/airflow/lineage-operator.md +++ b/openmetadata-docs-v1/content/v1.0.0/connectors/pipeline/airflow/lineage-operator.md @@ -118,15 +118,7 @@ with DAG( dag.doc_md = """ This is a documentation placed anywhere """ # otherwise, type it like this - templated_command = dedent( - """ - {% for i in range(5) %} - echo "{{ ds }}" - echo "{{ macros.ds_add(ds, 7)}}" - echo "{{ params.my_param }}" - {% endfor %} - """ - ) + templated_command = dedent("") t3 = BashOperator( task_id='templated',