Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BRS-357: Separate each variance into individual cells, increase export timeouts #368

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

davidclaveau
Copy link
Collaborator

@davidclaveau davidclaveau commented Aug 13, 2024

Ticket:

#357

Description:

  • Update the Variance Report Export to contain columns for each variance report item

    • Take the items in EXPORT_VARIANCE_CONFIG and flatten the keys into an array
    • Use the flattened array to compare against the record.fields, which are the variance items found in each record
    • If the key matches a field, then we push the key to the record under their own item record[field.key] (as opposed to daisy chaining all the variances under fields).
  • Also, increase timeout for the exporter to fix issue from #291 as they seem to take a little longer with the V3 SDK in prod

  • Linting fixes to test files and template.yaml

Signed-off-by: David <daveclaveau@gmail.com>
@davidclaveau davidclaveau merged commit 9264684 into bcgov:main Aug 14, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants