The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user dclandau (triggered by eladkal).

Head commit for run:
11fd33f4cbaf983b6f23853668efefb042639ef8 / dclandau <[email protected]>
Fix PostgresToGCSOperat bool dtype

When converting postgres boolean data type it was defaulting to the
parquet parquet.string() data type. Pyarrow would then raise an error
when attempting to convert the boolean data type into its string.

Changing the PostgresToGCSOperator class map `data_type` to convert
postgres boolean type to bigquery `BOOL` data type which then maps to
the parquet `pa.bool_()` data type when `_convert_parquet_schema` is
called.

Report URL: https://github.com/apache/airflow/actions/runs/2783053043

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to