orchestrate tools import
command with the --app-id
argument to associate your connection with a tool.
key_value
connections are not supported by OpenAPI tools.
my_app_id1
, importing this way means that your connection is named my_app_id1
and that your Python tool is looking for my_app_id1
. In cases where you need the connection to have a different app id than what the Python tools uses you can use the second style of app id. In the above example, we can see my_python_app_id=my_app_id2
this will be accessible in the Python tool as my_python_app_id
:
my_app_id2
: