title: "SHOW SUBSOURCES"
description: "SHOW SUBSOURCES
returns the subsources in the current schema."
menu:
main:
parent: commands
SHOW SUBSOURCES
returns the subsources in the current schema.
SHOW SUBSOURCES [ FROM <schema_name> | ON <source_name> ]
Option | Description |
---|---|
FROM | If specified, only show subsources from the specified schema. Defaults to first resolvable schema in the search path. |
ON | If specified, only show subsources on the specified source. |
Field | Meaning |
---|---|
name | The name of the subsource. |
type | The type of the subsource: subsource or progress . |
SHOW SOURCES;
name
----------
postgres
kafka
SHOW SUBSOURCES ON pg;
name | type
--------------------+-----------
postgres_progress | progress
table1_in_postgres | subsource
table2_in_postgres | subsource
SHOW SUBSOURCES ON kafka;
name | typef
--------------------+----------
kafka_progress | progress