Running a match variable macro results in the result being a list of tuples of list of dictionaries, where as not running a macro results in the return being a list of dictionaries.
Per documentation located here the return should be a list of dictionaries.
Running the example in documentation works as expected except the documented return is a list of dictionaries where as the actual result is a list of list of dictionaries:
Running a match variable macro results in the result being a list of tuples of list of dictionaries, where as not running a macro results in the return being a list of dictionaries.
Per documentation located here the return should be a list of dictionaries.
Running the example in documentation works as expected except the documented return is a list of dictionaries where as the actual result is a list of list of dictionaries: