<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SQL Warehouse connections in us-east-2 in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/sql-warehouse-connections-in-us-east-2/m-p/29883#M21579</link>
    <description>&lt;P&gt;Now they are &lt;A href="https://docs.databricks.com/release-notes/product/2022/october.html#serverless-sql-warehouses-are-available-in-regions-eu-central-1-and-us-east-2" target="test_blank"&gt;https://docs.databricks.com/release-notes/product/2022/october.html#serverless-sql-warehouses-are-available-in-regions-eu-central-1-and-us-east-2&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it seems that was a problem because they were not yet available when you created the post, and it was some transition period.&lt;/P&gt;</description>
    <pubDate>Wed, 12 Oct 2022 13:16:43 GMT</pubDate>
    <dc:creator>Hubert-Dudek</dc:creator>
    <dc:date>2022-10-12T13:16:43Z</dc:date>
    <item>
      <title>SQL Warehouse connections in us-east-2</title>
      <link>https://community.databricks.com/t5/data-engineering/sql-warehouse-connections-in-us-east-2/m-p/29877#M21573</link>
      <description>&lt;P&gt;I have 2 very similarly configured workspaces, one in us-west-2 and one in us-east-2.&lt;/P&gt;&lt;P&gt;Both got configured by default with a "Starter Warehouse".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The one in us-west-2 I can reach via the internet using python databricks-sql-connector, but the one in us-east-2 I can not.  I performed a test on a workspace in us-east-1 and was able to connect.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interestingly however the workspace in us-east-2 can query the datasources using the same "Starter Warehouse", with appropriate results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2022 19:13:26 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/sql-warehouse-connections-in-us-east-2/m-p/29877#M21573</guid>
      <dc:creator>marcus1</dc:creator>
      <dc:date>2022-09-30T19:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Warehouse connections in us-east-2</title>
      <link>https://community.databricks.com/t5/data-engineering/sql-warehouse-connections-in-us-east-2/m-p/29878#M21574</link>
      <description>&lt;P&gt;Maybe routing is configured differently in your VNET. That SQL warehouse, after all, is a machine in your VNET.Yyou can preview everything in resources in the azure portal (or AWS). As it is two different regions, it will be diffrent vents, and other rules can apply (routing table, etc.)&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2022 19:17:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/sql-warehouse-connections-in-us-east-2/m-p/29878#M21574</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2022-09-30T19:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Warehouse connections in us-east-2</title>
      <link>https://community.databricks.com/t5/data-engineering/sql-warehouse-connections-in-us-east-2/m-p/29879#M21575</link>
      <description>&lt;P&gt;The workspaces were created identically with the CloudFormation automation provided by databricks.  So both workspaces for instance allow access via DB cli and api, so the issue of routing from the public internet is not an issue, at least to the workspace.&lt;/P&gt;&lt;P&gt;When I curl the sql endpoint both respond.&lt;/P&gt;&lt;P&gt;But with the us-east-2 server:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;Traceback (most recent call last):&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;&amp;nbsp;File "/Users/marcussimonsen/work/analytics/db_sql_connector.py", line 4, in &amp;lt;module&amp;gt;&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;connection = sql.connect(&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;&amp;nbsp;File "/Users/marcussimonsen/work/analytics/.venv/lib/python3.8/site-packages/databricks/sql/__init__.py", line 50, in connect&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;return Connection(server_hostname, http_path, access_token, **kwargs)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;&amp;nbsp;File "/Users/marcussimonsen/work/analytics/.venv/lib/python3.8/site-packages/databricks/sql/client.py", line 129, in __init__&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;self._session_handle = self.thrift_backend.open_session(&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;&amp;nbsp;File "/Users/marcussimonsen/work/analytics/.venv/lib/python3.8/site-packages/databricks/sql/thrift_backend.py", line 444, in open_session&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;response = self.make_request(self._client.OpenSession, open_session_req)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;&amp;nbsp;File "/Users/marcussimonsen/work/analytics/.venv/lib/python3.8/site-packages/databricks/sql/thrift_backend.py", line 373, in make_request&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;self._handle_request_error(error_info, attempt, elapsed)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;&amp;nbsp;File "/Users/marcussimonsen/work/analytics/.venv/lib/python3.8/site-packages/databricks/sql/thrift_backend.py", line 241, in _handle_request_error&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;raise network_request_error&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;databricks.sql.exc.RequestError: Error during request to server&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2022 20:41:01 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/sql-warehouse-connections-in-us-east-2/m-p/29879#M21575</guid>
      <dc:creator>marcus1</dc:creator>
      <dc:date>2022-09-30T20:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Warehouse connections in us-east-2</title>
      <link>https://community.databricks.com/t5/data-engineering/sql-warehouse-connections-in-us-east-2/m-p/29880#M21576</link>
      <description>&lt;P&gt;@Marcus Simonsen​&amp;nbsp;&lt;/P&gt;&lt;P&gt;could you check connectivity to endpoint from where you are running this code?&lt;/P&gt;&lt;P&gt;from linux terminal&lt;/P&gt;&lt;P&gt;nc -zv&amp;nbsp;&amp;lt;Workspacename&amp;gt;&lt;A href="http://amgen-edl-dev.cloud.databricks.com/?_ga=2.120143240.1671529271.1664785077-1948001012.1663778283" alt="http://amgen-edl-dev.cloud.databricks.com/?_ga=2.120143240.1671529271.1664785077-1948001012.1663778283" target="_blank"&gt;.cloud.databricks.com&lt;/A&gt;&amp;nbsp;443 (Replace workspacename)&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2022 14:01:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/sql-warehouse-connections-in-us-east-2/m-p/29880#M21576</guid>
      <dc:creator>Sivaprasad1</dc:creator>
      <dc:date>2022-10-03T14:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Warehouse connections in us-east-2</title>
      <link>https://community.databricks.com/t5/data-engineering/sql-warehouse-connections-in-us-east-2/m-p/29881#M21577</link>
      <description>&lt;P&gt;Connection suceeds.  Curl to the SQL endpoint is also fine.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2022 15:09:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/sql-warehouse-connections-in-us-east-2/m-p/29881#M21577</guid>
      <dc:creator>marcus1</dc:creator>
      <dc:date>2022-10-04T15:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Warehouse connections in us-east-2</title>
      <link>https://community.databricks.com/t5/data-engineering/sql-warehouse-connections-in-us-east-2/m-p/29882#M21578</link>
      <description>&lt;P&gt;I noticed somthing in &lt;A href="https://status.databricks.com/" target="test_blank"&gt;https://status.databricks.com/&lt;/A&gt; that SQLServerless isn't operational in us-east-2.  Can anyone confirm this?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2022 15:11:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/sql-warehouse-connections-in-us-east-2/m-p/29882#M21578</guid>
      <dc:creator>marcus1</dc:creator>
      <dc:date>2022-10-04T15:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Warehouse connections in us-east-2</title>
      <link>https://community.databricks.com/t5/data-engineering/sql-warehouse-connections-in-us-east-2/m-p/29883#M21579</link>
      <description>&lt;P&gt;Now they are &lt;A href="https://docs.databricks.com/release-notes/product/2022/october.html#serverless-sql-warehouses-are-available-in-regions-eu-central-1-and-us-east-2" target="test_blank"&gt;https://docs.databricks.com/release-notes/product/2022/october.html#serverless-sql-warehouses-are-available-in-regions-eu-central-1-and-us-east-2&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it seems that was a problem because they were not yet available when you created the post, and it was some transition period.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 13:16:43 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/sql-warehouse-connections-in-us-east-2/m-p/29883#M21579</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2022-10-12T13:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Warehouse connections in us-east-2</title>
      <link>https://community.databricks.com/t5/data-engineering/sql-warehouse-connections-in-us-east-2/m-p/29884#M21580</link>
      <description>&lt;P&gt;Thanks Hubert!  Still having the same exception as above.  As a last resort I'll create another workspace in us-east-2 to see if I can reproduce.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2022 17:21:05 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/sql-warehouse-connections-in-us-east-2/m-p/29884#M21580</guid>
      <dc:creator>marcus1</dc:creator>
      <dc:date>2022-10-14T17:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Warehouse connections in us-east-2</title>
      <link>https://community.databricks.com/t5/data-engineering/sql-warehouse-connections-in-us-east-2/m-p/29885#M21581</link>
      <description>&lt;P&gt;Hi @Marcus Simonsen​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope all is well! Just wanted to check in if you were able to resolve your issue and would you be happy to share the solution or mark an answer as best? Else please let us know if you need more help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We'd love to hear from you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Oct 2022 06:04:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/sql-warehouse-connections-in-us-east-2/m-p/29885#M21581</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-23T06:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Warehouse connections in us-east-2</title>
      <link>https://community.databricks.com/t5/data-engineering/sql-warehouse-connections-in-us-east-2/m-p/29886#M21582</link>
      <description>&lt;P&gt;Yes, newer clusters/warehouses spun up, are now reachable in us-east-2.  &lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 16:27:04 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/sql-warehouse-connections-in-us-east-2/m-p/29886#M21582</guid>
      <dc:creator>marcus1</dc:creator>
      <dc:date>2022-11-09T16:27:04Z</dc:date>
    </item>
  </channel>
</rss>

