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

Refactor ORM DAG insertion logic #42358

Merged
merged 2 commits into from
Sep 23, 2024
Merged

Commits on Sep 23, 2024

  1. Refactor ORM DAG insertion logic

    Basically using the same pattern as the dataset inserts. Making fk
    relation updates more readable.
    
    The SQL queries CAN be made more efficient, but I decided to keep things
    as-is (not worse than before). These are likely not that big a deal.
    uranusjr committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    28c8db5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6ecdac View commit details
    Browse the repository at this point in the history