oeg-upm/github-action-morphkgc

runs morph-kgc automatically whenever the source data or mappings are added/modified

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
output_dirThe output directory for morph-kgcno
output_fileFile to write the results to. If it is empty (no value) then an independent output file is generated for each group of the mapping partitionno
output_formatRDF serialization to use for output resultsno
clean_output_dirRemove everything from output_dir before starting with the materializationno
only_printable_charactersRemove those characters in the generated RDF that are not printableno
safe_percent_encodingSet of ASCII characters that should not be percent-encoded. All characters are encoded by defaultno
na_filterIf specified, the values from the option na_values will be interpreted as NULLno
na_valuesSet of values to be interpreted as NULL when retrieving data from the input sources. The valid values are a list of values separated by commasno
mapping_partitionMapping partitioning algorithm to use. Mapping partitioning can also be disabledno
chunksizeSize of the chunks in which data is processed. Chunk processing is not supported for PARQUET, FEATHER, ORC and SPSS formats, for which chunksize will be ignoredno
number_of_processesThe number of processes to use. If 1, multiprocessing is disabledno
logging_levelSets the level of the log messages to showno
logging_fileIf not provided, log messages will be redirected to stdout. If a file path is provided, log messages will be written to fileno
namedescription
runTells the pipeline if morph-kgc needs to be executed