mirror of
https://github.com/Kaelio/ktx.git
synced 2026-07-13 11:22:11 +02:00
docs(context): add ingest identifier verification protocol
This commit is contained in:
parent
0590e0b097
commit
62366ae032
15 changed files with 350 additions and 8 deletions
|
|
@ -90,7 +90,7 @@ export async function validateSingleSource(
|
|||
`writing it as-is drops the manifest's columns and joins. ` +
|
||||
`Remove "sql:", "table:", "grain:", "columns:", and "joins:" and keep only ` +
|
||||
`"name:" plus "measures:"/"segments:"/"description:" to write an overlay ` +
|
||||
`that inherits the manifest schema. Call sl_describe_table to see it first.`,
|
||||
`that inherits the manifest schema. Call sl_read_source to inspect the existing source first.`,
|
||||
);
|
||||
return { errors, warnings };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue