Hey! :qiime2:
I'm trying to filter some samples off my metadata (it worked just fine with other samples) but I got the following error:
Plugin error from feature-table:
Selection of IDs failed with query:
SELECT "#SampleID" FROM metadata WHERE "#SampleID" NOT IN ('33C','20C','17C','21C','11C','26C','12C','49A','38A','31A','16A','51A','52A','12A','29A','10A','36A','34A','28A',25A','18A','46A') GROUP BY "#SampleID" ORDER BY "#SampleID";
If one of the metadata column names specified in the where statement is on this list of reserved keywords (SQLite Keywords), please ensure it is quoted appropriately in the where statement.
Debug info has been saved to /tmp/qiime2-q2cli-err-2a2j11ed.log
I don't understand what is the problem (I looked at the link - and the "SampleID" isn't there so I'm not sure).