mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-13 17:32:53 +00:00
Changed content for new docs that was causing the render conflicts with markdoc tags (#11181)
This commit is contained in:
parent
a72cdf4b61
commit
9db2a0198a
@ -225,15 +225,7 @@ with DAG(
|
|||||||
dag.doc_md = """
|
dag.doc_md = """
|
||||||
This is a documentation placed anywhere
|
This is a documentation placed anywhere
|
||||||
""" # otherwise, type it like this
|
""" # otherwise, type it like this
|
||||||
templated_command = dedent(
|
templated_command = dedent("")
|
||||||
"""
|
|
||||||
{% for i in range(5) %}
|
|
||||||
echo "{{ ds }}"
|
|
||||||
echo "{{ macros.ds_add(ds, 7)}}"
|
|
||||||
echo "{{ params.my_param }}"
|
|
||||||
{% endfor %}
|
|
||||||
"""
|
|
||||||
)
|
|
||||||
|
|
||||||
t3 = BashOperator(
|
t3 = BashOperator(
|
||||||
task_id='templated',
|
task_id='templated',
|
||||||
|
|||||||
@ -118,15 +118,7 @@ with DAG(
|
|||||||
dag.doc_md = """
|
dag.doc_md = """
|
||||||
This is a documentation placed anywhere
|
This is a documentation placed anywhere
|
||||||
""" # otherwise, type it like this
|
""" # otherwise, type it like this
|
||||||
templated_command = dedent(
|
templated_command = dedent("")
|
||||||
"""
|
|
||||||
{% for i in range(5) %}
|
|
||||||
echo "{{ ds }}"
|
|
||||||
echo "{{ macros.ds_add(ds, 7)}}"
|
|
||||||
echo "{{ params.my_param }}"
|
|
||||||
{% endfor %}
|
|
||||||
"""
|
|
||||||
)
|
|
||||||
|
|
||||||
t3 = BashOperator(
|
t3 = BashOperator(
|
||||||
task_id='templated',
|
task_id='templated',
|
||||||
|
|||||||
@ -225,15 +225,7 @@ with DAG(
|
|||||||
dag.doc_md = """
|
dag.doc_md = """
|
||||||
This is a documentation placed anywhere
|
This is a documentation placed anywhere
|
||||||
""" # otherwise, type it like this
|
""" # otherwise, type it like this
|
||||||
templated_command = dedent(
|
templated_command = dedent("")
|
||||||
"""
|
|
||||||
{% for i in range(5) %}
|
|
||||||
echo "{{ ds }}"
|
|
||||||
echo "{{ macros.ds_add(ds, 7)}}"
|
|
||||||
echo "{{ params.my_param }}"
|
|
||||||
{% endfor %}
|
|
||||||
"""
|
|
||||||
)
|
|
||||||
|
|
||||||
t3 = BashOperator(
|
t3 = BashOperator(
|
||||||
task_id='templated',
|
task_id='templated',
|
||||||
|
|||||||
@ -118,15 +118,7 @@ with DAG(
|
|||||||
dag.doc_md = """
|
dag.doc_md = """
|
||||||
This is a documentation placed anywhere
|
This is a documentation placed anywhere
|
||||||
""" # otherwise, type it like this
|
""" # otherwise, type it like this
|
||||||
templated_command = dedent(
|
templated_command = dedent("")
|
||||||
"""
|
|
||||||
{% for i in range(5) %}
|
|
||||||
echo "{{ ds }}"
|
|
||||||
echo "{{ macros.ds_add(ds, 7)}}"
|
|
||||||
echo "{{ params.my_param }}"
|
|
||||||
{% endfor %}
|
|
||||||
"""
|
|
||||||
)
|
|
||||||
|
|
||||||
t3 = BashOperator(
|
t3 = BashOperator(
|
||||||
task_id='templated',
|
task_id='templated',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user