mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-08 11:17:29 +00:00
added condition report
This commit is contained in:
parent
1d756b95b2
commit
3a871f59be
3 changed files with 9 additions and 3 deletions
|
|
@ -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
|
||||
|
|
@ -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")
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
5
etl/transform/conditionReportTypes.py
Normal file
5
etl/transform/conditionReportTypes.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from etl.transform.preSiteNoteTypes import BaseModel
|
||||
|
||||
|
||||
class ConditionReport(BaseModel):
|
||||
property_reference_code: str
|
||||
Loading…
Add table
Reference in a new issue