
Validate table_list structure for database commit
Source:R/pl-commit-record.R
validate_table_list.RdChecks that a table_list from [build_artwork_record()] has all required elements with correct types for [artutils::add_artwork()].
Value
List with validation results: - valid: Logical. TRUE if all checks pass. - errors: Character vector of error messages (empty if valid). - summary: Named list with element counts and types.
Details
This is a dry-run validation that does NOT touch the database. Use this to verify table_list structure before calling [commit_artwork()].
See also
Other pipeline functions:
build-record,
commit_artwork(),
createArtworkHash,
create_gallery_images(),
frame-analytics,
frame-metrics,
render_certificate()