dpguthrie / dbtc

39 stars 12 forks source link

Create method to aggregate run_results #58

Closed dpguthrie closed 7 months ago

dpguthrie commented 1 year ago

Add a method to the _AdminClient that aggregates the run_results from each step within a job. Will use the get_run and get_run_artifact methods under the hood.

def aggregate_run_results(account_id: int, run_id: int):
    ...
dpguthrie commented 7 months ago

No longer necessary