I input some files and when i hit run I was getting an error using AMP engine. How do I fix this? Here is a screenshot of that error.
Our usernames almost matched lol!
Anyway, the error seems to show that your input file selected is .avro instead of .csv. Try changing that on the configuration pane and see.
In addition, since you’re using a wildcard * to call your inputs, be sure to note that the CSVs should be of the same data frame, type, and sizes, so that your inputs are all correctly called.
I changed the file format to csv and on my input called out one file instead of using the wildcard(*) and I am still getting the same error
Can I see what your folder looks like? More screenshots will be most helpful