Releases: transcom/trdm-lambda
TRDM Malformed Data Email and Automated Pipeline Configs v2
This release introduces the following additions:
- Tests running within the automated pipeline
- Malformed Data Email
TRDM Malformed Data Email and Automated Pipeline Configs
This release introduces the following additions:
- Tests running within the automated pipeline
- Malformed Data Email
TRDM Data Handling - Loa Updated At Null Handling 2
This release introduces logic for TRD to handle LOA codes with null updated_at values.
TRDM Data Handling - Loa Updated At Null Handling
If the updated_at value of a LOA is null then there is no way we can compare it to the other LOA codes with the same loa_sys_Id for deletion. This release introduces code that will exclude LOA codes with a null updated_at value
TRDM Data Handling Optimization Release v1.0.3.8
In this release I am removing the nested loop to identify duplicates and instead doing a simple db query for loa_sys_ids that occur more than once. Then performing a single loop to see if each loa has a loa_sys_id in that list.
TRDM Data Handling Optimization Release v1.0.3.7
This release includes optimization changes to the delete functionality of TAC codes and LOA codes.
TRDM Data Handling Release v1.0.3.6
In this release changes have been made to TRDM Lambda function that enables it to handle of malformed data. Malformed date in the context that TRDM receives a pipe delimited file that has a row that is missing a column. TRDM now can update LOAa that already exist rather than creating completely new entries in the database. The last addition is that TRDM removes and duplicate LOAs that are not being referenced from a TAC before inserting any new data into its database.
TRDM Data Handling
In this release changes have been made to TRDM Lambda function that enables it to handle of malformed data. Malformed date in the context that TRDM receives a pipe delimited file that has a row that is missing a column. TRDM now can update LOAa that already exist rather than creating completely new entries in the database. The last addition is that TRDM removes and duplicate LOAs that are not being referenced from a TAC before inserting any new data into its database.
TRDM Automated Test Additions
Changes in this release includes the following:
- Read me edits with information on running the TRDM Lambda function and its unit tests
- Additional test coverage for TRDM
- Environment variable additions
TRDM Automated Test Additions
Changes in this release includes the following:
- Read me edits with information on running the TRDM Lambda function and its unit tests
- Additional test coverage for TRDM
- Environment variable additions