NSLS-II / metadatastore

DEPRECATED: Incorporated into https://github.com/NSLS-II/databroker
Other
2 stars 11 forks source link

Filled status not supported #262

Closed CJ-Wright closed 7 years ago

CJ-Wright commented 7 years ago

Filled is a potential field for events in the schema. However, it is not a kwarg in mds.insert_event leading to unexpected kwarg errors.

tacaswell commented 7 years ago

filled should not go into the database.

CJ-Wright commented 7 years ago

Thank you!