Metis ยท Software Engineer โ Ingest Profiling Output
ingest_profiling_outputReads JSON profiling output to register or update a data dictionary for a dataset, associating it with a project.
Instructions
Read JSON profiling output and register it as a data dictionary.
The user runs the profiling script locally (generated by
generate_profiling_script), which produces a JSON file. This tool
reads that JSON and calls register_data_dictionary logic to insert/replace
the variable definitions.
Args:
json_path: Absolute path to the profiling JSON output file.
dataset_name: Override the dataset name (default: read from JSON).
project_id: Project to associate the dictionary with.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json_path | Yes | ||
| project_id | No | ||
| dataset_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |