<?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: Data bricks Bundle - 'include' section does not match any files. in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/data-bricks-bundle-include-section-does-not-match-any-files/m-p/89491#M8302</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/110502"&gt;@szymon_dybczak&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I completely agree with you. I'm having difficulty understanding how the sync will work for the include and exclude sections, specifically for folders and files. Here’s what I’m currently using:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;sync:&lt;BR /&gt;&amp;nbsp; # Include specific files and directories&lt;BR /&gt;&amp;nbsp; # &amp;nbsp; # - files/${var.archetype}/config/${var.job_names}&lt;BR /&gt;&amp;nbsp; - files/${var.archetype}/config/*&lt;BR /&gt;&amp;nbsp; - files/${var.archetype}/notebooks/*&lt;BR /&gt;&amp;nbsp; - artifacts/dap_common-${var.dap_common_version}*.whl&lt;BR /&gt;&amp;nbsp; - artifacts/etl_framework-${var.etl_framework_version}*.whl&lt;/P&gt;&lt;P&gt;&amp;nbsp; exclude:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; - resources/** &amp;nbsp;# This will ignore all files and subdirectories within the resources folder&lt;BR /&gt;&amp;nbsp; &amp;nbsp; # - process_template.py3&lt;BR /&gt;&amp;nbsp; &amp;nbsp; # - databricks.yml&lt;BR /&gt;&amp;nbsp; &amp;nbsp; # - .gitignore&lt;BR /&gt;&amp;nbsp; &amp;nbsp; # - .vscode&lt;/P&gt;&lt;P&gt;If you have any ideas or suggestions on how to improve this configuration, especially for syncing the correct files and folders, I’d really appreciate your help.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Wed, 11 Sep 2024 14:52:52 GMT</pubDate>
    <dc:creator>AkhilVydyula</dc:creator>
    <dc:date>2024-09-11T14:52:52Z</dc:date>
    <item>
      <title>Data bricks Bundle - 'include' section does not match any files.</title>
      <link>https://community.databricks.com/t5/get-started-discussions/data-bricks-bundle-include-section-does-not-match-any-files/m-p/89169#M8300</link>
      <description>&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;I’m encountering the following error while working on my project:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error:&lt;/STRONG&gt; ${var.FILE_NAME} defined in 'include' section does not match any files.&lt;/P&gt;&lt;P&gt;Has anyone faced this issue before? I'm using variables to include specific files, but it seems like the system isn't recognizing the ${var.FILE_NAME} properly. I’ve double-checked the file paths and variable names, but the error persists.&lt;/P&gt;&lt;P&gt;I would appreciate any insights or guidance on how to resolve this issue. Is there a specific way the variable should be defined or a known limitation when using this syntax in the 'include' section?&lt;/P&gt;&lt;P&gt;Looking forward to any suggestions or solutions from the community!&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;BR /&gt;[Sireesha Palle]&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2024 11:11:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/data-bricks-bundle-include-section-does-not-match-any-files/m-p/89169#M8300</guid>
      <dc:creator>AkhilVydyula</dc:creator>
      <dc:date>2024-09-09T11:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Data bricks Bundle - 'include' section does not match any files.</title>
      <link>https://community.databricks.com/t5/get-started-discussions/data-bricks-bundle-include-section-does-not-match-any-files/m-p/89208#M8301</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/119885"&gt;@AkhilVydyula&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;You can start by updating your cli. I've seen some really weird errors with older cli versions.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2024 17:00:01 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/data-bricks-bundle-include-section-does-not-match-any-files/m-p/89208#M8301</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2024-09-09T17:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: Data bricks Bundle - 'include' section does not match any files.</title>
      <link>https://community.databricks.com/t5/get-started-discussions/data-bricks-bundle-include-section-does-not-match-any-files/m-p/89491#M8302</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/110502"&gt;@szymon_dybczak&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I completely agree with you. I'm having difficulty understanding how the sync will work for the include and exclude sections, specifically for folders and files. Here’s what I’m currently using:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;sync:&lt;BR /&gt;&amp;nbsp; # Include specific files and directories&lt;BR /&gt;&amp;nbsp; # &amp;nbsp; # - files/${var.archetype}/config/${var.job_names}&lt;BR /&gt;&amp;nbsp; - files/${var.archetype}/config/*&lt;BR /&gt;&amp;nbsp; - files/${var.archetype}/notebooks/*&lt;BR /&gt;&amp;nbsp; - artifacts/dap_common-${var.dap_common_version}*.whl&lt;BR /&gt;&amp;nbsp; - artifacts/etl_framework-${var.etl_framework_version}*.whl&lt;/P&gt;&lt;P&gt;&amp;nbsp; exclude:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; - resources/** &amp;nbsp;# This will ignore all files and subdirectories within the resources folder&lt;BR /&gt;&amp;nbsp; &amp;nbsp; # - process_template.py3&lt;BR /&gt;&amp;nbsp; &amp;nbsp; # - databricks.yml&lt;BR /&gt;&amp;nbsp; &amp;nbsp; # - .gitignore&lt;BR /&gt;&amp;nbsp; &amp;nbsp; # - .vscode&lt;/P&gt;&lt;P&gt;If you have any ideas or suggestions on how to improve this configuration, especially for syncing the correct files and folders, I’d really appreciate your help.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2024 14:52:52 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/data-bricks-bundle-include-section-does-not-match-any-files/m-p/89491#M8302</guid>
      <dc:creator>AkhilVydyula</dc:creator>
      <dc:date>2024-09-11T14:52:52Z</dc:date>
    </item>
  </channel>
</rss>

