Skip to content

Commit

Permalink
config: bump 2023Q4 configuration to latest run of data preparation (
Browse files Browse the repository at this point in the history
…#350)

The `financial_data` output is now filtered for cases where
`shares_all_classes > 0`:
Relates to RMI-PACTA/pacta.data.preparation#33

Leaving as a draft until I am able to re-run `peer_results` to confirm
that CI/CD build are functional.
  • Loading branch information
jdhoffa authored Jul 22, 2024
1 parent 480b819 commit 34fcca5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 21 deletions.
10 changes: 3 additions & 7 deletions build/config/rmi_pacta_2023q4_general.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
{
"data_share_path": "2023Q4_20240709T111731Z",
"data_share_path": "2023Q4_20240718T150252Z",
"pacta_data_quarter": "2023Q4",
"project_code": "GENERAL",
"templates_ref": "",
"test_matrix": {
"language": [
"EN"
],
"peer_group": [
"other"
]
"language": ["EN"],
"peer_group": ["other"]
},
"resultsDestinationURL": "https://pactadatadev.blob.core.windows.net/ghactions-workflow-transition-monitor-results-full",
"reportsDestinationURL": "https://pactadatadev.blob.core.windows.net/ghactions-workflow-transition-monitor-results-reports"
Expand Down
18 changes: 4 additions & 14 deletions build/config/rmi_pacta_2023q4_pa2024ch.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,14 @@
{
"data_share_path": "2023Q4_20240709T111731Z",
"data_share_path": "2023Q4_20240718T150252Z",
"pacta_data_quarter": "2023Q4",
"project_code": "PA2024CH",
"templates_ref": "",
"peer_results": "https://pactadatadev.blob.core.windows.net/project-files/pa2024ch/peer_files",
"net_zero_targets": "https://pactadatadev.blob.core.windows.net/project-files/pa2024ch/fin_data_net_zero_targets.csv",
"test_matrix": {
"user_id": [
"74"
],
"language": [
"EN"
],
"peer_group": [
"assetmanager",
"bank",
"insurance",
"other",
"pensionfund"
],
"user_id": ["74"],
"language": ["EN"],
"peer_group": ["assetmanager", "bank", "insurance", "other", "pensionfund"],
"include": [
{
"user_id": 74,
Expand Down

0 comments on commit 34fcca5

Please sign in to comment.