Hi, is it possible to use `.configured` on an `op`...
# ask-community
i
Hi, is it possible to use
.configured
on an
op
in a job definition?
Probably found the correct way of doing it.
Copy code
op = run_query.configured({'query': 'select 1;'}, name='get_ids')
    op()
s
Yup!