fix: remove usage of anon_clientid and migrate to DEFAULT_USER (#1805)

This commit is contained in:
Sarah Wooders
2024-09-30 17:56:28 -07:00
committed by GitHub
parent e4cfefe993
commit 9f9e967c8b
4 changed files with 3 additions and 78 deletions

View File

@@ -464,7 +464,6 @@ def run(
# read user id from config
ms = MetadataStore(config)
client = create_client()
client.user_id
# determine agent to use, if not provided
if not yes and not agent: