argument.
I have two different dataframes that I would like to insert into Postgres tables. This is what I have now but unsure of how would I pass the data argument here
```@task
def make_query(schema_name, table_name, columns):
return f'''
CREATE TABLE IF NOT EXISTS {schema_name}.{table_name} ({columns});
INSERT INTO {schema_name}.{table_name} ({columns}) VALUES ();'
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.