Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support PostGIS and Enum data types #427

Closed
iskakaushik opened this issue Sep 26, 2023 · 5 comments
Closed

Support PostGIS and Enum data types #427

iskakaushik opened this issue Sep 26, 2023 · 5 comments
Assignees

Comments

@iskakaushik
Copy link
Contributor

iskakaushik commented Sep 26, 2023

Enums

PG -> PG

  • If enum exists and cardinality matches - use the enum type
  • Else store as VARCHAR

PG -> SF/BQ

  • Store as VARCHAR

Geospatial

@iskakaushik iskakaushik added this to the oct-2 to oct-13 milestone Sep 26, 2023
@iskakaushik iskakaushik self-assigned this Sep 26, 2023
@iskakaushik
Copy link
Contributor Author

also support HSTORE

@iskakaushik
Copy link
Contributor Author

@Amogh-Bharadwaj can you split this issue into 3 parts:

  1. Enum
  2. PostGIS
  3. HSTORE

and close the ones that are actually complete.

@Amogh-Bharadwaj
Copy link
Contributor

Split this issue into 4 and marked 1 as completed

@serprex
Copy link
Contributor

serprex commented Nov 13, 2023

Issues: #563 #564 #565 #566

@Amogh-Bharadwaj
Copy link
Contributor

Geospatial support for BigQuery:
#963

Geospatial support for Snowflake:
#516

HStore and Geospatial support for PostgreSQL:
#1091

Enum tests:
#1025

HStore for Snowflake:
#1047

HStore for BigQuery:
#995

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants