feat(workforce): add ClickHouse workforce analytics contour
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
fn main() {
|
||||
let code = match aw_workforce_ingest::run_from_args() {
|
||||
Ok(()) => 0,
|
||||
Err(err) => {
|
||||
eprintln!("{err:#}");
|
||||
1
|
||||
}
|
||||
};
|
||||
std::process::exit(code);
|
||||
}
|
||||
Reference in New Issue
Block a user