Skip to content

Commit

Permalink
Begin databricks support
Browse files Browse the repository at this point in the history
  • Loading branch information
magbak committed Aug 26, 2024
1 parent c5858de commit a9e85b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/virtualization/src/python/sql_translation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ with warnings.catch_warnings():
package = "bq"
inherit_cache = True
def translate_sql(vq: VirtualizedQuery, dialect: Literal["bigquery", "postgres"],
def translate_sql(vq: VirtualizedQuery, dialect: Literal["bigquery", "postgres", "databricks"],
resource_sql_map: Dict[str, Any]) -> str:
mapper = SPARQLMapper(dialect, resource_sql_map)
q = mapper.virtualized_query_to_sql(vq)
Expand Down

0 comments on commit a9e85b3

Please sign in to comment.