> For the complete documentation index, see [llms.txt](https://docs.ovaledge.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ovaledge.com/release8.2/minor-release/release8.1/release-notes/connectors.md).

# Connectors

## New & Improved

### QuickBooks Connector | Catalog and askEdgi Integration

In the QuickBooks Connector, integration with Data Catalog and askEdgi has been enhanced to improve data accessibility and usage. This enhancement enables cataloging and consumption of QuickBooks data for analysis.

**The following improvements have been implemented:**

* QuickBooks application data is cataloged as tables with access control
* Application reports are cataloged under the Reporting System
* askEdgi can consume cataloged tables for analysis workflows

## Fixed

### Reporting Connectors | Last Metadata Sync Date accuracy

In Reporting Connectors, the issue where the Last Metadata Sync Date was updated without actual source changes led to misleading metadata. The issue has been resolved, and now the sync date updates only when a true change is detected using the Source Last Modified Date.

### SAP HANA Connector | Validation | Database Name Requirement

In the SAP HANA Connector, the issue where the connector validation fails due to an incorrect or missing Database Name results in repeated validation errors during connector setup. The issue has been resolved and now the connector validates successfully when the correct Database Name is retrieved from the SAP HANA system and configured in the connector.

**The following changes have been implemented:**

* Connector validation requires a valid Database Name to be provided during configuration
* Users can retrieve the correct Database Name by executing the query select DATABASE\_NAME from SYS.M\_DATABASE; in SAP HANA
* The returned DATABASE\_NAME value must be updated in the Database Name field of the connector configuration
* Connector validation succeeds after updating the correct Database Name and revalidating the connector

***

Copyright © 2026, OvalEdge LLC, Peachtree Corners, GA, USA.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.ovaledge.com/release8.2/minor-release/release8.1/release-notes/connectors.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
