🆕 New Source: SAP HANA #31796
Replies: 16 comments 4 replies
-
Thanks @jgngo I added your request to the roadmap. We just released Airbyte CDK that improves building new connectors. Are you willing to build this connector? (it's not a problem if not) |
Beta Was this translation helpful? Give feedback.
-
Would love to build one, if I get time to do it. |
Beta Was this translation helpful? Give feedback.
-
blocked on setting up a SAP Hana instance in AWS/GCP due to the instance being very cumbersome to setup. |
Beta Was this translation helpful? Give feedback.
-
Sorry if this is SPAM, but I randomly came across this article which describes setting up Hana in a docker container: https://feitam.es/how-implement-cdc-change-data-capture-of-database-hana-apache-kafka-connect-sap-connector-incremental-mode-to-postgresql/. You may find it useful. |
Beta Was this translation helpful? Give feedback.
-
Thanks @trymzet ! We'll take a look at it soon once we get to implementing this connector |
Beta Was this translation helpful? Give feedback.
-
I'm working since some months on building a kafka source connector for SAP. Be aware you will have Problems on calculating deltas. As SAP Tables do not have "updatedAt" column for example. |
Beta Was this translation helpful? Give feedback.
-
You can go over triggers but you could go over ODP queues. See https://init-software.de/odpsc/#/ |
Beta Was this translation helpful? Give feedback.
-
Thanks for the heads up @jomach |
Beta Was this translation helpful? Give feedback.
-
Any updates or timeline on this connector? |
Beta Was this translation helpful? Give feedback.
-
Hello! I've worked with SAP HANA recently, developing an incremental data pipeline to extract data from HANA. As @jomach commented, the absence of columns like "updatedAt" was a challenge in the beginning, but I found an internal column present in all SAP HANA tables, which is ("$rowid$"). Based on this community post: https://blogs.sap.com/2023/03/12/rowid-function-in-HANA/ I documented this in my docs; it may be useful: https://matheusrossi.com/development/erp/sap-hana/ @sherifnada Maybe this ("$rowid$") column could be used to perform incremental reads from tables... |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
If you guys are not necessarily interested in SAP HANA via the database, but higher level integration on SAP ERP tables, BAPIs, but also SAP Business Warehouse (BW) cubes and querys and ODP data sources (e.g. CDS views, but also HANA tables), then maybe have a look at: https://github.com/datazoode/erpl-airbyte-connectors We just did an experiment with Airbyte to see whether there is demand from the community. In case you are interested, open an issue in the repo or directly contact us via: https://erpl.io/contact.html |
Beta Was this translation helpful? Give feedback.
-
Update: ODP data sources were killed by SAP and cannot be used by external extractors anymore. So I guess we will need to go with https://github.com/datazoode/erpl-airbyte-connectors |
Beta Was this translation helpful? Give feedback.
-
Currently I'm using the field REQTSN on SAP BW. This is a incremental Timestamp |
Beta Was this translation helpful? Give feedback.
-
@jgngo does the erpl support incremental loading ? |
Beta Was this translation helpful? Give feedback.
-
Will this connector run on JDBC ? Since we want to replace our current JDBC legacy pipeline |
Beta Was this translation helpful? Give feedback.
-
Tell us about the new integration you’d like to have
Describe the context around this new integration
Describe the alternative you are considering or using
https://help.sap.com/viewer/4fe29514fd584807ac9f2a04f6754767/2.0.03/en-US/20a1569875191014b507cf392724b7eb.html
https://help.sap.com/viewer/6811c09434084fd1bc4f40e66913ce11/7.4.19/en-US/4ec07a0b6e391014adc9fffe4e204223.html
6: Documentation, Prepare pull request, pass all checks.
┆Issue is synchronized with this Asana task by Unito
Beta Was this translation helpful? Give feedback.
All reactions