Skip to content

Commit cad7d3f

Browse files
committed
fix: update altimate python packages
1 parent 6a4242f commit cad7d3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

webpack.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@ const config = {
6868
{
6969
from: path.resolve(
7070
__dirname,
71-
"../altimate-dbt-integration/dbt_core_integration.py",
71+
"../altimate-dbt-integration/src/altimate_python_packages/dbt_core_integration.py",
7272
),
7373
to: "dbt_core_integration.py",
7474
},
7575
{
7676
from: path.resolve(
7777
__dirname,
78-
"../altimate-dbt-integration/dbt_utils.py",
78+
"../altimate-dbt-integration/src/altimate_python_packages/dbt_utils.py",
7979
),
8080
to: "dbt_utils.py",
8181
},
@@ -89,7 +89,7 @@ const config = {
8989
{
9090
from: path.resolve(
9191
__dirname,
92-
"../altimate-dbt-integration/altimate_packages/",
92+
"../altimate-dbt-integration/src/altimate_python_packages/altimate_packages/",
9393
),
9494
to: "altimate_packages/",
9595
},

0 commit comments

Comments
 (0)