* Since May 8th, all flows started failing on the very first GET action with HTTP 400 errors.
* We discovered that the Amazon Redshift connector is now deprecated, so we started migrating our flows to the PostgreSQL connector instead.
* We can authenticate and connect to the Redshift cluster.
* However, when configuring actions such as "Get rows", Power Automate cannot find our objects and returns:
* "Object not found"
* They are mostly SQL views, not physical tables.
* The same objects were previously working through the Redshift connector.
* We strongly suspect these are Redshift views not properly exposed through PostgreSQL metadata discovery.
* Verifying permissions:
* GRANT SELECT ON VIEW/TABLE
* SSL enabled
* Same credentials/database/endpoint as before
* Confirmed the views are queryable directly in Redshift
Even if runtime execution might theoretically work, Power Automate marks the PostgreSQL action as invalid because of the 404 metadata lookup failure, and therefore the flow cannot be saved or validated.
2. Are Redshift views officially unsupported by the PostgreSQL connector?
3. Is there any workaround to bypass metadata validation in the Power Automate designer?
4. Do we need to expose physical tables instead of views for compatibility?
5. Has anyone implemented a stable architecture pattern for Power Automate + Redshift after the connector deprecation?
* or introducing an API/Lambda layer between Power Automate and Redshift

Report
All responses (
Answers (