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

S3 to lambda tests #252

Closed
wants to merge 11 commits into from
Closed

S3 to lambda tests #252

wants to merge 11 commits into from

Conversation

jcadam14
Copy link
Contributor

@jcadam14 jcadam14 commented Aug 20, 2024

Closes #250

Proof of concept work right now, but making the PR so the current approach changes are viewable.

This has the #243 changes merged in since we're at some point going to switch to that code and I wanted to see this work with those changes.

Files to look at:
Lambda_Dockerfile
lambda_requirements.txt
src/regtech_data_validator/data_formatters.py (this was due to changes in polars how pivot tables work)
src/regtech_data_validator/lambda_wrapper.py
src/regtech_data_validator/service.py

@jcadam14 jcadam14 self-assigned this Aug 20, 2024
@jcadam14 jcadam14 closed this Aug 20, 2024
@jcadam14 jcadam14 deleted the s3_to_lambda_tests branch August 20, 2024 15:44
@jcadam14 jcadam14 restored the s3_to_lambda_tests branch August 20, 2024 15:56
@jcadam14 jcadam14 reopened this Aug 20, 2024
@jcadam14 jcadam14 closed this Aug 20, 2024
Copy link

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  src/regtech_data_validator
  check_functions.py 74
  checks.py
  cli.py 116-117
  data_formatters.py
  phase_validations.py
  schema_template.py
  validation_results.py
  validator.py 130, 135, 151
Project Total  

This report was generated by python-coverage-comment-action

@jcadam14 jcadam14 deleted the s3_to_lambda_tests branch August 20, 2024 16:03
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.

Run data-validator as a lambda
1 participant