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
When given a dataset to process, access the information using dasgoclient instead of manually entering it.
importjsonimportcommandsdasgo=commands.getoutput('dasgoclient -query="dataset=/.../" -json') # returns a stringdasgo_dict=json.loads(dasgo)
# get information (primary dataset name, MC/Data) from dasgo_dict
The text was updated successfully, but these errors were encountered:
When given a dataset to process, access the information using dasgoclient instead of manually entering it.
The text was updated successfully, but these errors were encountered: