Skip to content

Commit

Permalink
Update vspec to have DIMO as root element.
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJoiner committed Mar 21, 2024
1 parent dd55a36 commit 8d7120a
Show file tree
Hide file tree
Showing 15 changed files with 825 additions and 2,553 deletions.
2 changes: 1 addition & 1 deletion internal/codegen/clickhouse/table.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ CREATE TABLE IF NOT EXISTS {{ lower .ModelName }} (
{{- end }}
)
ENGINE = MergeTree()
ORDER BY (DIMO_Subject, DIMO_Timestamp)
ORDER BY (Subject, Timestamp)
101 changes: 0 additions & 101 deletions pkg/vss/convert_test.go

This file was deleted.

229 changes: 229 additions & 0 deletions pkg/vss/dimo-convert-funcs.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8d7120a

Please sign in to comment.