Skip to content

Commit

Permalink
Add normalization run after initial reset
Browse files Browse the repository at this point in the history
  • Loading branch information
grishick committed Oct 31, 2022
1 parent f5681e8 commit c29af2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def run_reset_scd_on_overwrite_test(destination_type: DestinationType, test_reso
# Force a reset in destination raw tables to remove any data left over from previous test runs
assert run_destination_process(destination_type, test_root_dir, "", "initial_reset_catalog.json", dbt_test_utils)
# generate models from catalog
generate_dbt_models(destination_type, test_resource_name, test_root_dir, "models", "initial_reset_catalog.json", dbt_test_utils)
generate_dbt_models(destination_type, test_resource_name, test_root_dir, "models", "test_drop_scd_catalog_reset.json", dbt_test_utils)

# Run dbt process to normalize data from the first sync
dbt_test_utils.dbt_run(destination_type, test_root_dir, force_full_refresh=True)
Expand Down

0 comments on commit c29af2e

Please sign in to comment.