OpenMetadata/ingestion/tests/unit/resources/datasets/pgspider_multi_tenant_tables.json
Megumi AIKAWA 9aede5e821
Fixes 11924 : Add pgspider support (#12159)
* Add PGSpider service connector

* add sqlalchemy-pgspider to setup.py

* Delete unnecessary code and move files.

* Change to work as a Postgres connector sub-module

* Rebuild PGSpiderLineage class into a set of funcs

---------

Co-authored-by: Pham Ngoc Son <son1.phamngoc@toshiba.co.jp>
2023-07-05 09:18:59 +02:00

12 lines
192 B
JSON

[
{
"relname": "test1",
"nspname": "public",
"database": "pgspider"
},
{
"relname": "test2",
"nspname": "public",
"database": "pgspider"
}
]