Importing CSV Files
You can import CSV files into the database via dbrunner. To continue the process, you need to create a new deploy request under the relevant project by selecting Create New > Execute Query. Then, you can select "Upload CSV File" from the options that appear.
⚠️ If you don't see this option, your assigned role may not have the permissions. Check the permissions of the roles.

If you are importing into a new table, you must also add the create table query to the relevant form. It's important to note that the create and drop table commands are only allowed under the dbrunner schema. You should edit your code accordingly.