{"id":4402,"date":"2026-06-23T15:12:41","date_gmt":"2026-06-23T15:12:41","guid":{"rendered":"https:\/\/rssfeedtelegrambot.bnaya.co.il\/index.php\/2026\/06\/23\/cdata-gives-developers-free-access-to-the-data-layer-that-it-already-trusts\/"},"modified":"2026-06-23T15:12:41","modified_gmt":"2026-06-23T15:12:41","slug":"cdata-gives-developers-free-access-to-the-data-layer-that-it-already-trusts","status":"publish","type":"post","link":"https:\/\/rssfeedtelegrambot.bnaya.co.il\/index.php\/2026\/06\/23\/cdata-gives-developers-free-access-to-the-data-layer-that-it-already-trusts\/","title":{"rendered":"CData Gives Developers Free Access to the Data Layer That IT Already Trusts"},"content":{"rendered":"<div><img data-opt-id=748608225  fetchpriority=\"high\" decoding=\"async\" width=\"770\" height=\"330\" src=\"https:\/\/devops.com\/wp-content\/uploads\/2025\/05\/CData.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"\" \/><\/div>\n<p><img data-opt-id=1936631274  fetchpriority=\"high\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/devops.com\/wp-content\/uploads\/2025\/05\/CData-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail wp-post-image\" alt=\"\" \/><\/p>\n<p><span>Most enterprise AI projects don\u2019t fail because of the model. They fail because getting clean, governed access to production data is slow, political, and manual. Every new data connection requires IT involvement. Every new agent adds more surface area to manage. And every developer who goes around IT creates a new problem for someone else to clean up later.<\/span><\/p>\n<p><span>CData is trying to fix that with three new releases aimed directly at developers: Connect AI Developer Edition (free), the CData Connect AI Python SDK (open source), and CData CLI.<\/span><\/p>\n<p><span>The announcement, set for June 23, reflects a deliberate shift in how CData positions its platform. The company has been building enterprise data connectivity since 2014, starting with a driver catalog that let developers query Salesforce, Workday, Oracle, and hundreds of other systems through standard interfaces like JDBC and ODBC. Connect AI is the modern version of that same core capability, packaged as a SaaS product with MCP support, governance controls, and now a free entry point for individual developers.<\/span><\/p>\n<h3><span>The Governance Problem Developers Keep Running Into<\/span><\/h3>\n<p><span>When developers build AI apps on enterprise data today, they typically hit the same set of problems: authentication that breaks when tokens refresh, APIs that change without warning, rate limits that agents blow past without knowing, schema changes that make agent output silently incomplete, and pagination that the model has to manage itself \u2014 or doesn\u2019t.<\/span><\/p>\n<p><span>Each of these is manageable when you\u2019re building a small internal tool. But in an agentic context, the problems multiply. You\u2019re not managing one user\u2019s authentication refresh. You\u2019re managing dozens of agents, each with their own service identities, each hitting APIs that may have changed since yesterday.<\/span><\/p>\n<p><span>\u201cOur connectivity layer manages authentication per user and service accounts per agent,\u201d said Jared [CData], who walked through the platform during a pre-launch briefing. \u201cWe automatically refresh tokens, and engineers don\u2019t have to build that. They can just build whatever features they need.\u201d<\/span><\/p>\n<p><span>The same logic applies to schema drift. When a business user adds a custom field in Salesforce, an agent running a report on Monday morning won\u2019t know about it on Tuesday. CData\u2019s platform performs a metadata ping every time an agent hits the system, so schema discovery is dynamic. The agent sees what\u2019s actually in the system right now, not what was there when the connection was built.<\/span><\/p>\n<p><span>Rate limits are another common point of failure. When an agent is unaware of API rate limits, it will just hammer the endpoint \u2014 blowing up token spend or locking down the instance entirely. CData builds rate limit awareness directly into its connectors and handles backoff intelligently.<\/span><\/p>\n<h3><span>What IT Wants, and Why Regulated Industries are Coming First<\/span><\/h3>\n<p><span>The governance angle isn\u2019t just a developer story. IT teams are increasingly pushing for a platform like this because they know developers will find ways to access data regardless. The question is whether they can provide infrastructure that makes it safe to do so.<\/span><\/p>\n<p><span>\u201cA lot of IT teams come to us with this idea in mind,\u201d said Marie [CData]. \u201cThey\u2019re like, \u2018I know people are going wild out there, and I want to make sure I\u2019m providing the infrastructure they can go wild on. So I feel like I\u2019m covered, the organization is covered, I have the controls I need, but I\u2019m not the barrier.&#8217;\u201d<\/span><\/p>\n<p><span>Counterintuitively, regulated industries \u2014 healthcare in particular \u2014 are among the earliest adopters. They can\u2019t stop the train, but they want to make sure it\u2019s running on a governed track.<\/span><\/p>\n<p><span>Connect AI handles identity by authenticating a user or agent all the way back to that same identity in the source system. Toolkits let teams package governed data access into a single MCP Server URL, scoped to a specific use case, so agents have access only to what they need.<\/span><\/p>\n<h3><span>What\u2019s in the Three Releases<\/span><\/h3>\n<p><i><span>Connect AI Developer Edition<\/span><\/i><span> is free and includes the full enterprise feature set: MCP server support, per-user authentication passthrough, query logging with user-level attribution, and a management MCP server. The management MCP server is particularly useful \u2014 developers can provision connections, test them, and list available data sources directly from the terminal or IDE without going through a UI. It works out of the box with Claude Code, Codex, Cursor, LangChain, and any other MCP-capable tool.<\/span><\/p>\n<p><span>The free tier also supports Toolkits, which scope data access to exactly what a given agent or use case requires.<\/span><\/p>\n<p><i><span>The CData Connect AI Python SDK<\/span><\/i><span> provides DB-API-compliant access to the same platform, so developers can pull enterprise data into existing Python workflows using pandas, SQLAlchemy, or cursor-based queries without changing their code. It\u2019s open source and MIT-licensed, available on GitHub now.<\/span><\/p>\n<p><i><span>CData CLI<\/span><\/i><span> is a command-line interface for CData\u2019s JDBC, ODBC, Python, and ADO.NET connectors. It\u2019s designed so coding assistants like Claude Code and Cursor can scaffold data connectivity directly from the terminal without digging through documentation. The initial release supports JDBC, ADO.NET, and Python; ODBC support is coming in future releases.<\/span><\/p>\n<p><span>One of the things beta users flagged as most useful: you can build on the free Developer Edition, and when you\u2019re ready to deploy, flip it to an enterprise subscription. Everything you built was already governed, already auditable, and ready to scale. No re-architecture required.<\/span><\/p>\n<h3><span>The Build-vs-Buy Question<\/span><\/h3>\n<p><span>With MCP widely supported and APIs broadly available, it\u2019s tempting to just build your own connectors. And a lot of teams do. But according to a December 2025 CData study of more than 200 IT leaders, 53% of organizations are still building API integrations and pipelines in-house to get data to AI models. That\u2019s development time that isn\u2019t going toward new features.<\/span><\/p>\n<p><span>\u201cThe need to accelerate development exists everywhere,\u201d said Jared. \u201cProduct owners are saying, \u2018You have an AI coding assistant, why isn\u2019t this shipping faster?\u2019 And people are still running into the problem \u2014 I can ship that feature, but I also have to build the connector that gets the data to it.\u201d<\/span><\/p>\n<p><span>All three products are available at cdata.com\/developers starting June 23.<\/span><\/p>\n<p><a href=\"https:\/\/devops.com\/cdata-gives-developers-free-access-to-the-data-layer-that-it-already-trusts\/\" target=\"_blank\" class=\"feedzy-rss-link-icon\">Read More<\/a><\/p>\n<p>\u200b<\/p>","protected":false},"excerpt":{"rendered":"<p>Most enterprise AI projects don\u2019t fail because of the model. They fail because getting clean, governed access to production data [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":4403,"comment_status":"","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[5],"tags":[],"class_list":["post-4402","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-devops"],"_links":{"self":[{"href":"https:\/\/rssfeedtelegrambot.bnaya.co.il\/index.php\/wp-json\/wp\/v2\/posts\/4402","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rssfeedtelegrambot.bnaya.co.il\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/rssfeedtelegrambot.bnaya.co.il\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/rssfeedtelegrambot.bnaya.co.il\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/rssfeedtelegrambot.bnaya.co.il\/index.php\/wp-json\/wp\/v2\/comments?post=4402"}],"version-history":[{"count":0,"href":"https:\/\/rssfeedtelegrambot.bnaya.co.il\/index.php\/wp-json\/wp\/v2\/posts\/4402\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/rssfeedtelegrambot.bnaya.co.il\/index.php\/wp-json\/wp\/v2\/media\/4403"}],"wp:attachment":[{"href":"https:\/\/rssfeedtelegrambot.bnaya.co.il\/index.php\/wp-json\/wp\/v2\/media?parent=4402"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/rssfeedtelegrambot.bnaya.co.il\/index.php\/wp-json\/wp\/v2\/categories?post=4402"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/rssfeedtelegrambot.bnaya.co.il\/index.php\/wp-json\/wp\/v2\/tags?post=4402"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}