Skip to content

[Feature Request]: Add Option to create persistent Secret with s3 configuration #97

@nicornk

Description

@nicornk

Issue checklist

  • This is a feature request/enhancement. And not a bug.
  • I searched through the GitHub issues and this feature/enhancement has not been requested before.
  • I have installed the latest version of Foundry DevTools and don't use an unsupported python version.
  • 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 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions