Skip to content

Commit

Permalink
Merge pull request #44 from elementary-data/fix-dbt-runner-import
Browse files Browse the repository at this point in the history
fix dbt_runner imports
  • Loading branch information
IDoneShaveIt authored Jul 6, 2022
2 parents 24f6ed1 + 6d71b98 commit 70df3c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration_tests/run_e2e_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import os
from os.path import expanduser
from pathlib import Path
from monitor.dbt_runner import DbtRunner
from clients.dbt.dbt_runner import DbtRunner
import click

any_type_columns = ['date', 'null_count', 'null_percent']
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/run_unit_tests.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os
from os.path import expanduser
from monitor.dbt_runner import DbtRunner
from clients.dbt.dbt_runner import DbtRunner
import glob
import click

Expand Down

0 comments on commit 70df3c6

Please sign in to comment.