servicenow.get Action giving Deprecation warning while fetching Incidents from ServiceNow for using the 'query'.
Full stderr Message:
/opt/stackstorm/virtualenvs/servicenow/lib/python3.8/site-packages/pysnow/client.py:119: DeprecationWarning: query
is deprecated and will be removed in a future release. Please use resource()
instead.\n warnings.warn("%s
is deprecated and will be removed in a future release. "\n/opt/stackstorm/virtualenvs/servicenow/lib/python3.8/site-packages/pysnow/legacy_request.py:99: DeprecationWarning: get_all() is deprecated, please use get_multiple() instead\n warnings.warn("get_all() is deprecated, please use get_multiple() instead", DeprecationWarning)\n