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

[core] adding support for dynamic_outputs in rules #1095

Merged
merged 1 commit into from
Jan 27, 2020
Merged

[core] adding support for dynamic_outputs in rules #1095

merged 1 commit into from
Jan 27, 2020

Commits on Jan 22, 2020

  1. [core] Added dynamic_outputs to Rule

    * Now possible to pass dynamic_outputs to the @rule decorator and have
    outputs be dynamically configured based on information in the record.
    For example, you could use lookup_tables to map an account_id to an
    owner which maps to an output
    
    [testing] Updated unit tests and added additional tests for new
    dynamic_outputs
    
    [docs] Added dynamic_outputs documentation
    
    Signed-off-by: jack1902 <[email protected]>
    jack1902 committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    33fb482 View commit details
    Browse the repository at this point in the history