TobikoData / sqlmesh

Efficient data transformation and modeling framework that is backwards compatible with dbt.
https://sqlmesh.com
Apache License 2.0
1.65k stars 148 forks source link

Support IAM profile authentication for Redshift #2146

Open osalloum opened 7 months ago

osalloum commented 7 months ago

I am trying to use sqlmesh over a Redshift dbt project with IAM authentication in the connection profile

sqlmesh ui
Error: 1 validation error for RedshiftConfig
password
  Field required [type=missing, input_value={'name': 'dev', 'profile_...True, 'database': 'dev'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.6/v/missing
izeigerman commented 7 months ago

@eakmanrq @treysp FYI