![]() |
VOOZH | about |
The CData JDBC Driver for Azure DevOps enables you to use the data transformation components in CloverDX (formerly CloverETL) to work with Azure DevOps as sources. In this article, you will use the JDBC Driver for Azure DevOps to set up a simple transfer into a flat file. The CData JDBC Driver for Azure DevOps enables you to use the data transformation components in CloverDX (formerly CloverETL) to work with Azure DevOps as sources. In this article, you will use the JDBC Driver for Azure DevOps to set up a simple transfer into a flat file.
To generate one, log in to your Azure DevOps Organization account and navigate to Profile -> Personal Access Tokens -> New Token. The generated token will be displayed.
If you wish to authenticate to Azure DevOps using OAuth refer to the online Help documentation for an authentication guide.
For assistance in constructing the JDBC URL, use the connection string designer built into the Azure DevOps JDBC Driver. Either double-click the JAR file or execute the jar file from the command-line.
java -jar cdata.jdbc.azuredevops.jar
Fill in the connection properties and copy the connection string to the clipboard.
👁 Using the built-in connection string designer to generate a JDBC URL (Salesforce is shown.)A typical JDBC URL is below:
jdbc:azuredevops:AuthScheme=Basic;Organization=MyAzureDevOpsOrganization;ProjectId=MyProjectId;PersonalAccessToken=MyPAT;InitiateOAuth=GETANDREFRESH;
SELECT Id, BuildNumber FROM Builds WHERE Reason = 'Manual'
Download a free trial of the Azure DevOps Driver to get started:
Download NowLearn more:
👁 Azure DevOps IconRapidly create and deploy powerful Java applications that integrate with Azure DevOps.