Skip to content

Releases: transcom/trdm-lambda

TRDM Malformed Data Email and Automated Pipeline Configs v2

08 Aug 15:33
f8ae449
Compare
Choose a tag to compare

This release introduces the following additions:

  1. Tests running within the automated pipeline
  2. Malformed Data Email

TRDM Malformed Data Email and Automated Pipeline Configs

30 Jul 17:22
88a075e
Compare
Choose a tag to compare

This release introduces the following additions:

  1. Tests running within the automated pipeline
  2. Malformed Data Email

TRDM Data Handling - Loa Updated At Null Handling 2

24 Jun 17:54
f3e037f
Compare
Choose a tag to compare

This release introduces logic for TRD to handle LOA codes with null updated_at values.

TRDM Data Handling - Loa Updated At Null Handling

21 Jun 21:58
38d27a5
Compare
Choose a tag to compare

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

21 Jun 17:46
9f138a0
Compare
Choose a tag to compare

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

20 Jun 14:33
28e7599
Compare
Choose a tag to compare

This release includes optimization changes to the delete functionality of TAC codes and LOA codes.

TRDM Data Handling Release v1.0.3.6

17 Jun 14:15
9df4d64
Compare
Choose a tag to compare

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

14 Jun 21:20
5f33f33
Compare
Choose a tag to compare

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

14 May 19:38
6d40051
Compare
Choose a tag to compare

Changes in this release includes the following:

  1. Read me edits with information on running the TRDM Lambda function and its unit tests
  2. Additional test coverage for TRDM
  3. Environment variable additions

TRDM Automated Test Additions

14 May 19:11
f392359
Compare
Choose a tag to compare

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