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

Jrey/fix inherited dataset list runner #813

Merged
merged 4 commits into from
Oct 14, 2024

Commits on Oct 4, 2024

  1. Update grants on RDS databases

    - Adds USAGE on schema for writer user (allowing use of COPY FROM STDIN for performances)
    - Make use of DEFAULT PRIVILEGE on writer user to force SELECT on all created tables for the reader user (allowing outside tools to create tables with the writer identity and not having to explicitly give read rights)
    neomatamune authored and jreynard-code committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    1821c92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd38d3f View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    5ef4e95 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Fix run integrationTest

    jreynard-code committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    a19430d View commit details
    Browse the repository at this point in the history