msg="For field name %s, received an unrecognizable datetime format '%s', expected a string like '2002-04-18 14:57:11' or an instance of datetime.datetime"%(fieldname,str(value))
raiseIngestionFieldValidationError(msg)
defvalid_bit(dummy,value):
ifvalue:
return1
return0
_ACCEPTED_FIELD_NAMES={
# Don't use underscores ('_') for the field names.