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 the dataset_expression as part of DagModel and DAGDetailSchema #37826

Merged
merged 2 commits into from
Mar 8, 2024

Commits on Mar 8, 2024

  1. Add the dataset_expression as part of DagModel and DAGDetailSchema.

    Add the dataset_expression as part of DAGDetailSchema.
    
    Add dataset_expression in DAGDetailSchema
    
    Use dataset_triggers on the DAG to create dataset_expression on DagModel
    
    Simplify
    
    Fix dataset_expression default
    
    Fix the test and add database migration
    
    Add tests for dataset_expression
    sunank200 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    68c2cc8 View commit details
    Browse the repository at this point in the history
  2. clean up the API

    sunank200 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    d78ce00 View commit details
    Browse the repository at this point in the history