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

[WIP] Implement asset definition creating a DAG #41325

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Oct 25, 2024

  1. Implement asset definition creating a DAG

    uranusjr authored and Lee-W committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    4465508 View commit details
    Browse the repository at this point in the history
  2. Basic inlet dependency

    uranusjr authored and Lee-W committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    d3f1d55 View commit details
    Browse the repository at this point in the history
  3. Make AssetDefinition subclass Asset

    This seems to be the best way for 'schedule' dependencies to work. Still
    not entirely sure; we'll revisit this.
    uranusjr authored and Lee-W committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    b6bb01b View commit details
    Browse the repository at this point in the history
  4. style: fix mypy error

    Lee-W committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    999a477 View commit details
    Browse the repository at this point in the history