Skip to content

Commit

Permalink
fix bad import
Browse files Browse the repository at this point in the history
  • Loading branch information
slopp committed Aug 8, 2024
1 parent 64ca12a commit 4d41abe
Showing 1 changed file with 1 addition and 1 deletion.
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 4d41abe

Please sign in to comment.