-
Notifications
You must be signed in to change notification settings - Fork 16
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
Copy data from [source] into the opportunity table(s) in the analytics db #2317
Comments
github-project-automation
bot
moved this to Todo
in SimplerGrants Product Backlog (experiment to be deleted)
Sep 30, 2024
github-project-automation
bot
moved this to Icebox
in Simpler.Grants.gov Product Backlog
Sep 30, 2024
mxk0
added
refinement
infra
topic: infra
Infrastructure related tickets
and removed
infra
labels
Oct 6, 2024
This was referenced Oct 9, 2024
mxk0
removed
topic: backend
Backend development tickets
topic: infra
Infrastructure related tickets
labels
Nov 11, 2024
mxk0
changed the title
Write a count of opportunities to the analytics database
Copy date from [source] into the opportunity table(s) in the analytics db
Nov 19, 2024
mxk0
changed the title
Copy date from [source] into the opportunity table(s) in the analytics db
Copy data from [source] into the opportunity table(s) in the analytics db
Nov 19, 2024
babebe
added a commit
that referenced
this issue
Dec 18, 2024
…alytics db (#3228) ## Summary Fixes #{[2317](#2317)} ### Time to review: __20 mins__ ## Changes proposed New Cli Function to upload opportunity tables into analytics db S3 configuration to read `csv `opportunity tables Add S3 Environment variables Mock s3 client for testing Added fixtures for AWS (From API code), test-schema and opportunity-tables to aid in testing, scoped to test session. Added fixture to delete table records after each test Added opportunity table `csv` files for testing Added test that checks files were successfully uploaded and records inserted into test-schema tables ## Context for reviewers > poetry run pytest ./tests/integrations/extracts/test_load_opportunity_data.py when running test locally ## Additional information > Screenshots, GIF demos, code examples or output to help show the changes working as expected.
github-project-automation
bot
moved this from In Review
to Done
in Simpler.Grants.gov Product Backlog
Dec 18, 2024
doug-s-nava
pushed a commit
that referenced
this issue
Dec 30, 2024
…alytics db (#3228) ## Summary Fixes #{[2317](#2317)} ### Time to review: __20 mins__ ## Changes proposed New Cli Function to upload opportunity tables into analytics db S3 configuration to read `csv `opportunity tables Add S3 Environment variables Mock s3 client for testing Added fixtures for AWS (From API code), test-schema and opportunity-tables to aid in testing, scoped to test session. Added fixture to delete table records after each test Added opportunity table `csv` files for testing Added test that checks files were successfully uploaded and records inserted into test-schema tables ## Context for reviewers > poetry run pytest ./tests/integrations/extracts/test_load_opportunity_data.py when running test locally ## Additional information > Screenshots, GIF demos, code examples or output to help show the changes working as expected.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Can be a full replace of the data already in the analytics db
Acceptance criteria
The text was updated successfully, but these errors were encountered: