SDK should respect DefaultGetConfig
of the plugin for tables
#319
Labels
bug
Something isn't working
DefaultGetConfig
of the plugin for tables
#319
steampipe-plugin-sdk version:
v3.2.0-rc.0
Problem Description
Have below in the plugins
DefaultGetConfig
andDefaultIgnoreConfig
and at table level, I have below
Get Config
On running query
select name from aws_osborn.aws_iam_user where name = 'lalit123'
I get below errorBut if I add the
NoSuchEntity
error toDefaultIgnoreConfig
in the plugin it works fine and ignores the errorI have the below question on the above:
The text was updated successfully, but these errors were encountered: