Skip to content

Feature Request: Database level default connection configuration #18825

@dantengsky

Description

@dantengsky

Summary

Suggest introducing database level default connection options, something like this:

CREATE/ALTER DATABASE my_db
  OPTIONS (
      DEFAULT_STORAGE_CONNECTION = 'my_s3_connection',
      DEFAULT_STORAGE_PATH = 's3://mybucket/users/'
  );

Newly created tables of database my_db, without implicit connection options, should use the DEFAULT_STORAGE_CONNECTION/PATH specified at database level.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions