Hi, running a simple datahub ingest -c <path to...
# ingestion
a
Hi, running a simple datahub ingest -c <path to yml file>, but get the following error. Source is a json file. Has anyone faced such issues? Datahub is running on k8s, locally works just fine. {'error': 'Unable to emit metadata to DataHub GMS', 'info': {'exceptionClass': 'com.linkedin.restli.server.RestLiServiceException', 'message': "All action methods (specified via 'action' in URI) must be submitted as a POST (was GET)", 'stackTrace': 'com.linkedin.restli.server.RestLiServiceException [HTTP Status400] All action methods (specified via ' "'action' in URI)
m
Hi @adorable-portugal-3397: what does your recipe file look like? specifically the
sink
section.
a
Figured out that I was using http instead of https, errors have changed🙂 but It seems like it is something on our side now
m
ok.. I hope you are not manually generating the MCE-file json… that can be quite error-prone