gestaogovbr / FastETL

Airflow plugins for implementing data pipelines. | Plugins do Airflow para implementação de pipelines de dados.

Home Page:https://pypi.org/project/apache-airflow-providers-fastetl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adjust create_table function for Teiid sources.

edulauer opened this issue · comments

Adjust function create_table_if_not_exists for Teiid (Quartzo) sources. By now this function only works when the source connection provider of the database is PostgreSQL or SQL Server. This improvement will require a datatype mapping dictionary considering the destination sources can be both SQL Server or Postgres.

Included in PR #168