<?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 How to increase timeout in Databricks Workflows DBT task in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-to-increase-timeout-in-databricks-workflows-dbt-task/m-p/107246#M42742</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a Databricks Workflows DBT task that targets a PRO SQL warehouse. However, the task fails with a "to many retries" error (see below) if the PRO SQL warehouse is not up and running when the task starts. How can I increase the timeout or allowed number of retries (for the DBT task connecting to the PRO SQL Warehouse)?&lt;/P&gt;&lt;P&gt;Error message:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;12:03:16 Finished running in 0 hours 5 minutes and 4.37 seconds (304.37s).&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;12:03:16 Encountered an error: Database Error HTTPSConnectionPool(host='adb-5482477729738913.13.azuredatabricks.net', port=443): Max retries exceeded with url: /sql/1.0/warehouses/d426dd371415ad72 (Caused by ResponseError('too many 503 error responses'))&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Jan 2025 13:57:16 GMT</pubDate>
    <dc:creator>Mattias</dc:creator>
    <dc:date>2025-01-27T13:57:16Z</dc:date>
    <item>
      <title>How to increase timeout in Databricks Workflows DBT task</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-increase-timeout-in-databricks-workflows-dbt-task/m-p/107246#M42742</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a Databricks Workflows DBT task that targets a PRO SQL warehouse. However, the task fails with a "to many retries" error (see below) if the PRO SQL warehouse is not up and running when the task starts. How can I increase the timeout or allowed number of retries (for the DBT task connecting to the PRO SQL Warehouse)?&lt;/P&gt;&lt;P&gt;Error message:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;12:03:16 Finished running in 0 hours 5 minutes and 4.37 seconds (304.37s).&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;12:03:16 Encountered an error: Database Error HTTPSConnectionPool(host='adb-5482477729738913.13.azuredatabricks.net', port=443): Max retries exceeded with url: /sql/1.0/warehouses/d426dd371415ad72 (Caused by ResponseError('too many 503 error responses'))&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2025 13:57:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-increase-timeout-in-databricks-workflows-dbt-task/m-p/107246#M42742</guid>
      <dc:creator>Mattias</dc:creator>
      <dc:date>2025-01-27T13:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase timeout in Databricks Workflows DBT task</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-increase-timeout-in-databricks-workflows-dbt-task/m-p/107248#M42744</link>
      <description>&lt;P&gt;As per API doc for jobs you can set up a time out for your jobs:&amp;nbsp;&lt;A href="https://docs.databricks.com/api/workspace/jobs/create#tasks-timeout_seconds" target="_blank"&gt;https://docs.databricks.com/api/workspace/jobs/create#tasks-timeout_seconds&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;An optional timeout applied to each run of this job task. A value of&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="du-bois-light-typography css-v80wf5"&gt;&lt;CODE&gt;0&lt;/CODE&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;means no timeout.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2025 14:10:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-increase-timeout-in-databricks-workflows-dbt-task/m-p/107248#M42744</guid>
      <dc:creator>Walter_C</dc:creator>
      <dc:date>2025-01-27T14:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase timeout in Databricks Workflows DBT task</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-increase-timeout-in-databricks-workflows-dbt-task/m-p/107342#M42778</link>
      <description>&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;Is there a similar time out parameter when cofiguring a workflow in the Databricks Web GUI? I cannot find one...&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2025 06:49:41 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-increase-timeout-in-databricks-workflows-dbt-task/m-p/107342#M42778</guid>
      <dc:creator>Mattias</dc:creator>
      <dc:date>2025-01-28T06:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase timeout in Databricks Workflows DBT task</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-increase-timeout-in-databricks-workflows-dbt-task/m-p/107368#M42784</link>
      <description>&lt;P&gt;One option seems to be to reference a custom "profiles.yml" in the job configuration and specify a custom DBT Databricks connector timeout there (&lt;A href="https://docs.getdbt.com/docs/core/connect-data-platform/databricks-setup#additional-parameters)" target="_blank"&gt;https://docs.getdbt.com/docs/core/connect-data-platform/databricks-setup#additional-parameters)&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;However, then I must also set the "token"-property manually, and I don't want to check in the token into git. Is there a way to solve authentication when using a custom profiles.yml, without checking in the Databricks token into git?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2025 08:45:46 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-increase-timeout-in-databricks-workflows-dbt-task/m-p/107368#M42784</guid>
      <dc:creator>Mattias</dc:creator>
      <dc:date>2025-01-28T08:45:46Z</dc:date>
    </item>
  </channel>
</rss>

