### Issue checklist - [x] This is a **feature request**/**enhancement**. And not a bug. - [x] I searched through the GitHub issues and this feature/enhancement has not been requested before. - [x] I have installed the latest version of Foundry DevTools and don't use an unsupported python version. - [x] Others could also benefit from this feature or enhancement and it is **not** a very specific use case. ### Feature use case Once profile passing in duckdb is [fixed](https://github.com/duckdb/duckdb-aws/pull/80) we should be able to add a convenience method that creates a scoped, persistent secret. ``` CREATE OR REPLACE PERSISTENT SECRET s3 ( TYPE S3, PROVIDER CREDENTIAL_CHAIN, CHAIN 'process', ENDPOINT '<bla>.palantirfoundry.com/io/s3', URL_STYLE 'path', SCOPE 's3://ri.foundry.main.dataset.', PROFILE 'foundry', REFRESH 'auto' ); ``` ### Description of the Feature - ### Alternatives you considered _No response_ ### Additional Context _No response_