We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I don't totally understand the nature of this error, but it appears to be an internal error. Given a .md file like:
.md
{%- docs doc1 -%} {% raw %} ```sql {{ doc_ex_1(date_column='i.date_sk', time_column='i.time_sk') }} ``` {% endraw %} {%- enddocs -%} {%- docs doc2 -%} {% raw %} ```sql {{ doc_ex_2(date_column='i.date_sk', time_column='i.time_sk') }} ``` {% endraw %} {%- enddocs -%}
Calling dbt docs generate will result in:
dbt docs generate
Got 2 docs in an extracted docs block: block parser mismatched with jinja
I think this might have something to do with the raw tags in this example file.
raw
The output of dbt --version:
dbt --version
0.16.0
The text was updated successfully, but these errors were encountered:
Merge pull request #2252 from fishtown-analytics/fix/docs-blocks-embe…
c146e50
…dding Make the contents of the raw blocks regex pattern non-greedy (#2241)
No branches or pull requests
Describe the bug
I don't totally understand the nature of this error, but it appears to be an internal error. Given a
.md
file like:Calling
dbt docs generate
will result in:I think this might have something to do with the
raw
tags in this example file.The output of
dbt --version
:The text was updated successfully, but these errors were encountered: