step3 started

This commit is contained in:
Patrick vom Hagen
2024-02-26 15:33:01 +01:00
parent 9e66b45645
commit 3b407bd956
2 changed files with 33 additions and 11 deletions

16
src/step3.py Normal file
View File

@@ -0,0 +1,16 @@
import uuid
def create_uuid():
return str(uuid.uuid4())
def merch_uuids(new, sys):
return 0
def add_school_data(df, school_id, ox_context, mail_quota, ox_quota):
df['mailUserQuota'] = mail_quota
df['oxUserQuota'] = ox_quota
df['oxContext'] = ox_context
return df