On line 26 in ahcore/cli/data.py there is an error where manifest_fn = args.manifest_fn. However, this doesn't exist in the argparser. This should be args.manifest_uri. Also it is unclear in the argparser help that this uri should start with sqlite:///database_path
On line 26 in ahcore/cli/data.py there is an error where
manifest_fn = args.manifest_fn. However, this doesn't exist in the argparser. This should beargs.manifest_uri. Also it is unclear in the argparser help that this uri should start withsqlite:///database_path