def run_command()

in distributed_nhc/export_nhc_result_to_kusto.py [0:0]


def run_command(cmd):
    result = subprocess.run(cmd, capture_output=True, shell=True, text=True)
    return result.stdout.strip()