Skip to content

Conversation

ArturU043
Copy link
Collaborator

Adding new input types to get_structure and related test
Users can now input ServiceX DataSetIdentifiers like:

from servicex import dataset 
from servicex_analysis_utils import get_structure
ds1 = dataset.Rucio("space:did")
ds2 = dataset.CERNOpenData("cernopendata:12345")
dict= {"private" : ds1, "public": ds2}

get_strucre(dict)

This solves #18 #9

@ArturU043 ArturU043 requested a review from gordonwatts August 26, 2025 14:52
@ArturU043 ArturU043 self-assigned this Aug 26, 2025
@ArturU043 ArturU043 added the enhancement New feature or request label Aug 26, 2025
@ArturU043 ArturU043 merged commit 1cafec3 into main Sep 2, 2025
4 checks passed
@ArturU043 ArturU043 deleted the feat/18-ds-input-file-peeking branch September 15, 2025 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant