Skip to content

Commit 011e02e

Browse files
committed
docs: Add a note on Python imports
1 parent f2806da commit 011e02e

File tree

1 file changed

+8
-0
lines changed
  • docs/pages/product/data-modeling/dynamic

1 file changed

+8
-0
lines changed

docs/pages/product/data-modeling/dynamic/jinja.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,14 @@ cubes:
238238
{%- endfor %}
239239
```
240240

241+
<ReferenceBox>
242+
243+
If you'd like to split your Python code into several files, see
244+
[this issue](https://github.com/cube-js/cube/issues/8443#issuecomment-2219804266).
245+
246+
</ReferenceBox>
247+
248+
241249
[jinja]: https://jinja.palletsprojects.com/
242250
[jinja-docs]: https://jinja.palletsprojects.com/en/3.1.x/templates/
243251
[jinja-docs-for-loop]: https://jinja.palletsprojects.com/en/3.1.x/templates/#for

0 commit comments

Comments
 (0)