MANIFEST.in
README.md
setup.py
dbt_light/__init__.py
dbt_light/__main__.py
dbt_light/exceptions.py
dbt_light/model.py
dbt_light/seed.py
dbt_light/snapshot.py
dbt_light/test.py
dbt_light.egg-info/PKG-INFO
dbt_light.egg-info/SOURCES.txt
dbt_light.egg-info/dependency_links.txt
dbt_light.egg-info/not-zip-safe
dbt_light.egg-info/requires.txt
dbt_light.egg-info/top_level.txt
dbt_light/context/__init__.py
dbt_light/context/context.py
dbt_light/context/model_context.py
dbt_light/context/seed_context.py
dbt_light/context/snapshot_context.py
dbt_light/context/source_context.py
dbt_light/db_connection/__init__.py
dbt_light/db_connection/database_connection.py
dbt_light/db_connection/postgres_connection.py
dbt_light/db_connection/with_connection.py
dbt_light/sql_templates/postgres/add_fields.sql
dbt_light/sql_templates/postgres/create_temp_table.sql
dbt_light/sql_templates/postgres/get_fields.sql
dbt_light/sql_templates/postgres/get_temp_schema.sql
dbt_light/sql_templates/postgres/model_materialize.sql
dbt_light/sql_templates/postgres/seed_create.sql
dbt_light/sql_templates/postgres/seed_materialize.sql
dbt_light/sql_templates/postgres/snapshot_create.sql
dbt_light/sql_templates/postgres/snapshot_delta_calc.sql
dbt_light/sql_templates/postgres/snapshot_delta_count.sql
dbt_light/sql_templates/postgres/snapshot_insert.sql
dbt_light/sql_templates/postgres/snapshot_update.sql
dbt_light/sql_templates/postgres/snapshot_update_multiple_versions.sql
dbt_light/sql_templates/postgres/tests/accepted_values.sql
dbt_light/sql_templates/postgres/tests/not_null.sql
dbt_light/sql_templates/postgres/tests/relationships.sql
dbt_light/sql_templates/postgres/tests/unique.sql
tests/__init__.py
tests/model.py
tests/seed.py
tests/snapshot.py
tests/sql/postgres/model_incr.sql
tests/sql/postgres/model_incr_failed_tests.sql
tests/sql/postgres/model_incr_new_fields.sql
tests/sql/postgres/model_init.sql
tests/sql/postgres/model_init_drop.sql
tests/sql/postgres/snapshot_incr.sql
tests/sql/postgres/snapshot_incr_cdc.sql
tests/sql/postgres/snapshot_incr_new_fields.sql
tests/sql/postgres/snapshot_incr_no_data_fields.sql
tests/sql/postgres/snapshot_init.sql
tests/sql/postgres/snapshot_init_cdc.sql
tests/sql/postgres/snapshot_init_drop.sql
tests/sql/postgres/snapshot_init_no_data_fields.sql