We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a67c798 commit 0f7a3c8Copy full SHA for 0f7a3c8
data_algebra/near_sql.py
@@ -13,7 +13,7 @@ def __init__(self, *, terms, quoted_query_name, temp_tables):
13
self.temp_tables = temp_tables
14
15
def to_sql(self, *, columns=None, force_sql=False, constants=None, db_model):
16
- raise NotImplemented("base method called")
+ raise NotImplementedError("base method called")
17
18
def summary(self):
19
return {"quoted_query_name": self.quoted_query_name, "is_table": False}
0 commit comments