I have been trying to figure this out. I created a simple package to test thing before I start parameterizing the query I need to run to pull data from AWS PostgreSQL. My DBA set up a user and I can query the schema.table in database using TOAD with ODBC connection created but when I try to use the same ODBC connection in the SSIS package I get this error.
SSIS.Pipeline: "ODBC Source" failed validation and returned validation status "VS_NEEDSNEWMETADATA".
To make it worth if I don't disable "delay validation"( set to false) my SSDT will crash everytime I open a project as my connection managers are setup as project manager.
Have anybody had this problem?
Thanks