Charles Hamilton
Results
2
issues of
Charles Hamilton
The changes in this pull request fix: - `newTable` needed to be renamed to `new_table` in `ETLAlchemySource.py` - `schema_transformer.py` was not correctly retrieving the table name from the `table_transformations` dict,...
https://github.com/seanharr11/etlalchemy/blob/7e4759a208880aa76900d756a3205bb5648e5a14/etlalchemy/ETLAlchemySource.py#L299-L395 I'm curious about why we'd want to convert all numbers with a decimal point (decimals, floats, etc.) to integers/bigintegers (i.e., dropping the decimal). Leaving this code in place appears...