Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
akrambek committed Oct 22, 2024
1 parent de756c4 commit fcae8fc
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ write zilla:data.ext ${pgsql:dataEx()
.query()
.build()
.build()}
write "DROP MATERIALIZED VIEW weather";
write "DROP MATERIALIZED VIEW weather;"
[0x00]
write flush

Expand All @@ -55,7 +55,7 @@ write zilla:data.ext ${pgsql:dataEx()
.query()
.build()
.build()}
write "DROP SINK weather_sink";
write "DROP SINK weather_sink;"
[0x00]
write flush

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ read zilla:data.ext ${pgsql:dataEx()
.query()
.build()
.build()}
read "DROP MATERIALIZED VIEW weather";
read "DROP MATERIALIZED VIEW weather;"
[0x00]

write advise zilla:flush ${pgsql:flushEx()
Expand All @@ -58,7 +58,7 @@ read zilla:data.ext ${pgsql:dataEx()
.query()
.build()
.build()}
read "DROP SINK weather_sink";
read "DROP SINK weather_sink;"
[0x00]

write advise zilla:flush ${pgsql:flushEx()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ write zilla:data.ext ${pgsql:dataEx()
.query()
.build()
.build()}
write "DROP TABLE weather";
write "DROP TABLE weather;"
[0x00]
write flush

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ read zilla:data.ext ${pgsql:dataEx()
.query()
.build()
.build()}
read "DROP TABLE weather";
read "DROP TABLE weather;"
[0x00]

write advise zilla:flush ${pgsql:flushEx()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ write zilla:data.ext ${pgsql:dataEx()
.query()
.build()
.build()}
write "DROP SOURCE weather";
write "DROP SOURCE weather;"
[0x00]
write flush

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ read zilla:data.ext ${pgsql:dataEx()
.query()
.build()
.build()}
read "DROP SOURCE weather";
read "DROP SOURCE weather;"
[0x00]

write advise zilla:flush ${pgsql:flushEx()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ write zilla:data.ext ${pgsql:dataEx()
.query()
.build()
.build()}
write "DROP STREAM weather;"
write "DROP TABLE weather;"
[0x00]

write flush
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ read zilla:data.ext ${pgsql:dataEx()
.query()
.build()
.build()}
read "DROP STREAM weather;"
read "DROP TABLE weather;"
[0x00]

write advise zilla:flush ${pgsql:flushEx()
.typeId(zilla:id("pgsql"))
.completion()
.tag("DROP_STREAM")
.tag("DROP_TABLE")
.build()
.build()}

Expand Down

0 comments on commit fcae8fc

Please sign in to comment.