Skip to content

Commit

Permalink
remove s3 bucket as resource
Browse files Browse the repository at this point in the history
  • Loading branch information
benpankow committed Feb 3, 2023
1 parent 60aabda commit 40096e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class CommonBucketS3PickleIOManager(StructuredConfigIOManagerBase):
A version of the s3_pickle_io_manager that gets its bucket from another resource.
"""

s3_bucket: ResourceDependency[str]
s3_bucket: str
s3: ResourceDependency[Any]

def create_io_manager_to_pass_to_user_code(self, context) -> IOManager:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def _base_path(self):


class S3PartitionedParquetIOManager(PartitionedParquetIOManager):
s3_bucket: ResourceDependency[str]
s3_bucket: str

@property
def _base_path(self):
Expand Down

0 comments on commit 40096e8

Please sign in to comment.