Skip to content

Commit

Permalink
docs: Add a note on Python imports
Browse files Browse the repository at this point in the history
  • Loading branch information
igorlukanin committed Jul 12, 2024
1 parent f2806da commit 011e02e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/pages/product/data-modeling/dynamic/jinja.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,14 @@ cubes:
{%- endfor %}
```

<ReferenceBox>

If you'd like to split your Python code into several files, see
[this issue](https://github.com/cube-js/cube/issues/8443#issuecomment-2219804266).

</ReferenceBox>


[jinja]: https://jinja.palletsprojects.com/
[jinja-docs]: https://jinja.palletsprojects.com/en/3.1.x/templates/
[jinja-docs-for-loop]: https://jinja.palletsprojects.com/en/3.1.x/templates/#for
Expand Down

0 comments on commit 011e02e

Please sign in to comment.