use github not my laptop

This commit is contained in:
Jun-te Kim 2025-05-23 11:04:15 +00:00
parent b8de5af055
commit 91e604f8b4

View file

@ -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):