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
Source Connector and version: Custom - low code connector
Step where error happened: Python / Read
Current Behavior
I have setup a low code connector following instructions in our docs. I then attempt to make use of the AddFields tranformation functionality but the "path" appears to be taken from the wrong field -- looks like it is trying to use the $options.path value rather than the path defined within the transformations.
I would expect a new field called some_new_path to be added but it looks like the path that is used for creating the new field is taken from the URL path instead.
Steps to Reproduce
Follow the lowcode tutorial
Add additional Yaml to try to add a new field
Are you willing to submit a PR?
Possibly, but not likely as I am not totally sure how this code works.
The text was updated successfully, but these errors were encountered:
Environment
Current Behavior
I have setup a low code connector following instructions in our docs. I then attempt to make use of the AddFields tranformation functionality but the "path" appears to be taken from the wrong field -- looks like it is trying to use the $options.path value rather than the path defined within the transformations.
My lowcode.yaml file looks as follows:
And the output is :
Expected Behavior
I would expect a new field called
some_new_path
to be added but it looks like thepath
that is used for creating the new field is taken from the URL path instead.Steps to Reproduce
Are you willing to submit a PR?
Possibly, but not likely as I am not totally sure how this code works.
The text was updated successfully, but these errors were encountered: