以下のようにSQLの中にjinjaで設定値を書くことができます。
{{
	config(
		name="test",
		description="this is test sql statement",
		connection="your_connection_slug",
	)
}}

select 1 as test

Parameters

name
string
default:"SQLファイル名"
処理名, 他のファイルから呼び出す時のエイリアスとしても使える。
description
string
処理の説明を記述できる
connection
string
default:"morph_project.ymlで設定したdefault_connection"
画面で登録したbuiltin以外のconnectionの向き先 (optional)※ 指定をしない場合はbuilt-in postgresqlに設定されます。