Releases: google/dwh-migration-tools
Releases · google/dwh-migration-tools
v1.0.54
What's Changed
- [b/341097448] Use temporary directory for extracting scripts by @dawidxc in #427
- [b/341297017] Add table-types-dtl.sql by @misolt in #433
- [b/341297017] Add m-view-types.sql by @misolt in #438
- Exclude AutoValue files from coverage in dumper/app by @misolt in #440
- [b/341297017] Add dtl-source-code.sql by @misolt in #441
- [b/341297017] Add data-types.sql by @misolt in #442
- Add tests for MessageTask by @misolt in #437
- Add tests for AbstractOracleConnector by @misolt in #439
- [b/341297017] Add source-conn supporting newer Oracle versions by @misolt in #445
- [b/341297017] Integrate sql-stats (AWR) from DMA by @misolt in #447
- [b/341297017] Integrate sql-stats (STATSPACK) from DMA by @misolt in #450
- [b/341297017] Integrate hist-cmd-types (AWR) from DMA by @misolt in #449
- Fixes for hist-cmd-types (STATSPACK) SQL by @misolt in #451
- Add the SEGMENT_NAME column by @misolt in #454
- Add a test class for StatsJdbcTask by @misolt in #446
- Add the OBJECT_NAME column to both db-objects SQLs by @misolt in #457
- [b/341297017] Integrate exttab.sql from DMA scripts by @misolt in #459
- Fix: missing column names in sql-stats-statspack SQL by @misolt in #460
- Throw exception when Oracle connection parameters are ambiguous by @misolt in #453
- [b/350668065] Make column names consistent for sql-stats CSVs by @misolt in #461
- Fix: Parameter names don't match their values by @misolt in #448
- [b/350668065] Update oracle-stats SQLs with feedback from ingestion by @misolt in #463
- [b/343058608] Change the format of master-keys file from csv to jsonl by @dawidxc in #455
- [b/343058965] Change delegation tokens file from csv to jsonl by @dawidxc in #456
- [b/343063007] Split partitions into files per table by @dawidxc in #464
- Add dtl-index-type, update other SQLs with a snapshot time range by @misolt in #465
Full Changelog: v1.0.53...v1.0.54
v1.0.53
What's Changed
- [b/341297017] Integrate the PDBs version of app_schemas.sql from the DMA tool by @misolt in #387
- [b/341297017] Integrate the summary version of app_schemas.sql from the DMA tool by @misolt in #388
- [b/341931592] Fix tests to always use the utc timezone by @misolt in #390
- [code health] Remove testConnectorSynthetic by @misolt in #384
- [b/275708841] Add output name tests for teradata-logs by @misolt in #391
- [b/275708841] Fix duplicate "-logs" suffix in some output archive names by @misolt in #393
- [b/342534698] fix: missing summary after oracle-stats completes by @misolt in #396
- [b/341297017] Integrate more queries getting general pdb information by @misolt in #395
- Cleanup of redundant generics for String by @dawidxc in #394
- [b/343037983] Extract catalogs from HMS by @dawidxc in #398
- remove
ExtendableResultSetExtractor
by @misolt in #406 - [b/343047614] Extract databases from HMS by @dawidxc in #399
- [b/343047614] Hide migration metadata extraction behind a flag by @dawidxc in #400
- [b/343058608] Extract master keys from HMS by @dawidxc in #401
- [b/343058965] Extract delegation tokens from HMS by @dawidxc in #402
- Add metadata and log connector for greenplum by @zzzzwang in #392
- [b/343187503] Change output paths to avoid subdirectories by @misolt in #407
- Rename name to targetPath in StatsJdbcTask by @dawidxc in #408
- [b/343862780] add a compilerworks-format text file in oracle-logs and -stats output by @misolt in #410
- Remove the special handling of count=-1 in newCsvRSE by @misolt in #409
- Add an optional Jacoco report task in Gradle by @misolt in #413
- [b/343064637] Extract functions from HMS by @dawidxc in #403
- [b/343068084] Extract resource plans from HMS by @dawidxc in #404
- [b/343069385] Extract tables from HMS by @dawidxc in #405
- Add RunWith JUnit4 annotation by @dawidxc in #419
- [b/343069385] Extract primary keys from HMS by @dawidxc in #414
- [b/343069385] Extract foreign keys from HMS by @dawidxc in #415
- [b/343069385] Extract constraints from HMS by @dawidxc in #416
- [b/343069385] Extract table statistics from HMS by @dawidxc in #417
- [b/343063007] Extract partitions from HMS by @dawidxc in #420
- Address concurrency issues in TaskSetState by @misolt in #422
- Use Jackson to generate the JSON objects and arrays. by @dawidxc in #421
- [b/344804598] Add hadoop connector by @dawidxc in #424
- [b/339392173] implement HdfsPermissionExtractionConnector by @sten1ee in #426
- [b/344804598] Add test for HadoopMetadataConnector by @dawidxc in #425
- [b/346977975] Add missing project and license urls for the new dependencies by @kpiotrowski in #428
- [b/345177751] Revert the deprecation of some metadata file tasks by @misolt in #431
- [b/346977975] Add missing dependency project information by @kpiotrowski in #430
- [b/341297017] Add used-space-details, db-objects SQLs by @misolt in #432
- Add a basic check for oracle-stats SQLs by @misolt in #436
New Contributors
Full Changelog: v1.0.52...v1.0.53
v1.0.52
What's Changed
- [b/323519703] Fix Oracle XML tasks by @kpiotrowski in #358
- [b/337839892] Create an empty oracle-stats connector by @misolt in #382
- [b/337839365] Implement StatsTaskListGenerator, add an example SQL by @misolt in #385
- [b/340754358] Update source file headers by @misolt in #386
Full Changelog: v1.0.51...v1.0.52
v1.0.51
Full Changelog: v1.0.50...v1.0.51
v1.0.50
What's Changed
- Fix cleaning up files and directories in test by @dawidxc in #356
- Add OptionalUtils by @dawidxc in #355
- Extract connector properties from ConnectorArguments by @dawidxc in #357
- Rename OptionalUtils methods by @dawidxc in #359
- Add Oracle metadata connector test by @dawidxc in #361
- Add Hive QOS allowed values to help message by @dawidxc in #362
- Extract ExpandedViewText as ViewText from the Hive metastore. by @mswapnilG in #363
- [Dumper] [Hive] Extract hive table SerDe details by @yogeshtewari in #328
- Reformat code by @dawidxc in #365
- Bump com.google.auto.service:auto-service from 1.0.1 to 1.1.1 by @dependabot in #283
- Wrap ``--add-opens=java.base/java.nio=ALL-UNNAMED` as a default envir… by @cyulysses-corp in #364
- Add a precommit script by @dawidxc in #372
- [329832604] Fix password-related NPEs in Oracle, provide more descriptive errors by @misolt in #369
New Contributors
- @mswapnilG made their first contribution in #363
- @yogeshtewari made their first contribution in #328
- @dependabot made their first contribution in #283
- @misolt made their first contribution in #369
Full Changelog: v1.0.49...v1.0.50
v1.0.49
What's Changed
- Fix queries printed in the summary by @dawidxc in #344
- Add toString method to Redshift AWS API tasks by @kpiotrowski in #346
- Fix rowSql null check by @dawidxc in #347
- Use UTC timezone instead of systemDefault in Teradata tests by @kpiotrowski in #349
- Validate ConnectorProperty by @ishmum123 in #345
- Fix help message for query-log-rotation-frequency by @dawidxc in #348
- Set Oracle useFetchSizeWithLongColumn argument to true by @kpiotrowski in #352
- Code cleanup - joinSummaryDoubleLine by @dawidxc in #354
- Make Snowflake QUERY_ACCELERATION_HISTORY optional by @dawidxc in #353
Full Changelog: v1.0.48...v1.0.49
v1.0.48
What's Changed
- Add flag for Hive SASL QOP by @ishmum123 in #342
- New option for alternate query log tables by @dawidxc in #343
Full Changelog: v1.0.47...v1.0.48
v1.0.47
What's Changed
Full Changelog: v1.0.46...v1.0.47
v1.0.46
What's Changed
- Speed up unit tests by @dawidxc in #334
- Change date format in cluster_usage_metrics_ files by @kpiotrowski in #340
Full Changelog: v1.0.45...v1.0.46
v1.0.45
What's Changed
- Extend Redshift metadata connector with cluster properties. by @kpiotrowski in #332
- Snowflake database flag fix by @cyulysses-corp in #333
- Extend Redshift raw logs with CPU and Storage metrics from AWS CloudWatch API by @kpiotrowski in #335
New Contributors
- @kpiotrowski made their first contribution in #332
Full Changelog: v1.0.44...v1.0.45