Currently it is not possible to associate a newly created variable with a keyword. But this connection between variables and defined keywords is essential to find variables later, so we need to add this functionality to metacatalog.
api.add_variable(session, name, symbol, keyword), where keyword can be the keyword_id or the full_path.
On the V4W(server) database there are currently also some variables added by upload scripts without keyword linking, where possible I would add keyword ids manually.
Currently it is not possible to associate a newly created variable with a keyword. But this connection between variables and defined keywords is essential to find variables later, so we need to add this functionality to metacatalog.
api.add_variable(session, name, symbol, keyword)
, where keyword can be thekeyword_id
or thefull_path
.On the V4W(server) database there are currently also some variables added by upload scripts without keyword linking, where possible I would add keyword ids manually.