SQL Command ReferenceDESCRIBE SOURCEOn this pageDESCRIBE SOURCE Description Show the configurations and details for a specified Source. Note that the SQL statement does not end with ; Syntax DESCRIBE SOURCE `<name>` Sample response Examples DESCRIBE SOURCE `my_source` Required parameters <name>: Specify the name of the Source to describe.