Skip to content

Commit

Permalink
fix broken import
Browse files Browse the repository at this point in the history
  • Loading branch information
slopp committed Aug 8, 2024
1 parent 86dc8d6 commit 896e597
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion hooli_data_eng/assets/dbt_assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ def dbt_slim_ci(dbt2: DbtCliResource):
yield from dbt2.cli(
args=dbt_command,
manifest=DBT_MANIFEST,
project=dbt_project,
dagster_dbt_translator=CustomDagsterDbtTranslator(
DagsterDbtTranslatorSettings(enable_asset_checks=True,
enable_code_references=True,)
Expand Down
2 changes: 1 addition & 1 deletion hooli_data_eng/resources/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from dagster import EnvVar, FilesystemIOManager, ResourceDefinition
from dagster._utils import file_relative_path
from dagster_aws.s3 import ConfigurablePickledObjectS3IOManager, S3Resource
from dagster_dbt import DbtCliClientResource, DbtCliResource
from dagster_dbt import DbtCliResource
from dagster_duckdb_pandas import DuckDBPandasIOManager
from dagster_k8s import PipesK8sClient
from dagster_pyspark import pyspark_resource
Expand Down

0 comments on commit 896e597

Please sign in to comment.