Extending timestream functionalities #1337
thomasniebler
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
IMO yes it would definitely be of use - since boto3 is a client library sometimes it's calls are quite verbose, and wrangler could definitely help save some LOC here. In fact we have similar convenience functions e.g. S3 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In our project, we use timestream as the central database for time series data. We manage several databases and tables inside there. When querying timestream in Sagemaker studio, we'd like to look up some tables without invoking boto3, just using awswrangler.
Would it be of use to include some simple functions into the awswrangler.timestream module like list_dbs() or list_tables(dbname) or is that something that's explicitly not wanted? I'd be happy to help out here.
Beta Was this translation helpful? Give feedback.
All reactions