in datasets/city_health_dashboard/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,
target_gcs_bucket: str,
target_gcs_path: str,
schema_path: str,
drop_dest_table: str,
truncate_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,
output_csv_headers: typing.List[str],
table_description: str,
pipeline_name: str,
file_name_prefix: str,