From 91e604f8b419b73329d5b516beb76933190c0d28 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Fri, 23 May 2025 11:04:15 +0000 Subject: [PATCH] use github not my laptop --- etl/osmosis_complaince_address_to_files.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etl/osmosis_complaince_address_to_files.py b/etl/osmosis_complaince_address_to_files.py index 9f8a64c..2f3c762 100644 --- a/etl/osmosis_complaince_address_to_files.py +++ b/etl/osmosis_complaince_address_to_files.py @@ -7,7 +7,7 @@ import os from etl.scraper.scraper import SharePointInstaller from etl.scraper.scraper import SharePointScraper -board_id = "4965130190" +board_id = "5185076280" monday_key = "eyJhbGciOiJIUzI1NiJ9.eyJ0aWQiOjQ5ODc2ODQxOCwiYWFpIjoxMSwidWlkIjozNjE3ODAzNCwiaWFkIjoiMjAyNS0wNC0xMVQxMToyMzoxNy40NjdaIiwicGVyIjoibWU6d3JpdGUiLCJhY3RpZCI6MTM5OTc4MjMsInJnbiI6InVzZTEifQ.-2Lit4s46ZF6AXuMW9t0TxIaFLkHqD4Yo-PyM9i2XZY" monday = MondayClient(monday_key) @@ -20,7 +20,7 @@ osmosis = SharePointScraper(SharePointInstaller.OSMOSIS_WAVE_2) parent_folder = "/Osmosis ACD/Osmosis ACD Projects/" # Change this per installer -parent_folder += "Stonewater/Wates" +parent_folder += "Installer Documentation/Platform Housing Group/Cocuun" def extract_asset_ids(item, file_column_id):