From 89d4b57fde6e78feee7a0a2fb25d3258219fb9dd Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Mon, 31 Oct 2022 10:32:19 +0100 Subject: [PATCH] document remaining decision --- .../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 afe0c582..64e455f3 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 @@ -62,7 +62,7 @@ def load_data_into_database(cursor, data): "uprn": uprn, "status": status, "data_source": "Greater London Authority's Planning London DataHub", - "data_source_link": "https://data.london.gov.uk/dataset/planning-london-datahub?_gl=1%2aprwpc%2a_ga%2aMzQyOTg0MjcxLjE2NTk0NDA4NTM", # TODO test + "data_source_link": "https://data.london.gov.uk/dataset/planning-london-datahub?_gl=1%2aprwpc%2a_ga%2aMzQyOTg0MjcxLjE2NTk0NDA4NTM", # TODO not an actual source... } insert_entry(cursor, entry) except TypeError as e: