Replies: 1 comment
-
If the Get config specifies multiple If on the other hand the Get config specified:
then a Get call would be invoked if either |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I have a table with two columns e.g.
KeyColumns: plugin.AllColumns([]string{"name", "last_name"}),
and someone performs a query like
Will steampipe invoke the
List
or theGet
function? or in other words, do I need to handle conditions where only a partial key is provided in theGet
function?Beta Was this translation helpful? Give feedback.
All reactions