<?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: Unable to Create Job Task Using Git Provider Invalid Path in Administration &amp; Architecture</title>
    <link>https://community.databricks.com/t5/administration-architecture/unable-to-create-job-task-using-git-provider-invalid-path/m-p/94179#M2075</link>
    <description>&lt;P&gt;Like I said in a previous response.&amp;nbsp; This started working automatically a few days ago with no changes on our end.&amp;nbsp; The developer who was working on this decided to try it one more time and it just worked, no error this time.&amp;nbsp; I don't know if Databricks pushed out a fix or what.&lt;/P&gt;</description>
    <pubDate>Tue, 15 Oct 2024 18:16:21 GMT</pubDate>
    <dc:creator>umccanna</dc:creator>
    <dc:date>2024-10-15T18:16:21Z</dc:date>
    <item>
      <title>Unable to Create Job Task Using Git Provider Invalid Path</title>
      <link>https://community.databricks.com/t5/administration-architecture/unable-to-create-job-task-using-git-provider-invalid-path/m-p/92470#M1952</link>
      <description>&lt;P&gt;I am attempting to create a task in a job using the Git Provider as a source and GitHub is the provider.&amp;nbsp; The repo is a private repo.&amp;nbsp; Regardless of how I enter the path to the notebook I receive the same error that the notebook path is invalid and only absolute paths are supported and must begin with a forward slash (/).&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I attempt to prefix my path with a forward slash I get an error in the UI that git provider paths must be relative and not begin with forward slash.&lt;/P&gt;&lt;P&gt;I have attempted to wrap the path in quotes and I've tried escaping the spaces with a backslash.&amp;nbsp; I've also tried prefixing the path with blob/main or this_is_a_repo_name and neither seem to be working.&lt;/P&gt;&lt;P&gt;Has anyone else experienced this?&amp;nbsp; I can't find an example of the YAML configuration that could be used as an alternative (thinking it may be a UI limitation).&lt;/P&gt;&lt;P&gt;Example of Configuration:&lt;BR /&gt;GitHub Repo Path:&amp;nbsp;&lt;A href="https://github.com/ExampleAccount/this_is_a_repo_name" target="_blank"&gt;https://github.com/ExampleAccount/this_is_a_repo_name&lt;/A&gt;&lt;BR /&gt;Branch: main&lt;BR /&gt;Path to Notebook:&amp;nbsp;00 - Utilities/this_is_a_notebook_name&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2024 16:21:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/unable-to-create-job-task-using-git-provider-invalid-path/m-p/92470#M1952</guid>
      <dc:creator>umccanna</dc:creator>
      <dc:date>2024-10-01T16:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Create Job Task Using Git Provider Invalid Path</title>
      <link>https://community.databricks.com/t5/administration-architecture/unable-to-create-job-task-using-git-provider-invalid-path/m-p/92485#M1957</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/124107"&gt;@umccanna&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;how exactly you are trying to create the job?&lt;BR /&gt;Are you using databricks asset bundles?&lt;BR /&gt;&lt;BR /&gt;Is your yaml looking like below?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;tasks:
  - task_key: ExampleTask
    notebook_task:
      notebook_path: "00 - Utilities/this_is_a_notebook_name" 
    job_cluster_key: ExampleCluster
    git_source:
      git_url: https://github.com/ExampleAccount/this_is_a_repo_name
      git_provider: github
      git_branch: main&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2024 18:41:17 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/unable-to-create-job-task-using-git-provider-invalid-path/m-p/92485#M1957</guid>
      <dc:creator>filipniziol</dc:creator>
      <dc:date>2024-10-01T18:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Create Job Task Using Git Provider Invalid Path</title>
      <link>https://community.databricks.com/t5/administration-architecture/unable-to-create-job-task-using-git-provider-invalid-path/m-p/92487#M1958</link>
      <description>&lt;P&gt;Hey,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am creating the job via the UI.&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;I change the Source dropdown to Git provider&lt;/LI&gt;&lt;LI&gt;Select Add a git reference&lt;/LI&gt;&lt;LI&gt;Fill out the required info&lt;OL&gt;&lt;LI&gt;Url:&amp;nbsp;&lt;A href="https://github.com/ExampleAccount/this_is_a_repo_name" target="_blank"&gt;https://github.com/ExampleAccount/this_is_a_repo_name&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Provider: GitHub&lt;/LI&gt;&lt;LI&gt;Reference: main&lt;/LI&gt;&lt;LI&gt;Hit Save&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Enter in my relative notebook path of&amp;nbsp;00 - Utilities/this_is_a_notebook_name&lt;/LI&gt;&lt;LI&gt;Select a Cluster&lt;/LI&gt;&lt;LI&gt;Hit Save task and I see this error message pop up&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="umccanna_0-1727808573637.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/11630iE0C0DAFDE0D676CE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="umccanna_0-1727808573637.png" alt="umccanna_0-1727808573637.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Tue, 01 Oct 2024 18:50:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/unable-to-create-job-task-using-git-provider-invalid-path/m-p/92487#M1958</guid>
      <dc:creator>umccanna</dc:creator>
      <dc:date>2024-10-01T18:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Create Job Task Using Git Provider Invalid Path</title>
      <link>https://community.databricks.com/t5/administration-architecture/unable-to-create-job-task-using-git-provider-invalid-path/m-p/94170#M2072</link>
      <description>&lt;P&gt;Any solution to this problem ? I'm too facing the same error.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2024 17:18:10 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/unable-to-create-job-task-using-git-provider-invalid-path/m-p/94170#M2072</guid>
      <dc:creator>ad1041</dc:creator>
      <dc:date>2024-10-15T17:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Create Job Task Using Git Provider Invalid Path</title>
      <link>https://community.databricks.com/t5/administration-architecture/unable-to-create-job-task-using-git-provider-invalid-path/m-p/94178#M2074</link>
      <description>&lt;P&gt;Recently this started working for us with no changes on our side.&amp;nbsp; I'm guessing something was resolved on the Databricks end, but no one notified us of a fix.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2024 18:14:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/unable-to-create-job-task-using-git-provider-invalid-path/m-p/94178#M2074</guid>
      <dc:creator>umccanna</dc:creator>
      <dc:date>2024-10-15T18:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Create Job Task Using Git Provider Invalid Path</title>
      <link>https://community.databricks.com/t5/administration-architecture/unable-to-create-job-task-using-git-provider-invalid-path/m-p/94179#M2075</link>
      <description>&lt;P&gt;Like I said in a previous response.&amp;nbsp; This started working automatically a few days ago with no changes on our end.&amp;nbsp; The developer who was working on this decided to try it one more time and it just worked, no error this time.&amp;nbsp; I don't know if Databricks pushed out a fix or what.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2024 18:16:21 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/unable-to-create-job-task-using-git-provider-invalid-path/m-p/94179#M2075</guid>
      <dc:creator>umccanna</dc:creator>
      <dc:date>2024-10-15T18:16:21Z</dc:date>
    </item>
  </channel>
</rss>

