pub async fn preview(
cfg: &PipelineConfig,
auth: &AuthCatalog,
limit: usize,
) -> CliResult<()>Expand description
Preview topology mode: build each source node and print the first
limit records per source to stdout as JSON Lines.
pub async fn preview(
cfg: &PipelineConfig,
auth: &AuthCatalog,
limit: usize,
) -> CliResult<()>Preview topology mode: build each source node and print the first
limit records per source to stdout as JSON Lines.