Skip to content

Add ability to set connect_args in the sqlalchemy create_engine method #6072

@StevEllio

Description

@StevEllio

Describe the Enhancement you want
The ability to add connect_args to the sqlalchemy create_engine method so that private key auth can be implemented for Snowflake connections among others. Currently we can only set the db_url in the rxconfig file.

  • Which feature do you want to improve? (and what problem does it have)
    rx.session and rx.Model use the rxconfig database url, we are unable to use private key auth in this connection.

  • What is the benefit of the enhancement?
    Ability to use private key auth with existing database modelling capabilities

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementAnything you want improved

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions