dosubot[bot] commented on issue #658: URL: https://github.com/apache/incubator-hugegraph-toolchain/issues/658#issuecomment-2727369930
<!-- Answer --> The error message regarding the property key 'target_name' suggests that the HugeGraph Loader is attempting to map a field from your input data to a property key that isn't defined in your graph schema. Although 'target_name' is a loader-specific key used for mapping purposes, it still needs to be correctly handled in your configuration. Ensure that your `field_mapping` in the loader configuration is correctly set up to map 'target_name' to an existing property key in your schema. If 'target_name' is not intended to be a property in your graph, make sure it is only used within the context of the loader's configuration and not expected to be a part of the graph schema itself. If necessary, adjust your schema or loader configuration to align with the intended use of these keys. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/9ff5d613-0920-418e-9449-dba8f0d1a60f?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/9ff5d613-0920-418e-9449-dba8f0d1a60f?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/9ff5d613-0920-418e-9449-dba8f0d1a60f?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/9ff5d613-0920-418e-9449-dba8f0d1a60f?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/9ff5d613-0920-418e-9449-dba8f0d1a60f?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/9ff5d613-0920-418e-9449-dba8f0d1a60f?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/9ff5d613-0920-418e-9449-dba8f0d1a60f?feedback_type=other)</sup> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
