You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If possible to add something similar to DefaultRetryConfig could be added that would allow users to define DefaultHydrateConfig where users can common functionalities for all the hydrate functions.
Also, to add the ignore_access_denied_errors flag to handle AccessDenied Errors. It would be easier for users if they would be able to call GetConfig to get connection config details. GetConfig function requires *plugin.Connection which is not available for the ShouldIgnoreError currently
The text was updated successfully, but these errors were encountered:
Needed for turbot/steampipe-plugin-aws#878
currently,
plugin-sdk
allows defining hydrate config for each hydrate function at table level. like below:If possible to add something similar to DefaultRetryConfig could be added that would allow users to define
DefaultHydrateConfig
where users can common functionalities for all the hydrate functions.Also, to add the
ignore_access_denied_errors
flag to handleAccessDenied Errors
. It would be easier for users if they would be able to call GetConfig to get connection config details. GetConfig function requires*plugin.Connection
which is not available for theShouldIgnoreError
currentlyThe text was updated successfully, but these errors were encountered: