Hi, I use programatic_pipeline file to ingest data...
# troubleshoot
m
Hi, I use programatic_pipeline file to ingest data, but error occurred
Copy code
failed to write record with workunit information_schema.ST_SPATIAL_REFERENCE_SYSTEMS with ('Unable to emit metadata to DataHub GMS', {'exceptionClass': 'com.linkedin.restli.server.RestLiServiceException', 'stackTrace': 'com.linkedin.restli.server.RestLiServiceException [HTTP Status:422]: ERROR :: /value/com.linkedin.metadata.snapshot.DatasetSnapshot/aspects/1/com.linkedin.schema.SchemaMetadata/fields/0/isPartOfKey :: unrecognized field found but not allowed\nERROR ::
m
You are probably running a newer client and an older server.
Are you using quickstart to start the server>
m
yes, I use quickstart for test
m
you might want to refresh the quickstart (I'm assuming you are running it from at least a week ago)
since our latest release added the
isPartOfKey
field to the schema field
m
yes, I set up my quickstart environment about 10 days gao,
I’ll check quickstart again,thx
m
👍
m
problem solved,thx a lot