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 support for multiple groupby definition files in js etl. #1301

Merged
merged 3 commits into from
Jun 25, 2020

Commits on May 1, 2020

  1. Add support for multiple groupby definition files in js etl.

    The js based etl supports custom groupby configuration. This change
    allows the custom config to be spread across multiple files. The files
    are processed in alphabetical order and the merge is done following the
    Object.assign() function.
    jpwhite4 committed May 1, 2020
    Configuration menu
    Copy the full SHA
    21bfe59 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. Configuration menu
    Copy the full SHA
    7b4e9e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. Configuration menu
    Copy the full SHA
    9469799 View commit details
    Browse the repository at this point in the history