I'm currently getting the error:
RequestError: The SELECT permission was denied on the object 'tables', database 'mssqlsystemresource', schema 'sys'.
This is from running a migration with knex.js; we've just recently switched our local database instance over to RDS and are now running into this.
The user that knex.js is using is the master/admin user that is setup when configuring RDS; I would expect it to have full permissions.
Is this just something that AWS RDS does not allow? Seems a bit ridiculous.