step3 started
This commit is contained in:
16
src/step3.py
Normal file
16
src/step3.py
Normal 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
|
||||
Reference in New Issue
Block a user