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

Fix error when trying create postgresql table with varchar(max) column

washolive opened this issue · comments

When db_to_db_operator automatically tries to create postgresql table "if not exists", raises 'SQL Error [42601]: ERROR: syntax error at or near "MAX"'.