File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ def project_dir_copy(runner_method: Optional[RunnerMethod]):
4343 _edit_packages_yml_to_include_absolute_elementary_package_path (
4444 dbt_project_copy_dir
4545 )
46- _remove_python_tests_for_dbt_fusion (dbt_project_copy_dir , runner_method )
46+ _remove_python_models_for_dbt_fusion (dbt_project_copy_dir , runner_method )
4747 yield dbt_project_copy_dir
4848 finally :
4949 shutil .rmtree (dbt_project_copy_dir )
@@ -67,7 +67,7 @@ def _edit_packages_yml_to_include_absolute_elementary_package_path(
6767 yaml .dump (packages_yml , packages_yml_file )
6868
6969
70- def _remove_python_tests_for_dbt_fusion (
70+ def _remove_python_models_for_dbt_fusion (
7171 project_dir_copy : str , runner_method : Optional [RunnerMethod ]
7272):
7373 if runner_method != RunnerMethod .FUSION :
You can’t perform that action at this time.
0 commit comments