Skip to content

Commit

Permalink
Updated insert script
Browse files Browse the repository at this point in the history
  • Loading branch information
ankita-orchestral committed Jan 8, 2024
1 parent b6860d2 commit 0dd1536
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions actions/insert.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ def run(self, **kwargs):
autoload_with=self.engine)

# Execute the insert query
conn.execute(
sql_table.insert(inline=True), # pylint: disable-msg=no-value-for-parameter
conn.execute(sql_table.insert(inline=True), #pylint: disable-msg=no-value-for-parameter
insert_data)

return True

0 comments on commit 0dd1536

Please sign in to comment.