<?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: Not able to edit_mode UI_LOCKED to EDITABLE in bundle deployment for development mode in Machine Learning</title>
    <link>https://community.databricks.com/t5/machine-learning/not-able-to-edit-mode-ui-locked-to-editable-in-bundle-deployment/m-p/80449#M3513</link>
    <description>&lt;P&gt;edit_mode is not mentioned in the bundle docs, I saw this mentioned API Job create docs.&amp;nbsp;&lt;BR /&gt;I tried using it in the bundle but it did not override it.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am unsure if this option is available through the bundle but I am trying to find a way to change it from UI_LOCKED to EDITABLE similar to how it can be achieved through Job Create API.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jul 2024 21:32:52 GMT</pubDate>
    <dc:creator>kishanmaladkar</dc:creator>
    <dc:date>2024-07-24T21:32:52Z</dc:date>
    <item>
      <title>Not able to edit_mode UI_LOCKED to EDITABLE in bundle deployment for development mode</title>
      <link>https://community.databricks.com/t5/machine-learning/not-able-to-edit-mode-ui-locked-to-editable-in-bundle-deployment/m-p/80185#M3499</link>
      <description>&lt;P&gt;The edit_mode for Databricks jobs cannot be overridden using the bundle.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Based on the jobs REST API docs, there is a functionality to set this parameter but in the bundle docs, it's not available.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I use this in the bundle to override the parameters? Also, note that this job calls other jobs - this is an E2E workflow where training, scoring, and validation jobs are called inside the workflow.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Below is the config of the job.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;resources:
  jobs:
    &amp;lt;job_name&amp;gt;:
      name: ...
      job_clusters:
        - job_cluster_key: ...
      max_concurrent_runs: 10
      tasks:
        - task_key: ...
        - task_key: ...
        - task_key: ...
          run_job_task:
            job_id: ...
        - task_key: ...
        - task_key: ...
          run_job_task:
            job_id:  ...
            job_parameters:
              ...
      git_source:
        git_url: ${var.git_repo}
        git_provider: gitHubEnterprise
        git_branch: ${var.git_branch}
      queue:
        enabled: true
      parameters:
        - name: ...
          default: ...
        - name: ...
          default: ...
        ...
      tags:
        project: ...
        stage: ${bundle.target}
        team: ...
      edit_mode: EDITABLE&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 17:05:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/not-able-to-edit-mode-ui-locked-to-editable-in-bundle-deployment/m-p/80185#M3499</guid>
      <dc:creator>kishanmaladkar</dc:creator>
      <dc:date>2024-07-23T17:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to edit_mode UI_LOCKED to EDITABLE in bundle deployment for development mode</title>
      <link>https://community.databricks.com/t5/machine-learning/not-able-to-edit-mode-ui-locked-to-editable-in-bundle-deployment/m-p/80438#M3512</link>
      <description>&lt;P&gt;When you refer you cannot edit it, do you refer to this specific field for the edit mode, it keeps blocked as UI_LOCKED or the option is just not available?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 19:29:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/not-able-to-edit-mode-ui-locked-to-editable-in-bundle-deployment/m-p/80438#M3512</guid>
      <dc:creator>Walter_C</dc:creator>
      <dc:date>2024-07-24T19:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to edit_mode UI_LOCKED to EDITABLE in bundle deployment for development mode</title>
      <link>https://community.databricks.com/t5/machine-learning/not-able-to-edit-mode-ui-locked-to-editable-in-bundle-deployment/m-p/80449#M3513</link>
      <description>&lt;P&gt;edit_mode is not mentioned in the bundle docs, I saw this mentioned API Job create docs.&amp;nbsp;&lt;BR /&gt;I tried using it in the bundle but it did not override it.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am unsure if this option is available through the bundle but I am trying to find a way to change it from UI_LOCKED to EDITABLE similar to how it can be achieved through Job Create API.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 21:32:52 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/not-able-to-edit-mode-ui-locked-to-editable-in-bundle-deployment/m-p/80449#M3513</guid>
      <dc:creator>kishanmaladkar</dc:creator>
      <dc:date>2024-07-24T21:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to edit_mode UI_LOCKED to EDITABLE in bundle deployment for development mode</title>
      <link>https://community.databricks.com/t5/machine-learning/not-able-to-edit-mode-ui-locked-to-editable-in-bundle-deployment/m-p/95336#M3736</link>
      <description>&lt;P&gt;The `edit_mode` property cannot be set by design. It is set to `UI_LOCKED` on bundle deployment to let viewers of the job in the UI know that any changes they make to the job instance are going to be clobbered the next time someone runs a bundle deploy.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2024 18:30:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/not-able-to-edit-mode-ui-locked-to-editable-in-bundle-deployment/m-p/95336#M3736</guid>
      <dc:creator>pietern</dc:creator>
      <dc:date>2024-10-21T18:30:28Z</dc:date>
    </item>
  </channel>
</rss>

