-
Notifications
You must be signed in to change notification settings - Fork 44
Labels
bugSomething isn't workingSomething isn't workingdiscrepancydiscrepancy between the dbt Fusion Engine and dbt Corediscrepancy between the dbt Fusion Engine and dbt Corehas-reproHas a reproducible exampleHas a reproducible example
Description
Describe the bug
When rendering none/None in jinja, fusion renders none
, while core/jinja2 renders None
.
Mostly an annoying thing when diffing the compilation result between core and fusion.
What version of dbt Fusion is this bug in? (find out by running dbt --version
)
dbt-fusion 2.0.0-preview.9
Is this a discrepancy between the dbt Fusion Engine and dbt Core? Check one.
- YES
- NO
To Reproduce
- Open this workspace
- Follow the instructions in the README
Or follow the original instructions below:
Execute
dbt compile --quiet --inline "{{ None }} and {{ none }}"
Expected behavior
The string None and None
should be rendered, as with dbt-core.
Actual behavior
The string none and none
is rendered.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdiscrepancydiscrepancy between the dbt Fusion Engine and dbt Corediscrepancy between the dbt Fusion Engine and dbt Corehas-reproHas a reproducible exampleHas a reproducible example