-
Notifications
You must be signed in to change notification settings - Fork 3
schema: unify pg_stat_ch events_raw with prod Arrow path, move into Goose layout #99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
69c2776
schema: unify events_raw column names and types with prod Arrow path
JoshDreamland 033804d
schema: move docker init schema into Goose migrations directory
JoshDreamland 857400c
ci(tap): apply schema/migrations via goose instead of raw clickhouse-…
JoshDreamland 57bf207
schema: add read_replica_type column to events_raw
JoshDreamland 1e6ec01
Merge remote-tracking branch 'origin/main' into unified_schema
JoshDreamland db35cfc
Potential fix for pull request finding
JoshDreamland b758c9a
ci(tap): resolve goose via $(go env GOPATH)/bin instead of hardcoding…
JoshDreamland 12ab775
Potential fix for pull request finding
JoshDreamland b8282dc
chore: rename leftover cmd_type/db/username/query identifiers
JoshDreamland 5934589
chore: restore clang-format-clean wrap on col_err_sqlstate Append
JoshDreamland File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| # Reserved for legacy docker/quickstart bind mounts. The canonical CH schema | ||
| # now lives in schema/migrations/ and is applied via goose (see CI workflow). | ||
| # This directory is intentionally empty; the .gitkeep keeps the bind mount | ||
| # in docker/docker-compose.test.yml and docker/quickstart/docker-compose.yml | ||
| # from failing on a missing host path. | ||
|
Comment on lines
+1
to
+5
Comment on lines
+1
to
+5
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| -- Bootstrap migration: seeds the Goose version table so that subsequent | ||
| -- migrations have a baseline. The SELECT 1 statements are intentional | ||
| -- no-ops — do not delete this file. | ||
|
|
||
| -- +goose Up | ||
| SELECT 1; | ||
|
|
||
| -- +goose Down | ||
| SELECT 1; |
190 changes: 117 additions & 73 deletions
190
docker/init/00-schema.sql → .../20260519000001_create_initial_schema.sql
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.