Commit 14e230e
Improve Hive Metastore Migration Reliability and Code Quality (aws-samples#165)
* refactor(hive): improve metastore migration code quality and compatibility
- Add proper logging configuration with StreamHandler and formatter
- Fix method order in classes by moving __init__ to top
- Add compatibility fix for Hive 3.0.0+ by handling CTLG_NAME column
- Update AWS regions list with current supported regions
- Clean up code style and formatting
- Add docstring for _write_dbs_table method explaining Hive compatibility
* feat: Reformat the code black8 and isort to be more pythonic. Adding more hive schema changes
---------
Co-authored-by: Andor Markus <andor.markus@allcloud.io>1 parent e4faa2d commit 14e230e
File tree
2 files changed
+887
-709
lines changed- utilities/Hive_metastore_migration/src
2 files changed
+887
-709
lines changedLines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | 36 | | |
38 | | - | |
39 | 37 | | |
40 | | - | |
41 | 38 | | |
42 | 39 | | |
43 | 40 | | |
| |||
0 commit comments