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

Map item catch #365

Merged
merged 18 commits into from
Oct 12, 2023
Merged

Map item catch #365

merged 18 commits into from
Oct 12, 2023

Commits on May 23, 2023

  1. Configuration menu
    Copy the full SHA
    292d51b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    deb7791 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. remove old debug print

    dale-wahl committed May 24, 2023
    Configuration menu
    Copy the full SHA
    6b5e31d View commit details
    Browse the repository at this point in the history
  2. wrap map_item with processor.get_mapped_item as well as check for map…

    …_item compatibility with dataset
    dale-wahl committed May 24, 2023
    Configuration menu
    Copy the full SHA
    635e205 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4d6d41 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. get_columns needs to detect non CSV and NDJSON

    `get_item_keys` would also raise an error on a non csv/ndjson. It will return the first item keys even in the instance of `map_item` not existing... but that was how it always functioned so I am leaving it the same.
    dale-wahl committed May 30, 2023
    Configuration menu
    Copy the full SHA
    0fb19cc View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    3944165 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ffd6dc View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. add healthcheck from master

    dale-wahl committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    6367e31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1725a92 View commit details
    Browse the repository at this point in the history
  3. do not always warn on map_item error (for example when getting datase…

    …t keys which is done A LOT)
    dale-wahl committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    b32ddca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2184e2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a1d99d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    f71110e View commit details
    Browse the repository at this point in the history
  2. do not warn unmappable for previews or creating CSV extract (warning …

    …is already in the log)
    dale-wahl committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    5d9c5d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92440f5 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

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

Commits on Oct 12, 2023

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