fybrik / airbyte-module

A FybrikModule based on Airbyte
Apache License 2.0
3 stars 6 forks source link

Add normalization #76

Closed revit13 closed 1 year ago

revit13 commented 1 year ago

/Closes #75 This PR adds the code for doing normalization of the database tables which transforms the data from Airbyte format to expected database format.

more on normalization: https://docs.airbyte.com/understanding-airbyte/basic-normalization/

Signed-off-by: Revital Sur eres@il.ibm.com Co-authored-by: Doron Chen cdoron@il.ibm.com

revit13 commented 1 year ago

@cdoron Thanks for the review. I fixed the code according to the the comments. Thanks