added condition report

This commit is contained in:
Jun-te Kim 2025-05-30 15:45:03 +00:00
parent 1d756b95b2
commit 3a871f59be
3 changed files with 9 additions and 3 deletions

View file

@ -160,6 +160,4 @@ for i,item in enumerate(tqdm(items)):
if to_upload:
upload_to_sharepoint(to_upload, item_name)
# Liv green # Cocuun # Wates

View file

@ -71,7 +71,10 @@ class ConditionReport(SiteNotesExtractor):
self.setup()
def setup(self):
self.property_reference_code()
self.get_property_reference_code()
def property_reference_code(self):
print("hello world")

View file

@ -0,0 +1,5 @@
from etl.transform.preSiteNoteTypes import BaseModel
class ConditionReport(BaseModel):
property_reference_code: str