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

Core terminal update #121

Merged
merged 14 commits into from
Oct 29, 2024
Merged

Core terminal update #121

merged 14 commits into from
Oct 29, 2024

Commits on Oct 8, 2024

  1. Updated yaml reader to prevent duplicates and made test yml/toml file…

    …s unique
    Vedant P Iyer committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    c0921ac View commit details
    Browse the repository at this point in the history
  2. Created class that generates a plot of a specified table's values for…

    … all columns
    Vedant P Iyer committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    c2f5bc2 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Added yaml and toml readers and table plot writer in line for core te…

    …rminal use
    Vedant P Iyer committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    802d16f View commit details
    Browse the repository at this point in the history
  2. Updated metadata.py to ingest multiple tables from input and store as…

    … nested ordered dicts
    Vedant P Iyer committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    ee325dc View commit details
    Browse the repository at this point in the history
  3. Updated core to handle reader and writer plugins separatley and added…

    … new example workflow to coreterminal
    Vedant P Iyer committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    bf565d8 View commit details
    Browse the repository at this point in the history
  4. Update put_artifacts to create mutliple tables and read in table name…

    … from collection
    Vedant P Iyer committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    7fbb9ea View commit details
    Browse the repository at this point in the history
  5. removed relation table variable-used for future branch

    Vedant P Iyer committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    a9394cc View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Updated test files to handle collections being a nested ordered dicti…

    …onary
    Vedant P Iyer committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    cf18f0b View commit details
    Browse the repository at this point in the history
  2. updated package installation for github CI yml files

    Vedant P Iyer committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    088f345 View commit details
    Browse the repository at this point in the history
  3. Updated last test to handle nested ordered dicts

    Vedant P Iyer committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    d0ee9f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    0028420 View commit details
    Browse the repository at this point in the history
  2. Updated requirements.txt with toml package

    Vedant P Iyer committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    94188b9 View commit details
    Browse the repository at this point in the history
  3. Updated toml reader, added PK/FK capability from the reader to sqlite…

    … backend
    Vedant P Iyer committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    10e565a View commit details
    Browse the repository at this point in the history
  4. updated quotes error in f-string

    Vedant P Iyer committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    23332e2 View commit details
    Browse the repository at this point in the history