Skip to content

Commit

Permalink
Tiny fix for snowflake
Browse files Browse the repository at this point in the history
  • Loading branch information
erezsh committed Jun 13, 2022
1 parent 2873d18 commit ee82ac2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions preql/sql_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,11 @@ def _execute_sql(self, sql_type, sql_code):
finally:
cs.close()

def commit(self):
pass
def rollback(self):
pass

class BigQueryInterface(SqlInterface):
target = bigquery

Expand Down

0 comments on commit ee82ac2

Please sign in to comment.