in datasets/cloud_storage_geo_index/pipelines/_images/run_csv_transform_kub/csv_transform.py [0:0]
def execute_pipeline(
source_url: str,
source_zipfile: pathlib.Path,
source_file: pathlib.Path,
target_file: pathlib.Path,
chunksize: str,
project_id: str,
dataset_id: str,
destination_table: str,
target_gcs_bucket: str,
target_gcs_path: str,
schema_path: str,
drop_dest_table: str,
input_field_delimiter: str,
remove_source_file: str,
delete_target_file: str,
input_csv_headers: typing.List[str],
data_dtypes: dict,
rename_headers_list: dict,
reorder_headers_list: typing.List[str],
table_description: str,
table_clustering_field_list: typing.List[str],
table_partition_field: str,
table_partition_field_type: str,