├── README.md ├── SCDStrategies.png ├── hive_type1_scd.sql ├── hive_type2_scd.sql ├── hive_type3_scd.sql ├── load_data.sh └── merge_data ├── generate.py ├── initial_stage └── initial_contacts.csv └── update_stage └── update_contacts.csv /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cartershanklin/hive-scd-examples/HEAD/README.md -------------------------------------------------------------------------------- /SCDStrategies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cartershanklin/hive-scd-examples/HEAD/SCDStrategies.png -------------------------------------------------------------------------------- /hive_type1_scd.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cartershanklin/hive-scd-examples/HEAD/hive_type1_scd.sql -------------------------------------------------------------------------------- /hive_type2_scd.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cartershanklin/hive-scd-examples/HEAD/hive_type2_scd.sql -------------------------------------------------------------------------------- /hive_type3_scd.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cartershanklin/hive-scd-examples/HEAD/hive_type3_scd.sql -------------------------------------------------------------------------------- /load_data.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cartershanklin/hive-scd-examples/HEAD/load_data.sh -------------------------------------------------------------------------------- /merge_data/generate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cartershanklin/hive-scd-examples/HEAD/merge_data/generate.py -------------------------------------------------------------------------------- /merge_data/initial_stage/initial_contacts.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cartershanklin/hive-scd-examples/HEAD/merge_data/initial_stage/initial_contacts.csv -------------------------------------------------------------------------------- /merge_data/update_stage/update_contacts.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cartershanklin/hive-scd-examples/HEAD/merge_data/update_stage/update_contacts.csv --------------------------------------------------------------------------------