SHOW CREATE SOURCE
SHOW CREATE SOURCE
returns the URL used to create the source.
Syntax
Field | Use |
---|---|
source_name | The source you want use. You can find available source names through SHOW SOURCES . |
Details
You can determine a source’s type by the Source URL address prefix.
Prefix | Type |
---|---|
kafka:// |
Streaming |
file:// |
File |
Examples
SHOW CREATE SOURCE my_source;
Source | Source URL
-------------+--------------------------
my_source | file:///file-source.csv