Closed ndamania00 closed 2 days ago
This PR's main goal is to add the field warehouse name to BaseFieldProperties. This makes the operations for updating warehouse names the same for schemas and fields.
Updating Entity Schema warehouse name:
b.UpdateEntitySchema('old_warehouse_name', b.BaseSchemaProperties(warehouse_name='new_warehouse_name'))
Updating Entity Schema Field warehouse name:
b.UpdateEntitySchemaField('entity_schema_warehouse_name', 'field_warehouse_name', b.BaseFieldProperties(warehouse_name='new_warehouse_name'))
Some smaller details of this PR:
wh_field_name
dict[str, Benchling FieldProperties]
This PR's main goal is to add the field warehouse name to BaseFieldProperties. This makes the operations for updating warehouse names the same for schemas and fields.
Updating Entity Schema warehouse name:
Updating Entity Schema Field warehouse name:
Some smaller details of this PR:
wh_field_name
anymoredict[str, Benchling FieldProperties]