Here is the code snippet: transformations: descriptors: source: $sources.file_in operations: - operation: filter_rows query: codevalue != "N/A" behavior: include I would expect the output to include rows that do not...
Here is the code snippet: transformations: descriptors: source: $sources.file_in operations: - operation: filter_rows query: codevalue != "N/A" behavior: include I would expect the output to include rows that do not...