actions-marketplace-validations/github-action-morphkgc
runs morph-kgc automatically whenever the source data or mappings are added/modified
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| output_dir | The output directory for morph-kgc | no | — |
| output_file | File to write the results to. If it is empty (no value) then an independent output file is generated for each group of the mapping partition | no | — |
| output_format | RDF serialization to use for output results | no | — |
| clean_output_dir | Remove everything from output_dir before starting with the materialization | no | — |
| only_printable_characters | Remove those characters in the generated RDF that are not printable | no | — |
| safe_percent_encoding | Set of ASCII characters that should not be percent-encoded. All characters are encoded by default | no | — |
| na_filter | If specified, the values from the option na_values will be interpreted as NULL | no | — |
| na_values | Set of values to be interpreted as NULL when retrieving data from the input sources. The valid values are a list of values separated by commas | no | — |
| mapping_partition | Mapping partitioning algorithm to use. Mapping partitioning can also be disabled | no | — |
| chunksize | Size 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 ignored | no | — |
| number_of_processes | The number of processes to use. If 1, multiprocessing is disabled | no | — |
| logging_level | Sets the level of the log messages to show | no | — |
| logging_file | If not provided, log messages will be redirected to stdout. If a file path is provided, log messages will be written to file | no | — |
Outputs
| name | description |
|---|---|
| run | Tells the pipeline if morph-kgc needs to be executed |