You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's very useful to have type hints when composing a ServiceX spec in python. Type hints are nicely shown for all fields (such as Sample, dataset) but not for query as attached.
The text was updated successfully, but these errors were encountered:
So I'm considering a hybrid system here, where within the servicex frontend we directly import the classes into servicex.query and then the plugin system only works for external packages. Maybe not optimal but would work I think.
It's very useful to have type hints when composing a ServiceX spec in python. Type hints are nicely shown for all fields (such as
Sample
,dataset
) but not forquery
as attached.The text was updated successfully, but these errors were encountered: