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 creating a new pipeline using the REST Input stage, attempting to run the pipeline or use the generated python code results in a 'data' is not defined error.
This appears to be a result of the fact that the data frame that's established uses a hardcoded variable name instead of the ${outputName}_data that is actually initialized by reading in the json.
When creating a new pipeline using the
REST Input
stage, attempting to run the pipeline or use the generated python code results in a'data' is not defined
error.This appears to be a result of the fact that the data frame that's established uses a hardcoded variable name instead of the
${outputName}_data
that is actually initialized by reading in the json.I believe that the bug is present in both
if
blocks here: https://github.com/amphi-ai/amphi-etl/blob/main/jupyterlab-amphi/packages/pipeline-components-core/src/components/inputs/cloud/RestInput.tsx#L72Steps to reproduce:
Rest Input
step, and add any REST URL as the URLThe text was updated successfully, but these errors were encountered: