Skip to content

[Feature Request] Ability to specify SQL_CONNECT_ATTRIBUTES for temporal-schema job #561

@adigiorgi-clickup

Description

@adigiorgi-clickup

Is your feature request related to a problem? Please describe.

The temporal-schema job always tries to create tables in the public schema, but our DBAs don't allow the use of the public schema.

By setting the SQL_CONNECT_ATTRIBUTES env var to something like search_path=temporalvisibility, we can actually tell temporal-schema to populate a different schema, but unfortunately the Helm chart doesn't allow to specify SQL_CONNECT_ATTRIBUTES.

Describe the solution you'd like

Allow to specify the SQL_CONNECT_ATTRIBUTES env var for the temporal-schema job in the Helm chart.

Additional context

N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions