You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which prevents us for example from defining Metadata for uploaded file.
Would be great to allow supply additional information with PutObjectInput while creating new writer.
While using
func NewS3FileWriterWithClient()
we are able to supply uploaderOptions, however we can't modify PutObjectInputparquet-go-source/s3v2/s3.go
Lines 290 to 294 in b4f792c
Which prevents us for example from defining Metadata for uploaded file.
Would be great to allow supply additional information with PutObjectInput while creating new writer.
Similar issue, but with s3 source: #20
The text was updated successfully, but these errors were encountered: