Similar to https://github.com/PrefectHQ/prefect/issues/1022 - A task for executing a query against an MSSQL database (and one that executes & returns fetched results).
Most likely similar to https://github.com/PrefectHQ/prefect/blob/master/src/prefect/tasks/postgres/postgres.py - using pyodbc.
I will create such a task. A very similar task has also been added recently, but allowing the prefect to work with the MySQL database, it should also go quite smoothly. :)
Great @pcieslinski ! You might also be interested in the task library contributing guide here for some tips: https://coda.io/@laura-lorenz/contributing-to-the-task-library
I would like to start working on this one.
@lonnv Unfortunately, due to lack of time, I didn't create this Task, so I invite you to contribute. :)
Most helpful comment
I would like to start working on this one.