Releases: google/dwh-migration-tools
Releases · google/dwh-migration-tools
v1.0.12
What's Changed
- move STL_WLM_QUERY to raw logs connector (Redshift assessment dump) by @dominik-klimczak in #96
- Dump Redshift's CURRENT_DATABASE and VERSION by @damian-compilerworks in #101
- Add order by and remove
user <> dbccondition for Assessment Teradata query logs extraction by @abogdanov93 in #102 - Add support for Windows by @xiashang0624 in #98
- Change processing --assessment flag for Teradata query logs by @abogdanov93 in #104
- Export divergent changes by @bdw-g in #106
- Remove
metadata-statsflag and replace it withassessmentby @frsv in #107 - Dump Netezza's table distribution metadata by @damian-compilerworks in #108
- Pick QueryID from DBQLogTbl/QryLogV instead DBQLSQLTbl by @frsv in #111
- Add clustering_key field to tables view selection in snowflake dumper. by @TrevorBergeron in #105
- Extract the aborted column for RedShift queries by @haselbach in #113
- New macro processing code for the Python client by @Hackerpilot in #109
New Contributors
- @damian-compilerworks made their first contribution in #101
- @bdw-g made their first contribution in #106
- @TrevorBergeron made their first contribution in #105
Full Changelog: v1.0.11...v1.0.12
v1.0.11
What's Changed
- Add columns for Teradata logs dumping with '--assessment' flag by @abogdanov93 in #92
- extend redshift dump for assessment with STL_WLM_QUERY by @dominik-klimczak in #93
New Contributors
- @abogdanov93 made their first contribution in #92
Full Changelog: v1.0.10...v1.0.11
v1.0.10
What's Changed
- Fix issue with --version flag outputting null by @Hackerpilot in #84
- Make macro-unexpand case-insensitive by @xiashang0624 in #86
- Add Translation_Postgresql2BQ to the client by @gabbybarbieri in #88
- extend redshift dump for assessment by @dominik-klimczak in #91
New Contributors
- @Hackerpilot made their first contribution in #84
- @dominik-klimczak made their first contribution in #91
Full Changelog: v1.0.9...v1.0.10
v1.0.9
What's Changed
- Remove post-dump reference to Groovy configuration. by @mjquinn-google in #74
- Remove requirements.txt by @ajwelch4 in #73
- Add Translation_MySQL2BQ to the client by @gabbybarbieri in #76
- Add query metrics to Redshift raw log connector by @haselbach in #77
- Add "--assessment" flag, order Redshift raw logs if it is enabled by @frsv in #81
- Add database_id to Redshift database.csv by @dawidxc in #82
- Change
--assessmentand--metadata-statsflags spec to Void by @frsv in #85 - Dump query queue info if assessment flag turned on by @frsv in #87
New Contributors
- @mjquinn-google made their first contribution in #74
- @haselbach made their first contribution in #77
- @frsv made their first contribution in #81
Full Changelog: v1.0.8...v1.0.9
v1.0.8
What's Changed
- Add dumping SVV_DISKUSAGE for Redshift by @dawidxc in #54
- Add language to functions.csv for Redshift by @dawidxc in #56
- Use a proper marshaling library to deserialize and validate configs. by @ajwelch4 in #51
- Update the url to the specific job panel by @xiashang0624 in #53
- Guard SVV_DISKUSAGE behind --metadata-stats by @dawidxc in #61
- Run a quick and dirty integration test across supported Python versions with nox. by @ajwelch4 in #62
- Add Presto2BQ to python client by @gabbybarbieri in #63
- not all files may contain all macros. by @stankiewicz in #60
- Teradata dump more tables by @okerbez in #64
- Teradata dump roles, childrenV, parentsV by @okerbez in #67
New Contributors
- @dawidxc made their first contribution in #54
- @stankiewicz made their first contribution in #60
- @okerbez made their first contribution in #64
Full Changelog: v1.0.7...v1.0.8
v1.0.7
What's Changed
- Don't use name mangling. by @ajwelch4 in #50
- Hive: test dumper with an in-memory Hive metastore by @paolomorandini in #49
Full Changelog: v1.0.6...v1.0.7
v1.0.6
What's Changed
- Hive: get fields from storage descriptor if available by @paolomorandini in #45
Full Changelog: v1.0.5...v1.0.6
v1.0.5
What's Changed
- Update migration client lib version. by @gabbybarbieri in #36
- Add Python version requirement and FAQ sections in the instruction. by @xiashang0624 in #30
- Use pylint, the canonical python code linter by @ajwelch4 in #38
- Use mypy, the canonical Python type checker. by @ajwelch4 in #39
- Use a more conventional Python project structure. by @ajwelch4 in #40
- Use a proper logger. by @ajwelch4 in #41
- Encode properties in JDBC URL for Redshift. by @paolomorandini in #42
- Use Python f-strings. by @ajwelch4 in #43
- nit: Fix url to the batch-translation page by @xiashang0624 in #44
- Include vendor JDBC drivers and license assertions by @shevek-google in #47
- Dumper: Compile with compatibility=1.8. by @shevek-google in #48
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
- Add extraction support for pid, label, and endtime for redshift-logs … by @cyulysses-corp in #23
- Add CODEOWNERS by @paolomorandini in #28
- Replace the spaces in redshift metadata connector output's headers wi… by @cyulysses-corp in #31
- Add SPI mapping for dumper outputs necessary for the loaders. by @cyulysses-corp in #32
- Add grpcio in the requirements by @xiashang0624 in #29
- Use black, the canonical python code formatter. by @ajwelch4 in #33
- IO: Ensure parent directory exists before writing file by @shevek-google in #34
New Contributors
- @cyulysses-corp made their first contribution in #23
- @shevek-google made their first contribution in #34
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
- Add AzureSynapse2BQ and Vertica2BQ in the Python client by @xiashang0624 in #14
- Add support for ONM in the client tool by @xiashang0624 in #15
- Add support for default_database and schema_search_path by @ajwelch4 in #17
- remove TODOs in readme by @yzhvictor in #18
- Add SQL Server Dialect to the python client by @gabbybarbieri in #24
- add location description for allowed regions by @yzhvictor in #25
- Write a proper README file, add contribution instructions for dumper by @paolomorandini in #22
- Improve file path reading in the client tool. by @xiashang0624 in #13
New Contributors
- @ajwelch4 made their first contribution in #17
- @yzhvictor made their first contribution in #18
- @gabbybarbieri made their first contribution in #24
Full Changelog: v1.0.2...v1.0.3