Home / Companies / CData / Blog / April 2026

April 2026 Summaries

16 posts from CData

Filter
Month: Year:
Post Summaries Back to Blog
Workday contains sensitive HR and workforce data but is positioned as unsuitable for direct analytics, so the guide recommends replicating it into Azure Data Lake Storage Gen2 for scalable reporting, machine learning, and integration with Databricks, Synapse, and Power BI. It proposes a governed Azure architecture using Bronze, Silver, and Gold storage layers, Azure Data Factory for orchestration, Key Vault and managed identities for credentials, and monitoring through Azure Monitor and Log Analytics. Incremental replication and change data capture are presented as preferable to recurring full extracts, with CData Sync offered as a connector for moving Workday data into ADLS Gen2. Raw data should be stored in partitioned Parquet files, transformed in Databricks with Delta Lake into standardized and business-ready datasets, and protected by quality checks, lineage tools, access controls, version control, and CI/CD practices. The guide also stresses testing at production scale, monitoring latency, errors, row counts, and costs, starting with dependable batch processing before adopting CDC, and designing Gold-layer schemas around actual stakeholder reporting needs.
Apr 30, 2026 1,786 words in the original blog post.
CFO Copilot is presented as a prototype natural-language finance assistant that uses CData Connect AI as a governed data layer to connect LLMs with live data across fragmented systems such as Sage Intacct, Salesforce, and spreadsheets. The approach addresses the manual reporting burden, brittle point-to-point integrations, and governance challenges that arise when financial data is distributed among enterprise applications. CData Connect AI exposes more than 350 sources through a single Model Context Protocol endpoint, handling authentication, schema discovery, query translation, and access controls so applications can use standard SQL rather than custom integrations. The proposed architecture combines Connect AI for data connectivity, an Express.js backend that converts natural-language requests into SQL and formats results, an LLM for interpretation and response generation, and a React frontend for dashboards, tables, charts, and chat-based reporting. An AI coding assistant such as Claude can connect directly to the MCP server, inspect schemas, and generate a working application from detailed requirements, including finance-specific concepts and role-based visibility for CFOs, controllers, and AP clerks. The same pattern can be extended to IT operations, HR analytics, sales intelligence, and supply-chain monitoring, while the supplied GitHub source code and setup instructions are intended to enable a prototype in minutes.
Apr 27, 2026 1,626 words in the original blog post.
Reliable AI-driven data access depends less on the number of supported sources than on the depth of metadata each connector provides, as simple table-and-column schemas can lead language models to generate plausible but semantically incorrect queries. Using a Salesforce opportunity query as an example, the text contrasts a basic connector that incorrectly joins opportunity owners to contacts with Connect AI’s metadata-rich approach, which identifies correct relationships, uses source-specific fields such as IsClosed, and accounts for tenant-specific values. It argues that AI systems require relationship mappings, field constraints, source-specific query behavior, pagination and rate-limit handling, and annotations for computed or virtual fields to retrieve complete and accurate data. Connect AI is presented as separating the LLM’s role in determining what data to retrieve from the connector’s responsibility for retrieving it correctly, including across more than 350 sources and cross-system queries without data replication. The text recommends evaluating connectors through tests involving joins, picklists, source semantics, pagination, and schema variation between tenants, concluding that deeper metadata rather than improved prompting is essential to reducing silent errors in AI-generated data queries.
Apr 27, 2026 1,369 words in the original blog post.
SaaS and AI teams increasingly face significant data connectivity demands, with 71% reportedly spending more than a quarter of implementation time on integrations rather than core product development. Building connectors provides maximum control and can be justified for proprietary, legacy, highly regulated, or genuinely differentiating systems, but it commonly requires four to six weeks per source, specialized expertise, ongoing maintenance, production-scale testing, and responsibility for API, authentication, and security changes. Buying commercial connectors generally accelerates deployment, provides broader coverage, reliability testing, multi-tenant security features, and vendor-managed updates, although it can limit customization and create dependency on vendor support and priorities. The source argues that total cost of ownership should be evaluated over three years rather than initial development cost, as maintenance labor, incidents, and opportunity costs often make internally built connector libraries more expensive over time. It recommends a hybrid strategy for most organizations: use commercial connectors for common SaaS and cloud platforms while reserving custom development for unsupported or strategically distinctive integrations, after inventorying sources, modeling long-term costs, testing vendor options, and assigning clear ownership to any internally maintained connectors.
Apr 24, 2026 2,315 words in the original blog post.
MongoDB-to-Tableau Cloud integration addresses the challenge of presenting flexible JSON document data in Tableau’s structured, SQL-oriented environment. The guide compares three approaches: CData Connect AI, which provides cloud-native live SQL or OData access with minimal setup; MongoDB Atlas SQL Interface or BI Connector, which exposes MongoDB data relationally but requires drivers and configuration; and ETL pipelines that copy data into warehouses, offering flexibility at the cost of latency and duplication. It recommends preparing compatible MongoDB clusters, enabling appropriate SQL interfaces, using least-privilege service accounts, configuring authentication and IP allowlists, and selecting an approach based on real-time, control, and operational requirements. For performance, it advises query pushdown, early filtering and projection, relevant indexes, and flattened schemas, while security guidance includes TLS encryption, restricted network access, identity-provider-based access controls, auditing, and regular review of tokens, schema changes, and connector updates.
Apr 23, 2026 1,618 words in the original blog post.
AI agents are reshaping software development, operations, data access, and customer interactions by automating not only individual tasks but also the reasoning and coordination between them, creating new technical, organizational, security, and governance requirements. Desktop coding agents typically operate locally with a developer’s credentials and limited blast radius, while cloud agents are long-lived, multi-tenant distributed services that require managed identities, persistent state, scalable concurrency, and strict data isolation. Central to cloud-agent design is the harness, the runtime layer that manages context, sessions, memory, tool use, retries, guardrails, telemetry, and multi-agent orchestration, though its rapidly evolving components can create maintenance challenges. Organizations can adopt pre-built vendor platforms, such as Google Gemini Enterprise, Claude Managed Agents, Salesforce Agentforce, Microsoft Copilot Studio, and ServiceNow AI Agents, for faster deployment with less customization, or assemble pro-code architectures using frameworks and services such as Google ADK, LangGraph, CrewAI, Agent Engine, and various storage, observability, and identity tools for greater flexibility. The text also argues that governed, live enterprise data access is essential for agent performance and presents CData Connect AI as an MCP-based data layer supporting connections to more than 350 enterprise sources.
Apr 22, 2026 1,402 words in the original blog post.
An enterprise agentic architecture on Google Cloud can be organized into experience, reasoning, memory, protocol, and data planes, with security, governance, observability, and evaluation operating across all layers. Google Cloud manages the upper Agent Trust Boundary, where services such as Apigee, Cloud Run, Vertex AI, Agent Engine, Firestore-backed session and memory capabilities, Secret Manager, IAM, Model Armor, and Cloud Trace support agent interaction, orchestration, reasoning, safeguards, and monitoring. The Model Context Protocol serves as the bridge between this environment and external tool providers, allowing agents to invoke standardized tools without directly handling downstream APIs, authentication workflows, or source-specific schemas. Below that bridge, CData Connect AI operates within a separate CData Trust Boundary, virtualizing more than 350 data sources into SQL-oriented, domain-scoped tools controlled through workspaces, connections, toolkits, RBAC, and schema validation. This separation assigns agent permissions to Google Cloud controls and data access permissions to CData controls, while combined audit logs provide traceability from user prompts through tool calls, SQL queries, returned data, and final responses. By using MCP as the integration boundary, the design supports substituting models, agent runtimes, or other components without changing the underlying data connectivity layer.
Apr 22, 2026 1,643 words in the original blog post.
Connect AI MCP is presented as a platform for building natural-language business intelligence applications that query and join live data across systems such as Salesforce, NetSuite, Zendesk, product databases, HR platforms, and marketing tools without requiring users to write SQL or manually export data. It provides a REST Metadata API that exposes normalized schemas and an MCP endpoint that executes SQL while managing source-specific authentication, query translation, pagination, rate limits, and credentials across more than 350 connectors. Using these capabilities, a single engineer reportedly built a Next.js Business Intelligence Command Center with Claude Code, enabling users to ask cross-functional questions, execute parallel queries across six data categories, combine results using AI-generated query plans, and receive data-based executive summaries. The application supports several LLM providers, includes ten prebuilt templates for analyses such as churn risk and revenue recognition, and illustrates how a shared connectivity layer could be reused for tools such as CFO copilots, customer-success dashboards, and sales intelligence products. A public repository with sample Google Sheets data is available for testing the workflow, while CData Connect AI offers a 14-day trial for connecting production sources.
Apr 20, 2026 1,570 words in the original blog post.
Change data capture (CDC) enables near-real-time propagation of database inserts, updates, and deletes, but sources without accessible transaction logs require alternatives such as query-based polling, trigger-managed audit tables, or snapshot comparisons. Query-based methods are broadly compatible but may miss deletes and add database load, triggers capture all changes but introduce write overhead and schema coupling, and snapshots are resource-intensive options best suited to infrequent reporting. Reliable non-native CDC requires an initial consistent snapshot, stable primary or unique keys, persistent event buffering through platforms such as Kafka or cloud equivalents, centralized transformation and compliance controls through a CDC gateway, and schema versioning with compatibility checks. Monitoring lag, throughput, errors, duplicates, and data freshness, alongside idempotent consumers, reconciliation jobs, and retry logic, helps prevent silent failures and support recovery. Teams are advised to begin with small pilots and scale after validating data quality, latency, and source-system impact. CData Sync is presented as an automated alternative that supports CDC and historical row tracking where available, while using timestamp- or integer-based incremental replication for sources lacking native CDC.
Apr 20, 2026 1,630 words in the original blog post.
Snowflake ODBC performance issues may stem more from connection and driver configuration than warehouse capacity, with latency, cost, and inconsistent execution often improved through driver-level tuning. The proposed approach centers on using the CData ODBC Driver for Snowflake to enable persistent connection pooling, session keep-alive settings, and appropriately sized pools, reducing repeated authentication and session setup. It also recommends preserving query folding in BI tools, pushing filters and aggregations to Snowflake, and using query passthrough for Snowflake-specific SQL to minimize client-side processing. Prepared statements and parameter binding can reduce repeated query compilation, while avoiding dynamic SQL improves both performance and security. Warehouse costs can be controlled by starting with smaller warehouses, enabling rapid auto-suspend and auto-resume, and monitoring credit use, while pooling and timeouts can help mitigate resume delays. Finally, network performance can be improved by colocating applications with Snowflake regions, using PrivateLink where needed, increasing row prefetching for large results, and diagnosing excess new connections with tools such as SnowCD or Wireshark.
Apr 17, 2026 1,749 words in the original blog post.
Connecting HubSpot and Salesforce to Claude through the Model Context Protocol (MCP) can enable AI-assisted CRM tasks such as retrieving and updating records, logging notes, creating deals, drafting follow-ups, and automating routine data entry. The guide contrasts native CRM connectors, which may suit isolated use cases, with managed platforms such as CData Connect AI, which are presented as a way to provide a single governed connection across multiple sources. It recommends preparing CRM data through access, API, data-quality, and field-mapping audits; testing actions on limited sample records before broader deployment; and using workspaces, inherited role-based access controls, least-privilege permissions, audit logs, and human approval requirements for write actions. Organizations are also advised to monitor API usage, rate limits, connection health, and cross-system data accuracy, while expanding gradually from low-risk summaries to more complex workflows. Success should be measured through reduced manual work, update accuracy, error rates, and user confidence, particularly before extending AI access to additional teams, systems, or regulated functions.
Apr 16, 2026 1,876 words in the original blog post.
Model Context Protocol adoption is presented as primarily a data connectivity and governance challenge rather than a protocol or model challenge, with organizations often struggling to realize measurable AI ROI because of stale data, fragmented integrations, inaccurate queries, and inconsistent controls. The piece recommends centralizing source access through an MCP-first managed layer, choosing real-time data virtualization for operational AI workloads while retaining ETL/ELT for historical analytics, and validating query accuracy above 98% before scaling autonomous use cases. It also emphasizes enforcing role-based access, passthrough authentication, encryption, and audit logging centrally at the MCP layer, while establishing pre-deployment baselines for implementation and business outcome metrics such as integration time, uptime, accuracy, maintenance effort, incident rates, and total cost of ownership. Long-term returns depend on lifecycle practices including versioned connector configurations, regular patching, connector inventories, and vendor coordination. The discussion promotes CData Connect AI as a managed platform offering more than 350 connectors, federated live queries, centralized governance, and a claimed 98.5% query accuracy rate.
Apr 15, 2026 1,883 words in the original blog post.
Anthropic’s Claude Managed Agents is a hosted platform for building and operating long-running AI agents, providing managed sessions, event histories, sandboxing, built-in tools, MCP connectivity, streaming, and security mechanisms while allowing developers to define versioned agents through a console, API, CLI, and YAML-based resources. Positioned as managed agent infrastructure or a “meta-harness,” it separates model reasoning from the tools and environments that execute work, aiming to reduce the engineering burden of maintaining orchestration, context, state, security, retries, and observability as models evolve. The service uses standard API token pricing plus active runtime and web-search charges, and it competes indirectly with enterprise-oriented offerings such as Google’s Gemini Enterprise by focusing more heavily on developer-controlled autonomous runtimes. Its main advantages are faster deployment, reduced maintenance of agent infrastructure, and opinionated security and operational defaults, while its risks include dependence on Anthropic’s platform reliability and architecture, vendor lock-in, limited control over core harness behavior, and possible difficulty retaining ownership and portability of memories, traces, and accumulated operational knowledge. Suggested improvements include support for external models, deeper customization of harness components, and mechanisms to export or replicate agent memory and event data into customer-controlled systems.
Apr 10, 2026 1,875 words in the original blog post.
Model Context Protocol (MCP), introduced by Anthropic in late 2024 to standardize how LLMs connect with external tools and data, faces criticism because servers often inject schemas for dozens or hundreds of API-derived tools into an LLM’s context window, increasing token use, latency, and potentially reducing response quality. Some advocates propose sandboxed command-line interfaces as a lighter alternative, arguing that LLMs can generate code to use CLIs dynamically, but the discussion notes that enterprise adoption raises substantial challenges around software maintenance, credential handling, agent-specific authentication, governance, observability, and accessibility for nontechnical users. Remote MCP servers can centralize these responsibilities and offer per-tool policy enforcement, although earlier local stdio-based MCP implementations introduced security concerns that newer streamable-HTTP approaches seek to address. Rather than abandoning MCP, proposed ways to reduce context bloat include progressive tool discovery through tool-search mechanisms, universal or meta-tools that provide a consistent interface across data sources, and Agent Skills, which load concise task-specific instructions that can guide models toward relevant MCP tools. CLIs may remain useful for rapid experiments and individual developer projects, while MCP servers, potentially combined with Agent Skills, are presented as better suited to secure, governed enterprise deployments.
Apr 09, 2026 1,882 words in the original blog post.
AI-native startup leaders argue that the industry has moved beyond impressive demos toward the harder task of making reliable, scalable production systems. In a roundtable with executives from AnySoft, Euphonic AI, TheNoah.ai, and CData, participants emphasized that integrations, data architecture, analytics, governance, and compliance must be addressed early rather than treated as later additions. They described customer data environments as fragmented and inconsistent, making contextual understanding and identification of an authoritative source of truth more challenging than model development itself. The group advised against building data connectivity internally because APIs, schemas, performance behavior, and customer-specific semantics create substantial hidden complexity. As AI systems become more autonomous, they argued that accuracy in the connectivity and data layer is essential because errors can compound through multi-step workflows. Looking ahead, the founders are focusing on handling large datasets, modeling business relationships, connecting enterprise systems, and enabling more personalized agent-driven applications, while urging companies to establish clear standards for AI-generated code and invest early in foundations that can be supported at scale.
Apr 07, 2026 1,047 words in the original blog post.
Modern data pipelines increasingly use ELT architectures, in which raw data is loaded into cloud warehouses before dbt performs SQL-based, version-controlled transformations with testing, documentation, and lineage capabilities. Selecting an ETL or ELT platform with dbt support requires evaluating connector coverage, change data capture and latency capabilities, dbt Core or Cloud integration, scheduling and CI/CD support, observability, security controls, and pricing predictability. The platforms discussed include CData Sync for hybrid deployments and CDC, Fivetran for managed low-maintenance ELT, Integrate.io and Matillion for low-code or visual workflow development, Hevo for managed ingestion, Airbyte for open-source flexibility, and Databricks Workflows for unified data and machine-learning orchestration. Common deployment patterns combine managed ingestion with automated dbt jobs, open-source tools with separate orchestration, or hybrid on-premises and cloud environments, while recommended practices include end-to-end testing, dbt tests in every pipeline cycle, monitoring, lineage documentation, RBAC, encryption, audit logs, and compliance support. Costs vary among connection-based, usage-based, task-hour, event-based, and self-hosted open-source models, making real-workflow testing and review of vendor features, SLAs, and support important before adoption.
Apr 06, 2026 1,757 words in the original blog post.