DH 1.0.45530.3
Overview
- Release Date: August 26, 2024
- Previous Release Version: DH-1.0.45498.2
Changes
Utilities
- #415 Moving executed files to separate directory and removing oracle checks for now.
- Currently, the program used to execute the queries of files present in the input directory. The program was updated to move the executed files to a separate directory. And the query checks in case of ORACLE db is removed for now.
- Programs Affected:
query_runner
: Only the transfer of executed files from input directory to a separate directory is added, no other impacts.
Fixes
Products
- #417 Renamed temporary ctl as per the source and improved error handling.
- Currently, the program was creating temporary ctl files by replacing input file name from the input file path by table name . The program was updated to create ctl file with the input file name and handle the errors while creating temporary ctl file.
- Programs Affected:
llg_gl_recon_aggr
: Only the renaming of temporary ctl as per the source and handling of error while creating temporary ctl files is added, no other impacts.
- #425 Renamed temporary ctl as per the source and improved error handling.
- Currently, the program was creating temporary ctl files by replacing input file name from the input file path by table name . The program was updated to create ctl file with the input file name and handle the errors while creating temporary ctl file.
- Programs Affected:
src_gl_recon_data
: Only the renaming of temporary ctl as per the source and handling of error while creating temporary ctl files is added, no other impacts.
Loaders
- #425 Improved error handling while creating temporary ctl files.
- Currently, the program was not handling potential error related to the creation of temporary ctl files. The program was updated to handle the errors while creating temporary ctl file.
- Programs Affected:
balm_bulk_insert
: Only the handling of error while creating temporary ctl files is added, no other impacts.
Program Details
# | Program | Current Version | Breaking Changes | Changes | Fixes | Deprecated Features |
---|---|---|---|---|---|---|
1 | llg_gl_recon_aggr | 2.0.2 | N/A | N/A | Renamed temporary ctl as per the source and improved error handling | N/A |
2 | src_gl_recon_data | 2.0.2 | N/A | N/A | Renamed temporary ctl as per the source and improved error handling | N/A |
3 | balm_bulk_insert | 0.1.1 | N/A | N/A | Improved error handling while creating temporary ctl files | N/A |
4 | query_runner | 0.1.1 | N/A | Moving executed files to separate directory and removing oracle checks for now | N/A | N/A |