Drop `.service._ahab` from storage cli runtime mods
parent
0068119a6d
commit
c3f8b089be
|
@ -77,7 +77,6 @@ def ls(
|
||||||
async with (
|
async with (
|
||||||
open_piker_runtime(
|
open_piker_runtime(
|
||||||
'tsdb_storage',
|
'tsdb_storage',
|
||||||
enable_modules=['piker.service._ahab'],
|
|
||||||
),
|
),
|
||||||
):
|
):
|
||||||
for i, backend in enumerate(backends):
|
for i, backend in enumerate(backends):
|
||||||
|
@ -121,7 +120,6 @@ def delete(
|
||||||
async with (
|
async with (
|
||||||
open_piker_runtime(
|
open_piker_runtime(
|
||||||
'tsdb_storage',
|
'tsdb_storage',
|
||||||
enable_modules=['piker.service._ahab']
|
|
||||||
),
|
),
|
||||||
open_storage_client(backend) as (_, client),
|
open_storage_client(backend) as (_, client),
|
||||||
trio.open_nursery() as n,
|
trio.open_nursery() as n,
|
||||||
|
@ -149,7 +147,6 @@ def anal(
|
||||||
async with (
|
async with (
|
||||||
open_piker_runtime(
|
open_piker_runtime(
|
||||||
'tsdb_polars_anal',
|
'tsdb_polars_anal',
|
||||||
# enable_modules=['piker.service._ahab']
|
|
||||||
debug_mode=True,
|
debug_mode=True,
|
||||||
),
|
),
|
||||||
open_storage_client() as (mod, client),
|
open_storage_client() as (mod, client),
|
||||||
|
|
Loading…
Reference in New Issue