Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
yome1
Creator
Creator

tS3Get user defined metadata

Hello,

 

I would like to know if there is a way to get the S3 user defined metadata with a tS3get or another component from Talend (but not the cAWSs3 as we don't have the ESB part)

 

Thank you for your help

Guillaume

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hi,

 

    Right now, the S3 components do not provide metadata details of S3 bucket like tags. You will have to create some java custom functions and call them through Talend routines to get the S3 component metadata.

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

View solution in original post

2 Replies
Anonymous
Not applicable

Hi,

 

    Right now, the S3 components do not provide metadata details of S3 bucket like tags. You will have to create some java custom functions and call them through Talend routines to get the S3 component metadata.

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

yome1
Creator
Creator
Author

Ok thank you. I did that but i want to be sure I did not miss something.