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

DuckDB MIMIC-III concepts implementation #1529

Open
wants to merge 20 commits into
base: main
Choose a base branch
from

Commits on Apr 26, 2023

  1. First "working" version (all SQL runs except for a few pivot concepts…

    …)...committing before gutting dead code.
    SphtKr committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    b1ac9a5 View commit details
    Browse the repository at this point in the history
  2. Stripped dead code

    SphtKr committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    4da73b2 View commit details
    Browse the repository at this point in the history
  3. Simplify pathing, strip more dead code

    SphtKr committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    4eb302f View commit details
    Browse the repository at this point in the history
  4. Align with shell script version

    SphtKr committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    d1fb76b View commit details
    Browse the repository at this point in the history
  5. Add requirements.txt

    SphtKr committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    8274982 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Pulled sql out of .sh plus minor related mods

    SphtKr committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    4b0ac76 View commit details
    Browse the repository at this point in the history
  2. Add table creation/loading

    SphtKr committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    a7d0597 View commit details
    Browse the repository at this point in the history
  3. Schema support (option) to mirror psql version

    SphtKr committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    92c7388 View commit details
    Browse the repository at this point in the history
  4. Another chunk of dead code

    SphtKr committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    be78589 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Big bug in DatetimeDiff implementation!

    SphtKr committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    43a67ad View commit details
    Browse the repository at this point in the history
  2. Adding missing fluid_balance views

    SphtKr committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    382c7ff View commit details
    Browse the repository at this point in the history
  3. missed deletion

    SphtKr committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    99ef1f3 View commit details
    Browse the repository at this point in the history
  4. Rename in line with Postgres

    SphtKr committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    2b877a8 View commit details
    Browse the repository at this point in the history
  5. Adding indexes

    SphtKr committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    f74a4eb View commit details
    Browse the repository at this point in the history
  6. Added checks

    SphtKr committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    91fed32 View commit details
    Browse the repository at this point in the history
  7. Updating README.md

    SphtKr committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    9dea287 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

  1. Missed file rename

    SphtKr committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    060cc71 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Move fake CHARTEVENTS PK to indexes script -- this may fail on machin…

    …es without a large amount of RAM, and this way it can be skipped with `--skip-indexes`
    SphtKr committed May 1, 2023
    Configuration menu
    Copy the full SHA
    e36f49c View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Fixed outright errors

    SphtKr committed May 2, 2023
    Configuration menu
    Copy the full SHA
    6ba9ce7 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

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