<?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: Why is the workflow trigger status always paused? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/why-is-the-workflow-trigger-status-always-paused/m-p/78948#M35646</link>
    <description>&lt;P&gt;You're welcome! Glad it worked&lt;/P&gt;</description>
    <pubDate>Tue, 16 Jul 2024 10:42:20 GMT</pubDate>
    <dc:creator>jacovangelder</dc:creator>
    <dc:date>2024-07-16T10:42:20Z</dc:date>
    <item>
      <title>Why is the workflow trigger status always paused?</title>
      <link>https://community.databricks.com/t5/data-engineering/why-is-the-workflow-trigger-status-always-paused/m-p/78902#M35632</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I create a workflow job via Asset Bundle. However, after deploying the job to the databricks the trigger status is always paused even no matter how I update the cron expression. I can manually trigger it successfully.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-07-16 at 12.05.51.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/9584iB464FF79C783E2A1/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-07-16 at 12.05.51.png" alt="Screenshot 2024-07-16 at 12.05.51.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-07-16 at 12.06.50.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/9585iCF2447FD0396B1F0/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-07-16 at 12.06.50.png" alt="Screenshot 2024-07-16 at 12.06.50.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I cannot figure out why. Am I missing something? All the tasks in the workflow job is DLT pipeline, and the later one depends on the previous one&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2024 04:12:38 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/why-is-the-workflow-trigger-status-always-paused/m-p/78902#M35632</guid>
      <dc:creator>guangyi</dc:creator>
      <dc:date>2024-07-16T04:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the workflow trigger status always paused?</title>
      <link>https://community.databricks.com/t5/data-engineering/why-is-the-workflow-trigger-status-always-paused/m-p/78912#M35635</link>
      <description>&lt;P&gt;I found a document is about Job ACL:&amp;nbsp;&lt;A href="https://docs.databricks.com/en/security/auth/access-control/index.html#job-acls" target="_blank"&gt;https://docs.databricks.com/en/security/auth/access-control/index.html#job-acls&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Is this because I don't have “&lt;SPAN&gt;Edit job settings” access? I knew I have been assigned to a access group, but I don't know what kind access I have right now.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Is there a way to check this besides ask the admin?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2024 06:08:07 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/why-is-the-workflow-trigger-status-always-paused/m-p/78912#M35635</guid>
      <dc:creator>guangyi</dc:creator>
      <dc:date>2024-07-16T06:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the workflow trigger status always paused?</title>
      <link>https://community.databricks.com/t5/data-engineering/why-is-the-workflow-trigger-status-always-paused/m-p/78921#M35637</link>
      <description>&lt;P&gt;Next to the cron expression, you also need the following property: &lt;STRONG&gt;pause_status&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;For example:&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;schedule:
  quartz_cron_expression: 0 0 6 * * ?
  timezone_id: Europe/Amsterdam
  pause_status: UNPAUSED&lt;/LI-CODE&gt;&lt;P&gt;The property can be set to PAUSED and UNPAUSED.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2024 07:05:05 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/why-is-the-workflow-trigger-status-always-paused/m-p/78921#M35637</guid>
      <dc:creator>jacovangelder</dc:creator>
      <dc:date>2024-07-16T07:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the workflow trigger status always paused?</title>
      <link>https://community.databricks.com/t5/data-engineering/why-is-the-workflow-trigger-status-always-paused/m-p/78926#M35639</link>
      <description>&lt;P&gt;Hi&amp;nbsp;jacovangelder,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your suggestion, I tried but it not working.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2024 07:56:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/why-is-the-workflow-trigger-status-always-paused/m-p/78926#M35639</guid>
      <dc:creator>guangyi</dc:creator>
      <dc:date>2024-07-16T07:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the workflow trigger status always paused?</title>
      <link>https://community.databricks.com/t5/data-engineering/why-is-the-workflow-trigger-status-always-paused/m-p/78927#M35640</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;jacovangelder,&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sorry my bad. It is not working because I used the lower cases. It working now&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2024 08:15:19 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/why-is-the-workflow-trigger-status-always-paused/m-p/78927#M35640</guid>
      <dc:creator>guangyi</dc:creator>
      <dc:date>2024-07-16T08:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the workflow trigger status always paused?</title>
      <link>https://community.databricks.com/t5/data-engineering/why-is-the-workflow-trigger-status-always-paused/m-p/78948#M35646</link>
      <description>&lt;P&gt;You're welcome! Glad it worked&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2024 10:42:20 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/why-is-the-workflow-trigger-status-always-paused/m-p/78948#M35646</guid>
      <dc:creator>jacovangelder</dc:creator>
      <dc:date>2024-07-16T10:42:20Z</dc:date>
    </item>
  </channel>
</rss>

