Get a datasource_id from a datasource_name If duplicated name, the first datasource_id that match it is retrieved
get_datasource_id_from_name(project_id, datasource_name)
id of the project, can be obtained with get_projects().
name of the datasource we are searching its id from. Can be obtained with get_datasources().
character - id of the datasource if found.