def main()

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


def main(
    source_url: dict,
    source_file: str,
    project_id: str,
    dataset_id: str,
    table_id: str,
    load_start_date_floor: str,
    required_cols: typing.List[str],
    rename_mappings: dict,
    date_cols: typing.List[str],
    integer_cols: typing.List[str],
    float_cols: typing.List[str],
    string_cols: typing.List[str],
    output_file: str,
    data_dtypes: dict,
    output_csv_headers: typing.List[str],
    gcs_bucket: str,
    target_gcs_path: str,
    schema_path: str,
    # page_refresh_dummy_element: str,
    pipeline: str,