<?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: Dynamic variable and multi-instance tasks. in Machine Learning</title>
    <link>https://community.databricks.com/t5/machine-learning/dynamic-variable-and-multi-instance-tasks/m-p/50626#M2711</link>
    <description>&lt;P&gt;Hey Maverick1,&lt;/P&gt;&lt;P&gt;Did you find a solution for your second question?&lt;/P&gt;&lt;P&gt;I have also same approach. In databricks, it has workflows, job clusters, tasks etc.&lt;/P&gt;&lt;P&gt;I'm trying to do creating one job cluster with one configuration or specification which has a workflow and this workflow needs to have 3 dependent tasks as a straight line. For example, t1-&amp;gt;t2-&amp;gt;t3.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In databricks there are some constraints also like a job can contain maximum 100 task as a specification and&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;maximum 1000 concurrent task runs as an instance. Besides, they are saying databricks has own orchestration inside workflow.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;These questions below are for the community.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How can I utilize my job cluster?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Does the orchestrator run 1000 concurrent instance even the workflow has 3 task in the job?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Does databricks support a queue as an input for workflow or a task inside workflow? (Instead of giving parameters)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Actually, I don't know how databricks running internally. Is it scaling up and down tasks or if it is yes, are they scaling up and down by looking which metrics? I would like to scale up my specific task 't2' like in the example, respect to events or inputs inside queue or anywhere which are dynamically created. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is it possible with managed workflow powered by the orchestrator you have?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Or Do we need to use some custom tool like Apache Airflow?&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Nov 2023 11:35:37 GMT</pubDate>
    <dc:creator>gyapar</dc:creator>
    <dc:date>2023-11-08T11:35:37Z</dc:date>
    <item>
      <title>Dynamic variable and multi-instance tasks.</title>
      <link>https://community.databricks.com/t5/machine-learning/dynamic-variable-and-multi-instance-tasks/m-p/19208#M1040</link>
      <description>&lt;P&gt;1. How to pass dynamic variable values like "sysdate" to a job parameters, so that it will automatically take the updated values on the fly.&lt;/P&gt;&lt;P&gt;2. How to run multiple instance of set of tasksin a job (for different parameters). For e.g the same pipeline or set of tasks in the same job need&amp;nbsp;to run for various markets/domains that can be referred from the list or parameter set.&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2022 10:29:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/dynamic-variable-and-multi-instance-tasks/m-p/19208#M1040</guid>
      <dc:creator>Maverick1</dc:creator>
      <dc:date>2022-05-31T10:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic variable and multi-instance tasks.</title>
      <link>https://community.databricks.com/t5/machine-learning/dynamic-variable-and-multi-instance-tasks/m-p/19209#M1041</link>
      <description>&lt;P&gt;Hey @Saurabh Verma​&amp;nbsp;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;We support a &lt;A href="https://docs.databricks.com/data-engineering/jobs/jobs.html#task-parameter-variables" alt="https://docs.databricks.com/data-engineering/jobs/jobs.html#task-parameter-variables" target="_blank"&gt;limited number of dynamic parameters&lt;/A&gt;. We are working on expanding these.&lt;/LI&gt;&lt;LI&gt;You can run multiple instances of a job with different task parameters. That should just work as it is already supported.&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Fri, 03 Jun 2022 20:18:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/dynamic-variable-and-multi-instance-tasks/m-p/19209#M1041</guid>
      <dc:creator>BilalAslamDbrx</dc:creator>
      <dc:date>2022-06-03T20:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic variable and multi-instance tasks.</title>
      <link>https://community.databricks.com/t5/machine-learning/dynamic-variable-and-multi-instance-tasks/m-p/50626#M2711</link>
      <description>&lt;P&gt;Hey Maverick1,&lt;/P&gt;&lt;P&gt;Did you find a solution for your second question?&lt;/P&gt;&lt;P&gt;I have also same approach. In databricks, it has workflows, job clusters, tasks etc.&lt;/P&gt;&lt;P&gt;I'm trying to do creating one job cluster with one configuration or specification which has a workflow and this workflow needs to have 3 dependent tasks as a straight line. For example, t1-&amp;gt;t2-&amp;gt;t3.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In databricks there are some constraints also like a job can contain maximum 100 task as a specification and&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;maximum 1000 concurrent task runs as an instance. Besides, they are saying databricks has own orchestration inside workflow.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;These questions below are for the community.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How can I utilize my job cluster?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Does the orchestrator run 1000 concurrent instance even the workflow has 3 task in the job?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Does databricks support a queue as an input for workflow or a task inside workflow? (Instead of giving parameters)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Actually, I don't know how databricks running internally. Is it scaling up and down tasks or if it is yes, are they scaling up and down by looking which metrics? I would like to scale up my specific task 't2' like in the example, respect to events or inputs inside queue or anywhere which are dynamically created. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is it possible with managed workflow powered by the orchestrator you have?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Or Do we need to use some custom tool like Apache Airflow?&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 11:35:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/dynamic-variable-and-multi-instance-tasks/m-p/50626#M2711</guid>
      <dc:creator>gyapar</dc:creator>
      <dc:date>2023-11-08T11:35:37Z</dc:date>
    </item>
  </channel>
</rss>

