gabfl / bigquery_fdw

BigQuery Foreign Data Wrapper for PostgreSQL
MIT License
90 stars 15 forks source link

Add support for PostGIS data types #31

Open gabfl opened 2 years ago

gabfl commented 2 years ago

Add support for PostgreSQL's PostGIS geometry and geography data types, both mapped to BigQuery's GEOGRAPHY datatypes

codecov[bot] commented 2 years ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (ae2f347) 100.00% compared to head (11f375e) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #31 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 3 3 Lines 239 238 -1 ========================================= - Hits 239 238 -1 ``` | [Impacted Files](https://app.codecov.io/gh/gabfl/bigquery_fdw/pull/31?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Gabriel+Bordeaux) | Coverage Δ | | |---|---|---| | [src/fdw.py](https://app.codecov.io/gh/gabfl/bigquery_fdw/pull/31?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Gabriel+Bordeaux#diff-c3JjL2Zkdy5weQ==) | `100.00% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

gabfl commented 2 years ago

Resolves https://github.com/gabfl/bigquery_fdw/issues/30