Skip to content
New issue

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

Add normalization #76

Merged
merged 17 commits into from
Feb 9, 2023
Merged

Add normalization #76

merged 17 commits into from
Feb 9, 2023

Commits on Feb 5, 2023

  1. Add normalization (fybrik#75)

    Signed-off-by: Revital Sur <eres@il.ibm.com>
    Co-authored-by: Doron Chen <cdoron@il.ibm.com>
    revit13 and cdoron committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    657c62c View commit details
    Browse the repository at this point in the history
  2. Change the run command of the normalization image.

    Signed-off-by: Revital Sur <eres@il.ibm.com>
    revit13 committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    563b77e View commit details
    Browse the repository at this point in the history
  3. Add container.py for common code to handle container functionality.

    Signed-off-by: Revital Sur <eres@il.ibm.com>
    revit13 committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    fc9888b View commit details
    Browse the repository at this point in the history
  4. Apply normalization only on write operation.

    Signed-off-by: Revital Sur <eres@il.ibm.com>
    revit13 committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    059aae7 View commit details
    Browse the repository at this point in the history
  5. Add a table to the asset.

    Signed-off-by: Revital Sur <eres@il.ibm.com>
    revit13 committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    f59137b View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Fixes after testing.

    Signed-off-by: Revital Sur <eres@il.ibm.com>
    revit13 committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    a7d8e64 View commit details
    Browse the repository at this point in the history
  2. Add overwrite mode for write operation.

    Signed-off-by: Revital Sur <eres@il.ibm.com>
    revit13 committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    23a3b81 View commit details
    Browse the repository at this point in the history
  3. Minor fix.

    Signed-off-by: Revital Sur <eres@il.ibm.com>
    revit13 committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    ea2d627 View commit details
    Browse the repository at this point in the history
  4. Address review comments.

    Signed-off-by: Revital Sur <eres@il.ibm.com>
    revit13 committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    6b8dfad View commit details
    Browse the repository at this point in the history
  5. Remove the usage of transformer.transform in extract_data.

    Signed-off-by: Revital Sur <eres@il.ibm.com>
    revit13 committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    e49b6ab View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Address Doron's comments.

    Signed-off-by: Revital Sur <eres@il.ibm.com>
    revit13 committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    a56d6e2 View commit details
    Browse the repository at this point in the history
  2. Minor changes.

    Signed-off-by: Revital Sur <eres@il.ibm.com>
    revit13 committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    fe96381 View commit details
    Browse the repository at this point in the history
  3. Add comments.

    Signed-off-by: Revital Sur <eres@il.ibm.com>
    revit13 committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    26afebe View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Rename function name in abm/connector.py

    Signed-off-by: Revital Sur <eres@il.ibm.com>
    revit13 committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    0a18c9d View commit details
    Browse the repository at this point in the history
  2. Minor fix.

    Signed-off-by: Revital Sur <eres@il.ibm.com>
    revit13 committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    23a729a View commit details
    Browse the repository at this point in the history
  3. Minor change.

    Signed-off-by: Revital Sur <eres@il.ibm.com>
    revit13 committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    ccefceb View commit details
    Browse the repository at this point in the history
  4. Address review comments.

    Signed-off-by: Revital Sur <eres@il.ibm.com>
    revit13 committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    23a2ba8 View commit details
    Browse the repository at this point in the history