def execute_pipeline()

in datasets/census_bureau_acs/pipelines/_images/run_csv_transform_kub/csv_transform.py [0:0]


def execute_pipeline(
    source_file: str,
    chunksize: str,
    report_level: str,
    year_report: str,
    api_naming_convention: str,
    source_url: str,
    data_dtypes: dict,
    rename_mappings_list: dict,
    geography: str,
    concat_col_list: typing.List[str],
    input_csv_headers: typing.List[str],
    output_csv_headers: typing.List[str],
    target_file: str,
    target_gcs_bucket: str,
    target_gcs_path: str,
    project_id: str,
    dataset_id: str,
    destination_table: str,
    schema_path: str,