Skip to content

Commit

Permalink
prep for groupby and update to sdk 8.0.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TristenHarr committed Jan 17, 2025
1 parent 79afa4d commit 65769be
Show file tree
Hide file tree
Showing 6 changed files with 1,010 additions and 358 deletions.
1 change: 1 addition & 0 deletions generate-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ async function main() {
if (!objectTypes[tableName]){
objectTypes[tableName] = {
fields: {},
foreign_keys: {},
description: tableCommentMap.get(tableName) || "No Description Available"
};
}
Expand Down
Loading

0 comments on commit 65769be

Please sign in to comment.