Closed morarucostel closed 2 years ago
Hey @morarucostel thanks for the issue. Its not currently tagged to a release but do see it included in a loader change
Should this have been reviewed before being included in the same loader change as the HTTP Task Template changes?
cc: @morarucostel @amhudson
Hey @tlawrie , yes, it should have been reviewed before being included. That is my fault, I jumped the gun there.
We can either revert it or review it part of this issue.
The task is using the mongosh
image from mongodb and the UI is configured like this:
Hi @morarucostel this is a good addition. Its great new tasks are being generated. Not a problem, we should probably devise a process for new tasks and a +1 or +2. We havent really ever had a process for it.
W.r.t to this task, few comments
e.g. example query
@tlawrie points 2 and 3 are solved (attached as images below) Regarding point 1, documenting the dependent images, do you think we can stick them in 3.6.1 release docs?
@tlawrie also exposed, as configurable, the auth method so now the task can be used to connect to both internal in k8s hosted mongodb instance as well as external Azure hosted instance. The current configuration is:
@tlawrie also updated the Architecture - Application - Components documentation with the dependency on the MongoDB shell docker image. It made sense to add the information under the already existing external dependency column of the TaskWorker.
Is it OK to tag it against 3.6.1 version? The task template and documentation are already done.
Is your request related to a problem? Please describe. The business needs an easy way to access data from a mongodb instance in order to perform additional analysis.
Describe the solution you'd like A workflow task capable of connecting to a mongodb instance and run a query. The output of the query must be accessible as a file at the end of the task execution.
Describe the benefits or justification for this request Increases the capability of the platform and opens the door to access the data without any prior transformation, allowing the transformation to be done post retrieval, in the flow.
Additional context NA