def main()

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


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