Skip to content

Commit

Permalink
Merge pull request #541 from nhsx/ct_ndc_update
Browse files Browse the repository at this point in the history
Update config_national_digital_channels_dbrks.json
  • Loading branch information
christodd-nhsx authored Oct 20, 2023
2 parents a4781c9 + c97a87c commit a17c022
Showing 1 changed file with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,16 @@
"id": "M275",
"full_name": "All Forecasts",
"short_name": "ndc_forecasts_all"
},
{
"id": "M276",
"full_name": "NBS",
"short_name": "ndc_nbs"
},
{
"id": "M277",
"full_name": "GP Registration",
"short_name": "ndc_gp_registration"
}
]
}
Expand Down Expand Up @@ -610,6 +620,18 @@
"sink_path": "proc/projects/nhsx_slt_analytics/national_digital_channels/ndc_forecasts_all/",
"sink_file": "ndc_forecasts_all.csv",
"databricks_notebook": "/databricks/au-azure-databricks-cicd/analytics/dbrks_national_digital_channels/dbrks_ndc_forecasts_all"
},
{
"metric": "ndc_nbs",
"sink_path": "proc/projects/nhsx_slt_analytics/national_digital_channels/ndc_nbs/",
"sink_file": "ndc_nbs.csv",
"databricks_notebook": "/databricks/au-azure-databricks-cicd/analytics/dbrks_national_digital_channels/dbrks_ndc_nbs"
},
{
"metric": "ndc_gp_registration",
"sink_path": "proc/projects/nhsx_slt_analytics/national_digital_channels/ndc_gp_registration/",
"sink_file": "ndc_gp_registration.csv",
"databricks_notebook": "/databricks/au-azure-databricks-cicd/analytics/dbrks_national_digital_channels/dbrks_ndc_gp_registration"
}

]
Expand Down Expand Up @@ -810,6 +832,14 @@
{
"metric": "ndc_forecasts_all",
"sink_table": "ndc_forecasts_all"
},
{
"metric": "ndc_nbs",
"sink_table": "ndc_nbs"
},
{
"metric": "ndc_gp_registration",
"sink_table": "ndc_gp_registration"
}
]
}
Expand Down

0 comments on commit a17c022

Please sign in to comment.