Skip to content

Commit

Permalink
removed vestigal code
Browse files Browse the repository at this point in the history
  • Loading branch information
rishsriv committed Apr 25, 2024
1 parent 3b0cdaa commit 2e69971
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions defog/query_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,10 @@ def get_query(
"previous_context": previous_context,
"db_type": self.db_type if self.db_type != "databricks" else "postgres",
"glossary": glossary,
"language": language,
"hard_filters": hard_filters,
"dev": dev,
"ignore_cache": ignore_cache,
}
if schema != {}:
data["schema"] = schema
data["is_direct"] = True

t_start = datetime.now()
r = requests.post(
Expand Down

0 comments on commit 2e69971

Please sign in to comment.