> For the complete documentation index, see [llms.txt](https://docs.paradime.io/app-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.paradime.io/app-help/documentation/settings/connections/optional-connection-attributes.md).

# Optional connection attributes

Optional connection attributes allow users to set a flexible profiles.yml snippet in their Paradime Connection settings.

This feature provides users with more control over data warehouse connections (both Code IDE and Scheduler) and extends how Paradime connects to the data warehouse within a given environment. You can set any YAML attributes that a dbt™️ adapter accepts in its `profiles.yml`.

The following is an example of the types of attributes you can add in the **Optional connection attributes** text box:

```yaml
priority: interactive
job_creation_timeout_seconds: 30
job_execution_timeout_seconds: 600
job_retries: 5
job_retry_deadline_seconds: 1200
```

<figure><img src="/files/VTUvmnJkLpxSHhZOPZUY" alt=""><figcaption></figcaption></figure>

## How to configure optional connection attributes?

Optional connection attributes in Paradime can be set up at three different stages:

1. During initial connection setup: When you're first establishing a connection to your data warehouse during onboarding, you'll have the option to configure optional attributes.
2. In connection settings: At any time, you can access your connection settings to add, modify, or remove optional attributes.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.paradime.io/app-help/documentation/settings/connections/optional-connection-attributes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
