Discover how a bimodal integration strategy can address the major data management challenges facing your organization today.
Get the Report →Connect to Monday.com Data in DBArtisan
Use wizards in DBArtisan to configure Monday.com data as a data source.
The CData ODBC Driver for Monday.com seamlessly integrates Monday.com data into database management tools like DBArtisan by enabling you to access Monday.com data as a database. This article shows how to create an data source for Monday.com in DBArtisan and execute queries. You can then edit data visually and execute standard SQL.
Integrate Monday.com Data into DBArtisan Projects
If you have not already, first specify connection properties in an ODBC DSN (data source name). This is the last step of the driver installation. You can use the Microsoft ODBC Data Source Administrator to create and configure ODBC DSNs.
You can connect to Monday.com using either API Token authentication or OAuth authentication.
Connecting with an API Token
Connect to Monday.com by specifying the APIToken. Set the AuthScheme to Token and obtain the APIToken as follows:
- API tokens for admin users
- Log in to your Monday.com account and click on your avatar in the bottom left corner.
- Select Admin.
- Select "API" on the left side of the Admin page.
- Click the "Copy" button to copy the user's API token.
- API tokens for non-admin users
- Click on your profile picture in the bottom left of your screen.
- Select "Developers"
- Click "Developer" and then "My Access Tokens" at the top.
- Select "Show" next to the API token, where you'll be able to copy it.
Connecting with OAuth Authentication
Alternatively, you can establish a connection using OAuth (refer to the OAuth section of the Help documentation).
You can then follow the steps below to register Monday.com data as a database instance in your project:
- In DBArtisan, click Data Source -> Register Datasource.
- Select Generic ODBC.
- Enter a name for the data source and select the DSN.
- Finish the wizard to connect to Monday.com data. Monday.com entities are displayed in the Datasource Explorer.
You can now work with Monday.com data as you work with any other database. See the driver help documentation for more information on the queries supported by the Monday.com API.