OpenMetadata/ingestion/tests/unit/resources/datasets/pgspider_child_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

15 lines
197 B
JSON

[
[
{
"relname": "test1__post_svr__0"
},
{
"relname": "test1__post_svr__1"
}
],
[
{
"relname": "test2__post_svr__0"
}
]
]