df_check_import_source
Validates an import source in a dry run, returning validity status, errors, warnings, and element counts to confirm readiness before import.
Instructions
Dry run: validate an import source without writing anything. Returns valid, errors[], warnings[] and element counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | ||
| branch | No | ||
| file_path | No | Local .dfexport.zip path (on-premises only) | |
| project_id | Yes | DataForge project id | |
| version_id | Yes | Project version id | |
| commit_hash | No | ||
| source_type | No | ||
| connection_id | No | ||
| authentication | No | Git credentials, sent over TLS. Never logged, never returned. | |
| repository_url | No | ||
| encryption_password | No |