-
Notifications
You must be signed in to change notification settings - Fork 0
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
Performance DB improvements - Field names #39
Closed
3 tasks done
Ben-Hodgkiss opened this issue
Oct 22, 2024
· 2 comments
· Fixed by #38, digital-land/technical-documentation#133 or digital-land/technical-documentation#139
Closed
3 tasks done
Performance DB improvements - Field names #39
Ben-Hodgkiss opened this issue
Oct 22, 2024
· 2 comments
· Fixed by #38, digital-land/technical-documentation#133 or digital-land/technical-documentation#139
Comments
Ben-Hodgkiss
changed the title
Performance DB improvements
Performance DB improvements - Field names
Oct 22, 2024
let's ensure that all tables have the dataset field so let's add dataset to reporting_historic_endpoints so that they all have dataset
add organisation_name to reporting_historic_endpoint remember to leave name in so no brakages |
8 tasks
5 tasks
github-project-automation
bot
moved this from In Development
to Done - Consider for Weeknotes
in Infrastructure
Oct 25, 2024
github-project-automation
bot
moved this from Deployment
to In Review / QA
in Infrastructure
Oct 30, 2024
5 tasks
github-project-automation
bot
moved this from In Review / QA
to Done - Consider for Weeknotes
in Infrastructure
Nov 5, 2024
Ben-Hodgkiss
moved this from Done - Consider for Weeknotes
to Done - This Period
in Infrastructure
Nov 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Overview
Data Management have requested the following change to the Performance DB.
endpoint_dataset_summary
table only has thedataset
field,reporting_historic_endpoints
only has thepipeline
field, whileendpoint_dataset_issue_type_summary
hascollection
,pipeline
anddataset.
Would help to have eitherpipeline
ordataset
consistently across all tables to help with reporting summaries by dataset.name
inreporting_historic_endpoints
, andorganisation_name
inendpoint_dataset_issue_type_summary
.It would also be great to improve the documentation for the new tables. We’ve created a new page in the technical documentation for this to live, it just needs to be populated with descriptions of tables and fields.
Tech Approach
Consider duplicating fields for now rather than replacing - we know that these fields are being used heavily by the Providers Team and Config Manager - we need to be careful when deploying to avoid any further issues. We would rather have duplicate fields (with different field names) than do a straight rename and cause errors.
Acceptance Criteria
Checklist
The text was updated successfully, but these errors were encountered: