forked from gane5hvarma/panther
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor glue schema generation and decouple logtypes module from aws…
…glue (#2068) * Fix awsglue slice schema for pointer structs * Adds glueschema module * Decouples logtypes from awsglue * Add comments and use bettern names to describe the code * remove deprecated registry functions * Move glueschema registrations to the relevant modules * WIP * Split gluetimestamp module * Add package comment * Fix conflicts * Remove deprecated registry methods * remove unused logtypes.Registry type * further reduce code surface * Remove unused interface methods * Fix master.yml * mage gen fmt * Restore $ fix for field names * feedback * Fail glue schema generation when name collisions occur * Handle non-ASCII leters gracefully * mage fmt * add test for transliteration * add more test cases * fix checkGlue * Add comments and fixme for confusing log tables handling * Add comments explaining the recursive functions in glueschema * spelling apparently fails builds now, what next? * Allow '-' in column names * Fix TruncateComments flag * Fix GCP Audit log * add log output to custom resource manager * mage gen fmt * Set CFN event id as the trace id for the database sync * Fix EnsureDatabases * return error from athenaviews * mage gen fmt * Fix transliteration test Co-authored-by: panther-bot <[email protected]> Co-authored-by: Kostas Papageorgiou <[email protected]>
- Loading branch information
1 parent
fd141ff
commit 47a1f04
Showing
44 changed files
with
1,052 additions
and
1,192 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
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
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
Oops, something went wrong.