-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* use iterate_item to check map_item returns something if not warn admin and user * apparently something with spacy and typing_extensions is broken * remove old debug print * wrap map_item with processor.get_mapped_item as well as check for map_item compatibility with dataset * conform iterate_mapped_items to new method * 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. * Check Instagram items for ads * warn on instagram ads; add customizable warning message * add healthcheck from master * do not always warn on map_item error (for example when getting dataset keys which is done A LOT) * ensure processor exists prior to checking map_item (processors may be removed/deprecated) * no mapping when there is no processor * do not warn unmappable for previews or creating CSV extract (warning is already in the log) * only warn admins once per dataset * fix warning when processor is None * Count number of unmappable items
- Loading branch information
Showing
8 changed files
with
173 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.