{{ $connector := .Get "connector" }} {{ $envelopes := split ( .Get "envelopes" ) " " }} Field | Use ------|----- _src_name_ | The name for the source, which is used as its table name within SQL. _col_name_ | Override default column name with the provided [identifier](../../identifiers). If used, a _col_name_ must be provided for each column in the created source. **IN CLUSTER** _cluster_name_ | The [cluster](/sql/create-cluster) to maintain this source. {{ partial (printf "create-source/connector/%s/syntax" $connector ) . -}} {{ range $envelopes }}{{ partial (printf "create-source/envelope/%s/syntax" .) . }}{{ end -}} **EXPOSE PROGRESS AS** _progress_subsource_name_ | The name of the progress subsource for the source. If this is not specified, the subsource will be named `_progress`. For more information, see [Monitoring source progress](#monitoring-source-progress). **WITH (** _option_list_ **)** | Options affecting source creation. For all available options, see [`with_options`](#with_options).