From 7d7edf6df380290ac8c6787187de41b471c11b0a Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Thu, 19 Jan 2023 14:12:09 +0100 Subject: [PATCH] add data source link again --- .../obtain_livestream_data_and_load_into_database.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etl/planning_data/obtain_livestream_data_and_load_into_database.py b/etl/planning_data/obtain_livestream_data_and_load_into_database.py index 92aa2e32..f02e0860 100644 --- a/etl/planning_data/obtain_livestream_data_and_load_into_database.py +++ b/etl/planning_data/obtain_livestream_data_and_load_into_database.py @@ -67,7 +67,7 @@ def load_data_into_database(cursor, data): "status_before_aliasing": status_before_aliasing, "status_explanation_note": status_explanation_note, "data_source": "the Greater London Authority's Planning London DataHub", - "data_source_link": None, + "data_source_link": "https://www.london.gov.uk/programmes-strategies/planning/digital-planning/planning-london-datahub", "address": address_data.planning_data_entry_to_address(entry), } if entry["address"] != None: