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

[EPM] Implement getConfig for dataset #53261

Merged
merged 9 commits into from
Dec 18, 2019

Commits on Dec 17, 2019

  1. [EPM] Implement getConfig for dataset

    This implements a getConfig method on a dataset object. This allows to build the configuration for each dataset in a package.
    
    After the configuration for each dataset is built, this config must be stored in the datasource object. The end goal is store this as the streams in the datasource object. As at the moment we just have a strings I added a `config` field to the datasource which can be used to ship it the agent. This should be cleaned up later again.
    
    Configs is an array of strings at the moment as each entry is the input part of the stream.
    
    At the moment, it is not stored to the datasource object yet.
    ruflin committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    043ff02 View commit details
    Browse the repository at this point in the history
  2. add inputs

    ruflin committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    bc42121 View commit details
    Browse the repository at this point in the history
  3. Build streams

    nchaulet committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    25e1e42 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac3cd52 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ccf1343 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d6ce56a View commit details
    Browse the repository at this point in the history
  7. Fix CI

    nchaulet committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    536668a View commit details
    Browse the repository at this point in the history
  8. Fix slapshot test

    nchaulet committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    973aa68 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    74010ac View commit details
    Browse the repository at this point in the history