Skip to content

Commit

Permalink
Fix s3 asset
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong committed Apr 26, 2024
1 parent 11a4541 commit b5daee1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion with_openai/assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
AllPartitionMapping,
AssetIn
)
from dagster_aws import S3Resource
from dagster_aws.s3 import S3Resource
from dagster_openai import OpenAIResource
from filelock import FileLock
from langchain.chains.qa_with_sources import stuff_prompt
Expand Down
2 changes: 1 addition & 1 deletion with_openai/definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
sensor,
FilesystemIOManager
)
from dagster_aws import S3Resource
from dagster_aws.s3 import S3Resource
from dagster_openai import OpenAIResource

from . import assets
Expand Down

0 comments on commit b5daee1

Please sign in to comment.