-
Notifications
You must be signed in to change notification settings - Fork 21
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
SQS Integration #2123
SQS Integration #2123
Conversation
Deployed to https://pr-2123.aam-digital.net/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Impressive how simple this code is 😃
From my quick testing in the PR deployment, the existing reports still seem to work fine.
Only the order in the dropdown of the reporting component had a designed logical order (most important/general first) which is now lost.
src/app/features/reporting/reporting/reporting.component.spec.ts
Outdated
Show resolved
Hide resolved
src/app/features/reporting/sql-report/sql-report.service.spec.ts
Outdated
Show resolved
Hide resolved
# Conflicts: # src/app/features/reporting/reporting/reporting.component.ts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really nice resolution for the ReportConfig thing (although it feels a bit like dark magic ...)
Regarding report ordering: I guess alphabetic order would at least allow us to consciously influence it, so that would be nice.
Co-authored-by: Sebastian <sebastian@aam-digital.com>
🎉 This PR is included in version 3.28.0-master.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 3.28.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
closes: #2117 #2105 #1887
"mode": "sql"
.SqlReportService
SqlReportService
automatically creates and, if necessary, updates the SQS schema before sending the query request to the baceknd