-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable data type setting during data import (#4740)
* include data type mapping column in front end, set the data type for extra data columns only * only look at data_type for extra_data columns * enable additional columns in csv for to_display_name, to_data_type and to_unit_type * ensure files with the additional columns work properly for extra data fields, and do not overwrite canonical column data types * add file for datatype mapping test * add isOmitted to mapping, respect omitted columns when flagged as such in a mapping profile * default to false for missing omit column * linting, remove log call * lint fix * one more linter fix * ensure types line up * Add messages for reasons the save button on column mappings is disabled (#4744) * add text to save button tooltip * simplify error message handling for the profile save button tooltip * include ghg and ghg_intensity columns in the danger class check * isOmitted -> is_omitted in mappings for consistency * Increase invalid goal ids --------- Co-authored-by: Katherine Fleming <[email protected]> Co-authored-by: Alex Swindler <[email protected]>
- Loading branch information
1 parent
8bee67e
commit d9e521f
Showing
11 changed files
with
134 additions
and
56 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
Oops, something went wrong.