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
The flow example of type: "io.kestra.plugin.mongodb.Bulk"mentioned in this page uses an input file in this line: from: "{{ inputs.file }}"
But it is not clear exactly what this file should contain. It is unclear as to how to represent the operations and the command in this file. Without this information, I am unable to run this exanmple.
Note: The other MongoDB commands where input file is required is a json file containing the documents. But this one is a special case as we also need to put in the operation details along with the document.
Expected Behavior
Successfully running the example given here: https://kestra.io/plugins/tasks/io.kestra.plugin.mongodb.Bulk
Actual Behaviour
The flow example of type: "io.kestra.plugin.mongodb.Bulk"mentioned in this page uses an input file in this line:
from: "{{ inputs.file }}"
But it is not clear exactly what this file should contain. It is unclear as to how to represent the operations and the command in this file. Without this information, I am unable to run this exanmple.
Note: The other MongoDB commands where input file is required is a json file containing the documents. But this one is a special case as we also need to put in the operation details along with the document.
Steps To Reproduce
Trying to run the flow example:
Environment Information
Example flow
The text was updated successfully, but these errors were encountered: