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

DM-40265: Add migration script for dimensions-config (v3 to v4) #28

Merged
merged 7 commits into from
Dec 5, 2023

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    6a153b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba9d8fc View commit details
    Browse the repository at this point in the history
  3. Fix mypy issues in existing migration files.

    Not tested, but mypy thinks it is OK now.
    andy-slac committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    6999ca1 View commit details
    Browse the repository at this point in the history
  4. Remove postgres-specific parameteres to create_engine.

    The optimization for "executemany" that was needed in older SQLAlchemy
    is no longer needed in 2.0 and default options should work now.
    andy-slac committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    557e4ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8ea33aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c5a49d4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    85bd7d5 View commit details
    Browse the repository at this point in the history