def bq_dynamic_query_exec_output()

in python/pipelines/components/bigquery/component.py [0:0]


def bq_dynamic_query_exec_output(
    location: str,
    project_id: str,
    dataset: str,
    create_table: str,
    mds_project_id: str,
    mds_dataset: str,
    date_start: str,
    date_end: str,
    reg_expression: str,
    destination_table: Output[Dataset],
    perc_keep: int = 35,