Get a dataset_id from a dataset_name. If duplicated name, the first dataset_id that match it is retrieved.
get_dataset_id_from_name(project_id, dataset_name)
id of the project, can be obtained with get_projects().
name of the dataset we are searching its id from. Can be obtained with get_datasets().
character - id of the dataset if found.