Skip to content

Conversation

@dror-g
Copy link

@dror-g dror-g commented May 1, 2024

#19 Fixed using: file_name = stream_name

( 🤷‍♂️ works for me.. )

Fixed using: file_name = stream_name

(:man_shrugging: )
@ReubenFrankel
Copy link

I think you end up with the stream name twice in the file path here, since folder_path already includes the stream name.

folder_path = f"{self.bucket}/{self.prefix}/{stream_name}/"
file_name = stream_name

return f"{folder_path}{file_name}.{self.extension}.{self.compression}"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants