--select, -s | Select specific sources or loaders by name |
--exclude | Exclude specific sources or loaders |
--reload | Pass is_reload=True to loader functions |
--concurrency | Number of worker connections (default: from settings or 1) |
--start-cursor-ts | Override start cursor for timestamp-based loaders (ISO format) |
--end-cursor-ts | Override end cursor for timestamp-based loaders (ISO format) |
--start-cursor-int | Override start cursor for integer-based loaders |
--end-cursor-int | Override end cursor for integer-based loaders |
--json | Output results as JSON |
--json-output | Write JSON results to a file path |
--var | Set project variables (--var key=value) |