Azure DevOps

You must use the git@... or ssh:... version of your git URL, not the https://... version. Paradime uses the SSH protocol to clone repositories, so Paradime will be unable to clone repos supplied with the HTTP protocol.

To add a deploy key to an Azure DevOps account, navigate to the SSH public keys page in the User Settings of your user's Azure DevOps account or a service user's account.

We recommend using a dedicated service user in Azure DevOps to ensure that Paradime connection is not interrupted by changes to user permissions.

Click the + New Key button to add a new SSH key for the repository. Enter the SSH key generated by Paradime and click hte Save button. After adding this key, Paradime will be able to read and write files in your dbt™️ project.

Last updated