You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to use {{ options['function'] }} in the request_parameters, the parameter is not included in the request, despite the option being present for the stream.
Expected Behavior
The function request parameter should be in the API call made.
Logs
Logs for py main.py check --config secrets/config.json --debug
maybe @girarda or @sherifnada can help me out.
My guess is that the check command does not use options from a single stream. It has to be able to work only off of config params.
Environment
Current Behavior
When trying to use
{{ options['function'] }}
in therequest_parameters
, the parameter is not included in the request, despite the option being present for the stream.Expected Behavior
The
function
request parameter should be in the API call made.Logs
Logs for
py main.py check --config secrets/config.json --debug
Steps to Reproduce
alpha-vantage
spec.yaml
alpha_vantage.yaml
py main.py check --config secrets/config.json --debug
Are you willing to submit a PR?
Not currently.
The text was updated successfully, but these errors were encountered: