File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -68,14 +68,14 @@ const config = {
68
68
{
69
69
from : path . resolve (
70
70
__dirname ,
71
- "../altimate-dbt-integration/dbt_core_integration.py" ,
71
+ "../altimate-dbt-integration/src/altimate_python_packages/ dbt_core_integration.py" ,
72
72
) ,
73
73
to : "dbt_core_integration.py" ,
74
74
} ,
75
75
{
76
76
from : path . resolve (
77
77
__dirname ,
78
- "../altimate-dbt-integration/dbt_utils.py" ,
78
+ "../altimate-dbt-integration/src/altimate_python_packages/ dbt_utils.py" ,
79
79
) ,
80
80
to : "dbt_utils.py" ,
81
81
} ,
@@ -89,7 +89,7 @@ const config = {
89
89
{
90
90
from : path . resolve (
91
91
__dirname ,
92
- "../altimate-dbt-integration/altimate_packages/" ,
92
+ "../altimate-dbt-integration/src/altimate_python_packages/ altimate_packages/" ,
93
93
) ,
94
94
to : "altimate_packages/" ,
95
95
} ,
You can’t perform that action at this time.
0 commit comments