June 2026 Summaries
14 posts from CData
Filter
Month:
Year:
Post Summaries
Back to Blog
Secure Snowflake–ChatGPT integration requires administrative access, API-enabled ChatGPT plans, data classification, least-privilege RBAC, masking policies, and private network controls before AI can query business data. The recommended security model replaces static credentials with SSO and OAuth, maps ChatGPT users to Snowflake identities and roles, restricts network origins, and limits AI access to approved views, stored procedures, or curated semantic layers rather than raw schemas. Organizations can build custom integrations using Snowflake classification tools, External OAuth, Semantic Views, custom GPTs, and audit monitoring, or use managed platforms such as CData Connect AI to handle connectors, authentication, and permissions. The guidance also emphasizes prompt sanitization, browser or DLP controls, anonymized testing, detailed execution logging, SIEM integration, and regular policy review to prevent data leakage and support compliance. Cost and performance can be managed through separate tracking of token and compute use, query caching, warehouse sizing, and auto-suspension, while common applications include conversational analytics, customer support, and real-time operational reporting.
Jun 29, 2026
1,618 words in the original blog post.
Sage Intacct MCP servers use the Model Context Protocol to give AI assistants governed, real-time access to Intacct financial data while preserving authenticated users’ permissions and maintaining auditability, avoiding the synchronization delays and duplicated governance associated with data extraction pipelines. The guide describes an eight-step deployment process that includes confirming Web Services licensing and dedicated API credentials, defining object and permission scopes, inventorying existing integrations, prototyping read-only tools, separating and confirming write operations, implementing OAuth or carefully scoped service accounts, testing authentication and error handling, and establishing logging, rate limits, monitoring, and approval policies. Production deployments should use streamable HTTP with session management, connection pooling, and observability controls, while capabilities should expand gradually from stable read access to individually tested write tools and, eventually, multi-source workflows. It presents CData Connect AI as a managed option that handles infrastructure, OAuth pass-through, transport, access configuration, logging, and integration with multiple data sources, reducing the need to develop and maintain a custom MCP server.
Jun 26, 2026
1,797 words in the original blog post.
CData CLI is presented as a terminal-based tool that gives AI coding agents schema-aware access to hundreds of enterprise data sources through CData’s existing SQL-based drivers, aiming to reduce errors caused by agents guessing schemas, API behavior, and data models. It lets users search for and activate drivers, create encrypted local connections with browser-based OAuth, inspect tables, columns, procedures, and picklist values, and execute SQL queries from the command line. By translating standard SQL into source-specific API operations and pushing filters, joins, and aggregations to the data source where possible, it is intended to reduce raw-data transfers and model context usage. CData reports that schema discovery improved agent query accuracy in a test involving organization-specific Salesforce fields and values, while contrasting its approach with less capable MCP-style patterns. The product is designed to use AI during development for exploration, validation, and code generation, while production integrations use deterministic CData driver libraries directly without an LLM in the runtime path.
Jun 24, 2026
1,526 words in the original blog post.
Claude Code is presented as an example of a durable technology strategy: rather than creating a new IDE, it adds AI capabilities to the terminal and existing developer workflows. CData draws a parallel with its long-standing driver library, which provides embeddable SQL connectivity to hundreds of data sources without dictating where customers run their operations. The company argues that this small, composable design has allowed the same core drivers to work across desktop tools, server applications, independent software vendor products, cloud services, and AI-driven workflows over multiple computing eras. Instead of rebuilding its connectivity technology for AI, CData has added lightweight interfaces such as a CLI and an MCP integration, allowing coding agents to access its established query, schema, and pushdown capabilities. The piece concludes that adaptable primitives are more resilient than large, opinionated platforms because they can be incorporated into changing technologies and environments.
Jun 24, 2026
754 words in the original blog post.
Claude Code is increasingly being used by nontechnical business professionals because it can work with files and reusable skills that encode organizational processes, while the CData CLI is presented as a way to connect it to live business data from systems such as Salesforce, NetSuite, databases, support platforms, Confluence, SharePoint, Slack, and Teams. The proposed combination aims to shift AI use from general-purpose responses toward a workflow in which Claude gathers current facts, applies defined policies and methods, verifies recommendations, iterates when needed, and retains relevant company context. Skills provide procedural consistency and intermediate review points, while file handling preserves analyses and decision records outside chat sessions. The text argues that the CLI avoids building custom RAG pipelines or integrations by enabling direct terminal-based queries, with users interacting in natural language rather than commands or SQL. It also describes read-only connections and locally encrypted credentials as safety features, while CData Connect AI is positioned as a governed cloud option for teams requiring identity-based access, role-based permissions, and centralized management through MCP.
Jun 24, 2026
1,723 words in the original blog post.
CData CLI (cdatacli) is a Java-based terminal tool designed to let AI agents access hundreds of supported data sources through CData JDBC Drivers using SQL rather than vendor-specific APIs, browsers, servers, or MCP integrations. It provides filtered metadata commands for schema discovery, supports driver installation and activation, stores reusable authenticated connections, and relies on driver-side query pushdown to limit transferred data and reduce the work performed by language models. The walkthrough uses Salesforce as an example, showing how an agent can install a skill that explains CLI usage, configure OAuth authentication, locate the Opportunity table and its columns, validate a sample query, and retrieve high-value opportunities with SQL. After validating the query, the agent can generate a standalone Java application that uses the same JDBC driver and cached OAuth settings to access live Salesforce data without requiring the CLI, an AI agent, or an LLM at runtime.
Jun 24, 2026
1,588 words in the original blog post.
CData argues that while the Model Context Protocol (MCP) is appropriate for AI applications that need live tool access at runtime, its general-purpose and source-native implementations are less suited to building enterprise data integrations because they often expose full schema dumps, lack cross-entity joins, and require models to aggregate and combine raw results. It presents the CData CLI as an alternative that offers SQL-queryable metadata, SQL-92 joins and aggregations, and source or driver-side query pushdown, keeping relational processing outside the LLM context window. In a cited Salesforce test involving Opportunities, Accounts, and Product Line Items, the company reports that an MCP-style workflow used 2.2 times more context tokens, largely due to schema metadata, whereas a SQL join reduced multiple manual queries. The comparison also emphasizes operational differences: MCP commonly requires source-specific servers and MCP-compatible clients, while the CLI uses downloadable drivers and can run in standard terminals. CData further distinguishes AI-assisted design from production runtime, arguing that generated integrations using its driver libraries can execute deterministically without an LLM, though it notes that MCP remains suitable for chatbots, copilots, and autonomous agents and that CData Connect AI provides an MCP option with the same underlying relational capabilities.
Jun 24, 2026
1,609 words in the original blog post.
CData has introduced three developer tools intended to simplify connecting AI agents, applications, and workflows to enterprise data sources by managing authentication, schema discovery, normalization, rate limits, pagination, and other connector infrastructure. Connect AI Developer Edition is a free, MCP-focused tier supporting up to five connections, five users, and 500 monthly tool calls, enabling compatible clients such as Claude Code, Cursor, Codex, GitHub Copilot, and LangChain to access hundreds of sources and configure connections through Query and Management MCP servers. The open-source, MIT-licensed Connect AI Python SDK provides PEP 249 DB-API 2.0 access to the Connect AI Query API for Python-based agents, ETL pipelines, notebooks, and internal tools, with compatibility for pandas and SQLAlchemy. The forthcoming CData CLI offers terminal-based driver installation, schema inspection, metadata discovery, and SQL querying through structured JSON output, although querying individual sources requires licensed CData JDBC drivers. All three offerings use CData’s shared connectivity and governance layer, with Developer Edition designed as an entry point that can be upgraded for production deployments.
Jun 23, 2026
1,502 words in the original blog post.
CData Connect AI is presented as a managed Model Context Protocol platform that connects AI agents to live Dynamics 365 ERP and CRM data while providing semantic mapping, authentication, role-based access controls, PII protection, and auditability. The platform uses prebuilt connectors to support cloud, on-premises, and legacy systems, exposing business metadata, relationships, and permissions alongside data so agents can perform more consistent and context-aware tasks without custom infrastructure or replicated data pipelines. Implementation involves validating API access, registering an application in Microsoft Entra ID, applying least-privilege OAuth permissions, configuring Dynamics connections and MCP endpoints, and mapping standard or custom business entities and permitted actions. Recommended practices include separating transactional and analytics endpoints, documenting data-model logic, monitoring agent queries and credential use, maintaining centralized audit records and agent registries, integrating with SIEM tools, and testing protections against threats such as prompt injection. Potential uses include real-time order-to-cash validation, natural-language KPI retrieval, forecasting, compliance monitoring, and automated financial exception reporting.
Jun 22, 2026
1,220 words in the original blog post.
Enterprises can choose among data warehouses, live source integration, or hybrid architectures depending on their needs for historical analysis, real-time responsiveness, governance, and cost management. Data warehouses centralize curated data through batch ETL/ELT processes and are suited to complex analytics, reporting, forecasting, compliance, and large-scale historical workloads, while live integrations use direct connectors, change data capture, or data-fabric methods to support low-latency operational queries, real-time AI agents, and automated actions. Warehouses generally provide stronger built-in lineage, auditing, access controls, and data-quality processes, whereas live access requires distributed security, metadata, monitoring, and connector management and may place greater load on source systems. A hybrid model combines warehouse-based reporting and modeling with live operational data access, aiming to balance reliability, governance, and speed. CData positions CData Sync for batch and CDC data movement into warehouses and CData Connect AI for governed real-time access to source systems for AI applications.
Jun 22, 2026
1,571 words in the original blog post.
SQL Server replication supports high availability, disaster recovery, and read scaling, but reliable operation depends on coordinated backups, monitoring, maintenance, infrastructure planning, and tested recovery procedures. The guidance recommends backing up all replication-related databases, including publication, distribution, subscription, master, and msdb databases, and regularly testing restores in the required order. Administrators should use Replication Monitor and SSMS to track agent health, latency, failures, error queues, throughput, and concurrency against business-focused alert thresholds. Performance practices include maintaining database integrity, selectively reorganizing or rebuilding indexes, using targeted statistics updates, tuning replication-agent batch sizes and cleanup settings, and preventing distribution database growth. Scalable deployments also require fast dedicated storage for logs and snapshots, adequate CPU and memory, and sufficient network bandwidth, while quarterly failover drills should validate restoration processes and RPO/RTO goals. Automation through topology scripts, maintenance tools, PowerShell, and monitoring utilities can reduce manual errors, while CData Sync is presented as an optional platform for scheduled, incremental, connector-based replication with alerts and schema-management features.
Jun 12, 2026
1,712 words in the original blog post.
Reliable agentic AI depends on a data layer that provides comprehensive access to relevant sources, high-quality labeled data and feedback loops, real-time or low-latency information where needed, unified schemas and semantic definitions, strong governance and security, observability with lineage and versioning, and elastic infrastructure with cost controls. The discussion argues that agents can make unreliable autonomous decisions when they lack access to current, trusted, consistently defined data, particularly across systems that use different meanings for common concepts such as customers. It contrasts batch data, which can become stale between scheduled updates, with streaming access for live operational decisions, and emphasizes source-level permissions, audit logging, privacy protections, and monitoring for drift, bias, and performance regressions. CData Connect AI is presented as a managed Model Context Protocol platform intended to address these requirements by connecting agents to hundreds of sources through live SQL-based access without replication, applying source permissions and authentication controls, translating schemas and semantic context, and logging queries for governance and auditing.
Jun 09, 2026
1,310 words in the original blog post.
Cloud object storage platforms such as Amazon S3, Azure Data Lake Storage, and Google Cloud Storage provide durable, scalable data landing zones, but integrating heterogeneous on-premises, SaaS, legacy, hybrid, and real-time sources into ETL pipelines remains challenging. The text compares native cloud connectors, which suit single-cloud environments; external querying and bulk loading, which trade ingestion overhead against query performance; serverless ETL services, which simplify infrastructure but use consumption-based pricing; managed SaaS tools, which prioritize connector breadth and ease of use; and open-source or event-driven frameworks, which provide flexibility but require more maintenance and operational design. It presents CData Sync as a hybrid integration option offering incremental log-based change data capture, support for open table formats, high-volume replication, Git-based pipeline versioning, and connection-based pricing, while citing customer examples involving faster source onboarding, near-real-time replication, and automatic schema adaptation. Across approaches, recommended practices include using columnar formats such as Parquet or ORC, partitioning data strategically, co-locating storage and compute, and applying CDC or event-driven processing where timely incremental updates are needed.
Jun 05, 2026
1,566 words in the original blog post.
Enterprise AI query costs can rise substantially because tool schemas, data discovery, multi-step calls, and large responses all add tokens, particularly when agents query multiple systems such as Salesforce, Snowflake, and ServiceNow. The material argues that reducing this overhead depends more on data and tool architecture than on selecting cheaper models, and presents CData Connect AI features designed for workflows ranging from open-ended exploration to fixed, recurring tasks. In a reported benchmark using Claude Sonnet 4.6, an exploratory universal-tool workflow consumed 183,541 tokens and cost $0.596 per query, while a narrowly scoped Custom Tool used 4,427 tokens at $0.027, a claimed 97.6% reduction. Other approaches, including Derived Views that pre-join data, Workspaces that restrict visible catalog assets, scheduled caching Jobs, and workflow-specific Toolkits, produced reductions ranging from 77.7% to 93.6% depending on the configuration. The recommended approach is to retain broad discovery tools for genuinely unknown or ad-hoc questions, then progressively scope schemas, precompute joins, cache suitable data, and create parameterized tools as workflows become more stable, which may also improve reliability and governance by limiting irrelevant context.
Jun 01, 2026
2,977 words in the original blog post.