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

TP2000-1463 Support SQLite dump on DBT Platform #1281

Merged

Commits on Aug 19, 2024

  1. Switch to python-dotenv.

    Both django-dotenv and python-dotenv rely upon the same `import dotenv`, causing a conflict when dependended-upon packages rely upon python-dotenv. Therefore use the more popular and ubiquitous python-dotenv package, reducing the likelihood of conflict.
    paulpepper-trade committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    f28f713 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Support SQLite migrations under /tmp

    Add support to generate and execute SQLite migration source files under a system's temporary file storage directory. Copilot-based service deployments run under /tmp while all other deployments do not do so by default - the env var SQLITE_MIGRATIONS_IN_TMP_DIR may be set to True to force /tmp directory behaviour.
    paulpepper-trade committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    e6464f7 View commit details
    Browse the repository at this point in the history
  2. Black formatting.

    paulpepper-trade committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    fd90d49 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    4315abb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8359f01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0f1b13 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2bed3a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    5082047 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    ce7a212 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    cd93d9d View commit details
    Browse the repository at this point in the history
  2. Docstring tweak

    paulpepper-trade committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    119c1fe View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    4b6e2f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    d0ada40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f2b360 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bccf2c View commit details
    Browse the repository at this point in the history
  4. Pull out path var.

    paulpepper-trade committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    d46889b View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    b1c6bd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6b5539 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd7ec35 View commit details
    Browse the repository at this point in the history
  4. Add comment

    paulpepper-trade committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    b4b01c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d5f1e4e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7d4ace1 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    178b751 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    809e34e View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    004272a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f4af90 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    c4c3192 View commit details
    Browse the repository at this point in the history
  2. Typo fix

    paulpepper-trade committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    9d37d7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de3a6ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    47199a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98b3e41 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    397c700 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0b7c109 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9842393 View commit details
    Browse the repository at this point in the history