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

Empty QA dataframe breaks in `GeoPointDataCleaner` in patchwork

augusto-herrmann opened this issue · comments

When the QA dataframe in the GeoPointDataCleaner class is empty, it propagates an error because it will generate a data patch file with nans for primary keys.

The empty QA dataframe cases must be handled correctly and do not generate a data patch file.