-
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
Sync changes from TRS DB into DQT reporting database #1451
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gunndabad
force-pushed
the
trs-into-dqt-reporting-db
branch
8 times, most recently
from
August 7, 2024 15:23
451c3f2
to
d54c703
Compare
gunndabad
force-pushed
the
trs-into-dqt-reporting-db
branch
from
August 13, 2024 15:55
d54c703
to
244422e
Compare
gunndabad
force-pushed
the
trs-into-dqt-reporting-db
branch
from
August 13, 2024 16:27
244422e
to
3fcf3bf
Compare
gunndabad
force-pushed
the
trs-into-dqt-reporting-db
branch
from
August 13, 2024 16:46
3fcf3bf
to
55c0acd
Compare
gunndabad
force-pushed
the
trs-into-dqt-reporting-db
branch
from
August 14, 2024 09:06
55c0acd
to
d8f52f1
Compare
gunndabad
force-pushed
the
trs-into-dqt-reporting-db
branch
from
August 14, 2024 09:40
d8f52f1
to
2e6879b
Compare
gunndabad
force-pushed
the
trs-into-dqt-reporting-db
branch
from
August 14, 2024 10:06
2e6879b
to
b42143a
Compare
gunndabad
force-pushed
the
trs-into-dqt-reporting-db
branch
from
August 14, 2024 10:42
b42143a
to
75fb4e0
Compare
gunndabad
force-pushed
the
trs-into-dqt-reporting-db
branch
from
August 14, 2024 11:07
75fb4e0
to
181341d
Compare
gunndabad
force-pushed
the
trs-into-dqt-reporting-db
branch
2 times, most recently
from
August 22, 2024 10:57
80d365a
to
50bdb96
Compare
gunndabad
force-pushed
the
trs-into-dqt-reporting-db
branch
from
August 22, 2024 11:24
50bdb96
to
a3176c8
Compare
gunndabad
force-pushed
the
trs-into-dqt-reporting-db
branch
from
August 22, 2024 11:48
a3176c8
to
4b43253
Compare
gunndabad
force-pushed
the
trs-into-dqt-reporting-db
branch
from
August 22, 2024 12:40
4b43253
to
803d562
Compare
gunndabad
force-pushed
the
trs-into-dqt-reporting-db
branch
3 times, most recently
from
August 22, 2024 14:01
5884d81
to
d37d7b4
Compare
gunndabad
force-pushed
the
trs-into-dqt-reporting-db
branch
4 times, most recently
from
August 23, 2024 07:36
d16c959
to
d858a51
Compare
gunndabad
force-pushed
the
trs-into-dqt-reporting-db
branch
2 times, most recently
from
August 23, 2024 07:56
24024ca
to
afe65e8
Compare
gunndabad
force-pushed
the
trs-into-dqt-reporting-db
branch
from
August 27, 2024 14:17
afe65e8
to
c90a53c
Compare
gunndabad
temporarily deployed
to
pre-production_aks
August 27, 2024 14:40 — with
GitHub Actions
Inactive
gunndabad
force-pushed
the
trs-into-dqt-reporting-db
branch
from
August 27, 2024 14:45
c90a53c
to
fd50b83
Compare
MrKevJoy
approved these changes
Aug 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This uses postgres' replication support to stream changes from TRS' DB into the DQT reporting DB. For now only the
qualifications
table (with MQs) is synced. There's a job included to backfill with the existing data.