mara / mara-pipelines

A lightweight opinionated ETL framework, halfway between plain scripts and Apache Airflow
MIT License
2.08k stars 102 forks source link

add SQLServerDB support for ReadFile #48

Closed ghost closed 4 years ago

ghost commented 4 years ago

This PR adds SQL Server support for command ReadFile.

This is done by using the bcp command, officially supported from Microsoft for Linux and Mac via the mssql-tools.