-
Notifications
You must be signed in to change notification settings - Fork 257
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
database_observability: extract table schema (#2607)
database_observability: extract table schema This is the first iteration of the implementation for extracting the table schema details. In this PR: - parse columns information_schema.columns (ignore indexes and other constraints) - introduce a json structure to represent the table schema - base64-encode both the schema and the create statement itself Still a bunch of things to followup on but didn't want to make this PR too big.
- Loading branch information
1 parent
b9118c3
commit 60f43c5
Showing
3 changed files
with
189 additions
and
24 deletions.
There are no files selected for viewing
This file contains 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 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 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