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-33148: avoid conflicts due to existing dimension records in import #681

Merged
merged 5 commits into from
May 2, 2022

Commits on Apr 29, 2022

  1. Remove custom compound-autoincrement logic and tests for SQLite.

    These SQLite-missing-functionality workarounds date back to when we
    expected to use (id, origin) compound primary keys to get uniqueness
    across different data repositories.  We're going with UUIDs instead, so
    we don't need them anymore.
    TallJimbo committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    7bddb25 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Remove custom sqlalchemy SQLite UPSERT extensions.

    Support for this syntax is now upstream in SQLAlchemy.
    TallJimbo committed May 2, 2022
    Configuration menu
    Copy the full SHA
    83d1d91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cb703f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e32e1d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    086c1bd View commit details
    Browse the repository at this point in the history