keboola / db-extractor-snowflake

MIT License
0 stars 1 forks source link

Support incremental load #96

Closed ondrajodas closed 4 years ago

ondrajodas commented 5 years ago

Solving - https://keboola.atlassian.net/browse/COM-21

ondrajodas commented 5 years ago

k dokončení bude potřeba PR - https://github.com/keboola/db-extractor-common/pull/136

ondrajodas commented 4 years ago

@pivnicek

support for incremental fetching by DATE

incremental fetching date is supported - https://github.com/keboola/db-extractor-snowflake/pull/96/files#diff-5b51b49cdae365a402f847c083c2a4f8R530


tests for Different incremental fetching types

done ✅


tests for Limit

done ✅


Like in the redshift case I think it would be great to have the simpleQuery output unit tests

done ✅

ondrajodas commented 4 years ago

@pivnicek i create test for datetime column type

pivnicek commented 4 years ago

@ondrajodas great, but incremental fetching should also support plain date

ondrajodas commented 4 years ago

@pivnicek ok 🤦‍♂ now