We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
servicex cache list
This is using the servicex.yaml file that is directly downloaded from the servicex dashboard at the UChicago AF.
servicex.yaml
PS C:\Users\gordo\Code\iris-hep\idap-200gbps-atlas> servicex cache list ╭─────────────────────────────── Traceback (most recent call last) ────────────────────────────────╮ │ c:\Users\gordo\Code\iris-hep\idap-200gbps-atlas\.venv\lib\site-packages\servicex\app\cache.py:53 │ │ in list │ │ │ │ 50 │ """ │ │ 51 │ List the cached queries │ │ 52 │ """ │ │ ❱ 53 │ sx = ServiceXClient() │ │ 54 │ cache = sx.query_cache │ │ 55 │ table = Table(title="Cached Queries") │ │ 56 │ table.add_column("Title") │ │ │ │ c:\Users\gordo\Code\iris-hep\idap-200gbps-atlas\.venv\lib\site-packages\servicex\servicex_client │ │ .py:141 in __init__ │ │ │ │ 138 │ │ │ backend = self.config.default_endpoint │ │ 139 │ │ │ │ 140 │ │ if bool(url) == bool(backend): │ │ ❱ 141 │ │ │ raise ValueError("Only specify backend or url... not both") │ │ 142 │ │ │ │ 143 │ │ if url: │ │ 144 │ │ │ self.servicex = ServiceXAdapter(url) │ │ │ │ ╭─────────────────────────────────────── locals ───────────────────────────────────────╮ │ │ │ backend = None │ │ │ │ config_path = None │ │ │ │ self = <servicex.servicex_client.ServiceXClient object at 0x0000029293AE62C0> │ │ │ │ url = None │ │ │ ╰──────────────────────────────────────────────────────────────────────────────────────╯ │ ╰──────────────────────────────────────────────────────────────────────────────────────────────────╯ ValueError: Only specify backend or url... not both
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is using the
servicex.yaml
file that is directly downloaded from the servicex dashboard at the UChicago AF.The text was updated successfully, but these errors were encountered: