feat(users/flokli/archeology): show clickhouse-local progress
This behaviour might change (or not), see https://github.com/ClickHouse/ ClickHouse/pull/42003, but as of now, a `--progress` will provide some progress. Change-Id: I4891b6e2f96f2656858e71f88a226d24f0d45dc3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10005 Reviewed-by: raitobezarius <tvl@lahfa.xyz> Tested-by: BuildkiteCI
This commit is contained in:
		
							parent
							
								
									314d1facd4
								
							
						
					
					
						commit
						7075aacc9c
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -13,7 +13,8 @@ fn main() -> ExitCode {
 | 
				
			||||||
    let output_file = &args[2];
 | 
					    let output_file = &args[2];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    let mut cmd = Command::new("clickhouse-local");
 | 
					    let mut cmd = Command::new("clickhouse-local");
 | 
				
			||||||
    cmd.arg("-q")
 | 
					    cmd.arg("--progress")
 | 
				
			||||||
 | 
					        .arg("-q")
 | 
				
			||||||
        .arg(format!(r#"SELECT
 | 
					        .arg(format!(r#"SELECT
 | 
				
			||||||
        key,
 | 
					        key,
 | 
				
			||||||
        toInt64(nullif(http_status, '-')) AS http_status,
 | 
					        toInt64(nullif(http_status, '-')) AS http_status,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue