We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9089783 commit 24a7788Copy full SHA for 24a7788
1 file changed
sample_app/dbsamizdat_defs.py
@@ -3,6 +3,7 @@
3
4
class ExampleTable(SamizdatTable):
5
"""Example table demonstrating SamizdatTable usage"""
6
+
7
sql_template = """
8
${preamble}
9
(
@@ -25,6 +26,7 @@ class AView(SamizdatView):
25
26
27
class ViewOnTable(SamizdatView):
28
"""Example view that depends on the table"""
29
30
deps_on = {ExampleTable}
31
sql_template = f"""
32
${{preamble}}
0 commit comments