<?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: Asset Bundles define entire folder for source code transformation files in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/asset-bundles-define-entire-folder-for-source-code/m-p/128632#M48302</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/134556"&gt;@susanne&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;When you click YAML button it should return to you proper definiton of pipeline configured via UI that you can use in DAB.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="szymon_dybczak_0-1755352761165.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/19132iCB34B54E146148CD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="szymon_dybczak_0-1755352761165.png" alt="szymon_dybczak_0-1755352761165.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But basically, you're looking for libraries mapping (in UI called source code)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;id: 142be57c-6c0f-435c-8f4f-4ba45fdb3992
pipeline_type: WORKSPACE
name: test
libraries:
  - glob:
      include: /Workspace/Users/sdybczak2382@gmail.com/test/transformations/**
schema: default
continuous: false
development: false
photon: true
channel: CURRENT
catalog: workspace
serverless: true
root_path: /Workspace/Users/sdybczak2382@gmail.com/test&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Aug 2025 14:01:34 GMT</pubDate>
    <dc:creator>szymon_dybczak</dc:creator>
    <dc:date>2025-08-16T14:01:34Z</dc:date>
    <item>
      <title>Asset Bundles define entire folder for source code transformation files</title>
      <link>https://community.databricks.com/t5/data-engineering/asset-bundles-define-entire-folder-for-source-code/m-p/128625#M48301</link>
      <description>&lt;P&gt;Hi all &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I used the new Lakeflow UI in order to create a pipeline. Now I am struggling with the asset bundle configuration.&amp;nbsp;&lt;BR /&gt;When I am creating the pipeline manually I can configure the correct folder to the transformations where my sql and python transformation files are stored like this:&amp;nbsp;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-08-16 at 14.52.24.png" style="width: 999px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/19128i41DB0E1AF8D9A8E4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-08-16 at 14.52.24.png" alt="Screenshot 2025-08-16 at 14.52.24.png" /&gt;&lt;/span&gt;But I dont know how to configure this via asset bundles.&lt;BR /&gt;Right now I have this code in my resources/pipeline.yml&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;resources:
  pipelines:
    cdc_cdr_demo_pipeline:
      name: cdc_cdr_demo_pipeline

      libraries:
        - file: 
            path: /Workspace/Users/[my-user-name]/.bundle/demo_cdc_cdr_pipeline/dev/files/transformations/
      serverless: true 
      photon: true
      catalog: ${var.catalog}
      schema: ${var.schema}
      development: true
      channel: "PREVIEW"&lt;/LI-CODE&gt;&lt;P&gt;and this in my databricks.yml :&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;bundle:
  name: demo_cdc_cdr_pipeline_databricks_bundle

include: 
  - resources/*.yml

variables:
  catalog:
    description: The catalog to use
  schema:
    description: The schema to use
  notifications:
    description: The email addresses to use for failure notifications

targets:
  dev:
    # The default target uses 'mode: development' to create a development copy.
    # - Deployed resources get prefixed with '[dev my_user_name]'
    # - Any job schedules and triggers are paused by default.
    # See also https://docs.databricks.com/dev-tools/bundles/deployment-modes.html.
    mode: development
    default: true
    workspace:
      host: host-url
      root_path: /Workspace/Users/${workspace.current_user.userName}/.bundle/demo_cdc_cdr_pipeline/dev
    variables:
    #  env: "dev_${workspace.current_user.short_name}_"
      catalog: sandbox
      schema: user_name
      notifications: []

  prod:
    mode: production
    workspace:
      host: host-url
    variables:
      catalog: sandbox_dui_prod
      schema: user_name
      notifications: []
        


&lt;/LI-CODE&gt;&lt;P&gt;What is the correct asset bundle configuration to set all files in the transformations folder as source code in the new Lakeflow?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance and best regards,&amp;nbsp;&lt;BR /&gt;Susanne&lt;/P&gt;</description>
      <pubDate>Sat, 16 Aug 2025 13:04:41 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/asset-bundles-define-entire-folder-for-source-code/m-p/128625#M48301</guid>
      <dc:creator>susanne</dc:creator>
      <dc:date>2025-08-16T13:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: Asset Bundles define entire folder for source code transformation files</title>
      <link>https://community.databricks.com/t5/data-engineering/asset-bundles-define-entire-folder-for-source-code/m-p/128632#M48302</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/134556"&gt;@susanne&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;When you click YAML button it should return to you proper definiton of pipeline configured via UI that you can use in DAB.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="szymon_dybczak_0-1755352761165.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/19132iCB34B54E146148CD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="szymon_dybczak_0-1755352761165.png" alt="szymon_dybczak_0-1755352761165.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But basically, you're looking for libraries mapping (in UI called source code)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;id: 142be57c-6c0f-435c-8f4f-4ba45fdb3992
pipeline_type: WORKSPACE
name: test
libraries:
  - glob:
      include: /Workspace/Users/sdybczak2382@gmail.com/test/transformations/**
schema: default
continuous: false
development: false
photon: true
channel: CURRENT
catalog: workspace
serverless: true
root_path: /Workspace/Users/sdybczak2382@gmail.com/test&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Aug 2025 14:01:34 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/asset-bundles-define-entire-folder-for-source-code/m-p/128632#M48302</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-08-16T14:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Asset Bundles define entire folder for source code transformation files</title>
      <link>https://community.databricks.com/t5/data-engineering/asset-bundles-define-entire-folder-for-source-code/m-p/128642#M48309</link>
      <description>&lt;P&gt;Hi Szymon,&amp;nbsp;&lt;BR /&gt;thanks once again for your help!&lt;BR /&gt;It worked now with your approach.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you maybe know why there is this warning displayed after databricks bundle validate/deploy:&lt;BR /&gt;Warning: unknown field: glob&lt;/P&gt;&lt;P&gt;This was one reason I thought this can not be the right configuration.&lt;/P&gt;&lt;P&gt;Have a nice day,&lt;BR /&gt;Susanne&lt;/P&gt;</description>
      <pubDate>Sat, 16 Aug 2025 15:53:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/asset-bundles-define-entire-folder-for-source-code/m-p/128642#M48309</guid>
      <dc:creator>susanne</dc:creator>
      <dc:date>2025-08-16T15:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Asset Bundles define entire folder for source code transformation files</title>
      <link>https://community.databricks.com/t5/data-engineering/asset-bundles-define-entire-folder-for-source-code/m-p/128643#M48310</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/134556"&gt;@susanne&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Cool, glad that it worked for you. Regarding warning, maybe you have outdated version of databricks cli?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Aug 2025 16:00:41 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/asset-bundles-define-entire-folder-for-source-code/m-p/128643#M48310</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-08-16T16:00:41Z</dc:date>
    </item>
  </channel>
</rss>

