<?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: Running multiple Databricks queries with golang client in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/running-multiple-databricks-queries-with-golang-client/m-p/4351#M1097</link>
    <description>&lt;P&gt;Hi @Gil Omer​&amp;nbsp; This will be supported in the future, it depends on the SQL execution API allowing for multiple SQL statements.&lt;/P&gt;&lt;P&gt;if you want this today, you’d have to do semi-colon splitting and then you could execute a list of SQL queries. You can’t (yet) give us the multiple queries in a string with semi-colons.&lt;/P&gt;</description>
    <pubDate>Tue, 13 Jun 2023 21:38:37 GMT</pubDate>
    <dc:creator>Priyanka_Biswas</dc:creator>
    <dc:date>2023-06-13T21:38:37Z</dc:date>
    <item>
      <title>Running multiple Databricks queries with golang client</title>
      <link>https://community.databricks.com/t5/data-engineering/running-multiple-databricks-queries-with-golang-client/m-p/4350#M1096</link>
      <description>&lt;P&gt;I am using github.com/databricks/databricks-sql-go to connect and run queries on my Databricks warehouse. However when I try to run multiple queries:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;insert into....;
insert into....;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It fails and complains on syntax errors.&lt;/P&gt;&lt;P&gt;&lt;I&gt;[PARSE_SYNTAX_ERROR] Syntax error at or near 'INSERT'...&lt;/I&gt;&lt;/P&gt;&lt;P&gt;Is there a config to enable running multiple queries like that. Example of how Snowflake are doing it:&amp;nbsp;&lt;A href="https://github.com/snowflakedb/gosnowflake/blob/master/multistatement_test.go" alt="https://github.com/snowflakedb/gosnowflake/blob/master/multistatement_test.go" target="_blank"&gt;https://github.com/snowflakedb/gosnowflake/blob/master/multistatement_test.go&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 15:49:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/running-multiple-databricks-queries-with-golang-client/m-p/4350#M1096</guid>
      <dc:creator>gilo12</dc:creator>
      <dc:date>2023-05-15T15:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: Running multiple Databricks queries with golang client</title>
      <link>https://community.databricks.com/t5/data-engineering/running-multiple-databricks-queries-with-golang-client/m-p/4351#M1097</link>
      <description>&lt;P&gt;Hi @Gil Omer​&amp;nbsp; This will be supported in the future, it depends on the SQL execution API allowing for multiple SQL statements.&lt;/P&gt;&lt;P&gt;if you want this today, you’d have to do semi-colon splitting and then you could execute a list of SQL queries. You can’t (yet) give us the multiple queries in a string with semi-colons.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 21:38:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/running-multiple-databricks-queries-with-golang-client/m-p/4351#M1097</guid>
      <dc:creator>Priyanka_Biswas</dc:creator>
      <dc:date>2023-06-13T21:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Running multiple Databricks queries with golang client</title>
      <link>https://community.databricks.com/t5/data-engineering/running-multiple-databricks-queries-with-golang-client/m-p/4352#M1098</link>
      <description>&lt;P&gt;Hi @Gil Omer​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for posting your question in our community! We are happy to assist you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To help us provide you with the most accurate information, could you please take a moment to review the responses and select the one that best answers your question?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will also help other community members who may have similar questions in the future. Thank you for your participation and let us know if you need any further assistance!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 07:22:40 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/running-multiple-databricks-queries-with-golang-client/m-p/4352#M1098</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-06-21T07:22:40Z</dc:date>
    </item>
  </channel>
</rss>

