FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Extract SPOG org-id from cluster http_path for non-Thrift requests by msrathore-db · Pull Request #816 · databricks/databricks-sql-python · GitHub

Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .py  (1) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
4 changes: 3 additions & 1 deletion tests/unit/test_session.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,9 @@ def test_control_char_query_param_returns_empty(self):
assert result == {}

def test_empty_query_param_returns_empty(self):
result = Session._extract_spog_headers("/sql/1.0/warehouses/abc123?o=", [])
result = Session._extract_spog_headers(
"/sql/1.0/warehouses/abc123?o=", []
)
assert result == {}

def test_extracts_org_id_from_cluster_path_segment(self):
Expand Down
Loading

Back | FazBrowse Home | New Git URL