curl --request POST \
--url http://api/v1/org/projects \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"type": "DEFAULT",
"pinnedListUuid": "<string>",
"dbtConnection": {
"type": "dbt",
"target": "<string>",
"environment": [
{
"value": "<string>",
"key": "<string>"
}
],
"selector": "<string>",
"profiles_dir": "<string>",
"project_dir": "<string>"
},
"upstreamProjectUuid": "<string>",
"dbtVersion": "v1.4",
"copyWarehouseConnectionFromUpstreamProject": true,
"tableConfiguration": "prod",
"copyContent": true,
"warehouseConnection": {
"sshTunnelPrivateKey": "<string>",
"sshTunnelPublicKey": "<string>",
"sshTunnelUser": "<string>",
"sshTunnelPort": 123,
"sshTunnelHost": "<string>",
"useSshTunnel": true,
"timeoutSeconds": 123,
"startOfWeek": 0,
"ra3Node": true,
"sslmode": "<string>",
"keepalivesIdle": 123,
"threads": 123,
"schema": "<string>",
"dbname": "<string>",
"port": 123,
"requireUserCredentials": true,
"password": "<string>",
"user": "<string>",
"host": "<string>",
"type": "redshift"
}
}
'