DBT seed run keeps returning unexpected '(' error

The problem I’m having

001003 (42000): SQL compilation error:
syntax error line 1 at position 60 unexpected ‘(’.

The context of why I’m trying to do this

Here is my dummy CSV with no ‘(’ at all

Code___Transaction Repay_Code Base_Project Mapped_Project Master_Project Landed_Category Category Category_Helper Comment Comment_Word Date Ranking Master_Project_Word Date_Word Category_Word Group_By USD_Invested USD_Proceeds
123 123 123 123 123 123 123 123 123 123 123 123 123 123 123 123 123 123

What I’ve already tried

Some example code or error messages

Put code inside backticks
  to preserve indentation
    which is especially important 
      for Python and YAML! 

your csv has commas tho, right? it’s not a tsv?
Looking at the query history for your db can help you understand what dbt is asking the db to do (and where it’s failing).
if it’s the first time running the seed, dbt’s wrapping the statement in a create table seedname as (... so there will be ()s