get_rucio_client#

coffea.dataset_tools.rucio_utils.get_rucio_client(proxy=None) Client[source]#

Open a client to the CMS rucio server using x509 proxy.

Parameters:

proxy (str, optional) – Use the provided proxy file if given, if not use voms-proxy-info to get the current active one.

Returns:

Rucio client connected with the resolved proxy credentials.

Return type:

Client