Prefect: Mssql Tasks

Created on 13 Feb 2020  路  4Comments  路  Source: PrefectHQ/prefect

Use Case

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).

Solution

Most likely similar to https://github.com/PrefectHQ/prefect/blob/master/src/prefect/tasks/postgres/postgres.py - using pyodbc.

feature request good first issue hacktoberfest task library

Most helpful comment

I would like to start working on this one.

All 4 comments

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. :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jameslamb picture jameslamb  路  3Comments

WilliamBurdett picture WilliamBurdett  路  3Comments

ponggung picture ponggung  路  3Comments

orcaman picture orcaman  路  3Comments

GZangl picture GZangl  路  3Comments