-
-
Notifications
You must be signed in to change notification settings - Fork 229
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ (grapher) pull in data types from metadata (#3375)
* ✨ (grapher) pull in data types from metadata * ✨ (grapher) use Integer column for int types * 🐛 (grapher) update column type when conversion factor is applied * ✨ (grapher) only convert column type if necessary * 🐛 fix typo Co-authored-by: Marcel Gerber <[email protected]> --------- Co-authored-by: Marcel Gerber <[email protected]>
- Loading branch information
1 parent
33c9a3d
commit d6dfeda
Showing
3 changed files
with
19 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -161,6 +161,7 @@ export { | |
isBoolean, | ||
isEmpty, | ||
isEqual, | ||
isInteger, | ||
isNil, | ||
isNull, | ||
isNumber, | ||
|