.gitignore
.travis.yml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
doc/advanced-topics.rst
doc/development.rst
doc/glossary.rst
doc/index.rst
doc/installation.rst
doc/naming-conventions.rst
doc/philosophy.rst
doc/security.rst
doc/tutorial.rst
doc/snippets/deserializer.py
doc/snippets/dv_load.py
doc/snippets/effsat.py
doc/snippets/effsat_deserializer.py
doc/snippets/extract.sql
doc/snippets/h_customer.sql
doc/snippets/h_order.sql
doc/snippets/l_order_customer.sql
doc/snippets/nodeserializer.py
doc/snippets/rph.py
doc/snippets/rph_deserializer.py
doc_templates/package.rst_t
doc_templates/toc.rst_t
src/diepvries/__init__.py
src/diepvries/data_vault_load.py
src/diepvries/driving_key_field.py
src/diepvries/effectivity_satellite.py
src/diepvries/field.py
src/diepvries/hub.py
src/diepvries/link.py
src/diepvries/py.typed
src/diepvries/role_playing_hub.py
src/diepvries/satellite.py
src/diepvries/table.py
src/diepvries.egg-info/PKG-INFO
src/diepvries.egg-info/SOURCES.txt
src/diepvries.egg-info/dependency_links.txt
src/diepvries.egg-info/requires.txt
src/diepvries.egg-info/top_level.txt
src/diepvries/deserializers/__init__.py
src/diepvries/deserializers/snowflake_deserializer.py
src/diepvries/deserializers/snowflake_model_metadata.sql
src/diepvries/template_sql/__init__.py
src/diepvries/template_sql/effectivity_satellite_dml.sql
src/diepvries/template_sql/hub_link_dml.sql
src/diepvries/template_sql/satellite_dml.sql
src/diepvries/template_sql/sql_formulas.py
src/diepvries/template_sql/staging_table_ddl.sql
test/__init__.py
test/conftest.py
test/test_data_vault_load.py
test/test_field.py
test/test_hub.py
test/test_link.py
test/test_satellite.py
test/deserializers/__init__.py
test/deserializers/conftest.py
test/deserializers/model_metadata.json
test/deserializers/test_snowflake_deserializer.py
test/sql/expected_result_data_vault_load.sql
test/sql/expected_result_effectivity_satellite.sql
test/sql/expected_result_hashdiff.sql
test/sql/expected_result_hashkey.sql
test/sql/expected_result_hub.sql
test/sql/expected_result_link.sql
test/sql/expected_result_role_playing_hub.sql
test/sql/expected_result_satellite.sql
test/sql/expected_result_staging.sql