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

Module depends_on #25005

Merged
merged 4 commits into from
May 29, 2020
Merged

Module depends_on #25005

merged 4 commits into from
May 29, 2020

Commits on May 20, 2020

  1. Configuration menu
    Copy the full SHA
    1b8fb40 View commit details
    Browse the repository at this point in the history
  2. add depends_on references for modules to graph

    Connect references from depends_on in modules calls. This will "just
    work" for a lot of cases, but data sources will be read too early in the
    case where they require the dependencies to be created. While
    data sources will be properly ordered behind the module head node, there
    is nothing preventing them from being being evaluated during refresh.
    jbardin committed May 20, 2020
    Configuration menu
    Copy the full SHA
    e1f607c View commit details
    Browse the repository at this point in the history
  3. module depends_on test

    verify a chain of depends_on references through modules execute in the
    correct order
    jbardin committed May 20, 2020
    Configuration menu
    Copy the full SHA
    14ef51b View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

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