mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-07 13:07:22 +00:00
* 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>
12 lines
192 B
JSON
12 lines
192 B
JSON
[
|
|
{
|
|
"relname": "test1",
|
|
"nspname": "public",
|
|
"database": "pgspider"
|
|
},
|
|
{
|
|
"relname": "test2",
|
|
"nspname": "public",
|
|
"database": "pgspider"
|
|
}
|
|
] |