Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Extend SQL registry config with a sqlalchemy_config_kwargs key #3997

Merged
merged 6 commits into from
Mar 9, 2024

Commits on Mar 7, 2024

  1. Add SQLAlchemy Engine settings to registry config

    Signed-off-by: Galen <[email protected]>
    galen-ft committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    2ab8fc3 View commit details
    Browse the repository at this point in the history
  2. Allow for dict values of any-type

    Signed-off-by: Galen Terziysky <[email protected]>
    galen-ft committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    a38f493 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3037c0 View commit details
    Browse the repository at this point in the history
  4. Add "echo=False" to registry docs

    Signed-off-by: Galen Terziysky <[email protected]>
    galen-ft committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    16da7c9 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Fix mypy type checker error

    Signed-off-by: Galen Terziysky <[email protected]>
    galen-ft committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    809c863 View commit details
    Browse the repository at this point in the history
  2. Accept change by the Black code formatter

    Signed-off-by: Galen Terziysky <[email protected]>
    galen-ft committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    0b6b957 View commit details
    Browse the repository at this point in the history