We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Affected module Ingestion Framework
Describe the bug The supported dialects for Table Diffs includes SAP Hana as listed here:
OpenMetadata/ingestion/src/metadata/data_quality/validations/table/sqlalchemy/tableDiff.py
Lines 62 to 73 in 24b668a
and in the docs. However, I get an error with the message:
ERROR - Unexpected error while running the table diff test: Scheme 'hana' currently not supported
which comes from data-diff. It is clear that data-diff does not support Hana:
data-diff
https://github.com/datafold/data-diff/blob/1410c6cd0b915ae24a15e03a7de15ff41beebaf0/data_diff/databases/_connect.py#L79-L93
To Reproduce
Setup a Compare 2 Tables for Differences test between a SAP Hana table and a BigQuery table.
Expected behavior
The table difference should run and output the data.
Version:
Additional context
None
The text was updated successfully, but these errors were encountered:
TeddyCr
No branches or pull requests
Affected module
Ingestion Framework
Describe the bug
The supported dialects for Table Diffs includes SAP Hana as listed here:
OpenMetadata/ingestion/src/metadata/data_quality/validations/table/sqlalchemy/tableDiff.py
Lines 62 to 73 in 24b668a
and in the docs. However, I get an error with the message:
ERROR - Unexpected error while running the table diff test: Scheme 'hana' currently not supported
which comes from
data-diff
. It is clear thatdata-diff
does not support Hana:https://github.com/datafold/data-diff/blob/1410c6cd0b915ae24a15e03a7de15ff41beebaf0/data_diff/databases/_connect.py#L79-L93
To Reproduce
Setup a Compare 2 Tables for Differences test between a SAP Hana table and a BigQuery table.
Expected behavior
The table difference should run and output the data.
Version:
Additional context
None
The text was updated successfully, but these errors were encountered: