Skip to content

Commit

Permalink
Update dremio_api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
acrylJonny committed Nov 14, 2024
1 parent 5a02017 commit dccc5c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -782,6 +782,6 @@ def get_context_for_vds(self, resource_id: str) -> str:
url=f"/catalog/{resource_id}",
).get("sqlContext")

return '.'.join(
return ".".join(
f'"{part}"' if "." in part else f"{part}" for part in context_array
)

0 comments on commit dccc5c8

Please sign in to comment.