Knowledge-Graph-Hub / kg-phenio

A Graph for experiments doing ML on ontologies.
BSD 3-Clause "New" or "Revised" License
6 stars 4 forks source link

Transforms raise many Koza csv_reader warnings #110

Closed caufieldjh closed 11 months ago

caufieldjh commented 12 months ago

For this KG build, the transforms output a fantastic number of warnings identical to the following:

[2023-07-12 07:41:32][WARNING][koza.io.reader.csv_reader] 'meta'

i.e., the Jenkins logs are >100 MB but they're mostly just this warning, repeated. Doesn't impact the build but it does make the logs difficult to read.

caufieldjh commented 11 months ago

This happens because the initial JSON -> KGX transform creates a meta column from the meta field in the JSON, but we try to ignore it. Koza still knows it's there.