<?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: Create Data Pipeline with existing definition using Terraform in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Create-Data-Pipeline-with-existing-definition-using-Terraform/m-p/4746917#M10470</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/803370"&gt;@chetanhiwale&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Just a quick reminder to check the troubleshooting steps I shared earlier regarding the error you encountered:&lt;/P&gt;
&lt;P&gt;If you’ve already tried these and still face issues, please share more details so I can help further!&lt;/P&gt;
&lt;P&gt;It would be great if you could share an update on your progress or let me know about any challenges you’re encountering. Your feedback helps us ensure you get the right support.&lt;/P&gt;
&lt;P&gt;If your issue has been resolved, please consider marking the response as the accepted solution so it can help others as well.&lt;/P&gt;
&lt;P&gt;I look forward to hearing back from you!&lt;BR /&gt;&lt;BR /&gt;Thank You!!&lt;/P&gt;</description>
    <pubDate>Fri, 27 Jun 2025 17:52:12 GMT</pubDate>
    <dc:creator>v-aatheeque</dc:creator>
    <dc:date>2025-06-27T17:52:12Z</dc:date>
    <item>
      <title>Create Data Pipeline with existing definition using Terraform</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Create-Data-Pipeline-with-existing-definition-using-Terraform/m-p/4738277#M10304</link>
      <description>&lt;P&gt;Hi Folks,&lt;BR /&gt;&lt;BR /&gt;I am trying to create data pipelines using Terraform where&amp;nbsp; I already have defined definition at a path. In path, the defination is in JSON format so no need to decode the defination from Base64 format. I am getting following error, any one has faced similar error.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Error :&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error: Create operation&lt;BR /&gt;│&lt;BR /&gt;│ with fabric_data_pipeline.bronze_pipelines["PL_BRONZE_"],&lt;BR /&gt;│ on items.tf line 5, in resource "fabric_data_pipeline" "bronze_pipelines":&lt;BR /&gt;│ 5: resource "fabric_data_pipeline" "bronze_pipelines" {&lt;BR /&gt;│&lt;BR /&gt;│ Could not create resource: The request could not be processed due to an error&lt;BR /&gt;│&lt;BR /&gt;│ Error Code: UnknownError&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Terraform Source Code&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;resource&lt;/SPAN&gt; &lt;SPAN&gt;"fabric_data_pipeline"&lt;/SPAN&gt; &lt;SPAN&gt;"bronze_pipelines"&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;for_each&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;toset&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;var&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;bronze_datapipelines&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;display_name&lt;/SPAN&gt;&lt;SPAN&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;each&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;value&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;description&lt;/SPAN&gt;&lt;SPAN&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;"example with definition bootstrapping"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;workspace_id&lt;/SPAN&gt;&lt;SPAN&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;var&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;workspace_id&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;format&lt;/SPAN&gt;&lt;SPAN&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;"Default"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;definition&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"pipeline-content.json"&lt;/SPAN&gt;&lt;SPAN&gt; = {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;source&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;${&lt;/SPAN&gt;&lt;SPAN&gt;var&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;bronze_base_path&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN&gt;/datapipelines/&lt;/SPAN&gt;&lt;SPAN&gt;${&lt;/SPAN&gt;&lt;SPAN&gt;each&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;value&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN&gt;.DataPipeline/pipeline-content.json&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;tokens&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"MyValue"&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;"World"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; }&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; }&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;Path :&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chetanhiwale_2-1750399749633.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1277745i1A3E0683CD9114E0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="chetanhiwale_2-1750399749633.png" alt="chetanhiwale_2-1750399749633.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 20 Jun 2025 06:09:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Create-Data-Pipeline-with-existing-definition-using-Terraform/m-p/4738277#M10304</guid>
      <dc:creator>chetanhiwale</dc:creator>
      <dc:date>2025-06-20T06:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: Create Data Pipeline with existing definition using Terraform</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Create-Data-Pipeline-with-existing-definition-using-Terraform/m-p/4738576#M10316</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/803370"&gt;@chetanhiwale&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Thanks for raising this query in Fabric Community Forum.&lt;/P&gt;
&lt;P data-start="0" data-end="45"&gt;Thanks for sharing the error and the context.&lt;/P&gt;
&lt;P data-start="47" data-end="77"&gt;The error you’re encountering could you try the below trouble shooting steps :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Ensure that the JSON file located at the specified path (${var.bronze_base_path}/datapipelines/${each.value}.DataPipeline/pipeline-content.json) is valid and correctly formatted. You can use a JSON validator to check for any syntax errors.&amp;nbsp;Confirm that the path to the JSON file is correct and accessible.&lt;/LI&gt;
&lt;LI&gt;&amp;nbsp;Ensure that the Terraform process has the necessary permissions to read the file.&lt;/LI&gt;
&lt;LI&gt;Double-check the values of " var.bronze_datapipelines " and " var.workspace_id "to ensure they are correctly defined and populated. Incorrect or empty values could lead to errors during resource creation.&lt;/LI&gt;
&lt;LI&gt;Ensure that the fabric_data_pipeline resource configuration is correct.&lt;/LI&gt;
&lt;LI&gt;Ensure you're using the latest version of the Microsoft Fabric provider. Older versions may not support all features or may have unresolved bugs.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;for more info prefer this blog :&amp;nbsp;&amp;nbsp;&lt;A href="https://blog.fabric.microsoft.com/en/blog/terraform-provider-for-microsoft-fabric-now-generally-available?ft=All" target="_blank" rel="noopener"&gt;Terraform Provider for Microsoft Fabric (Generally Available) | Microsoft Fabric Blog | Microsoft Fabric&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps !!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-top: 0pt; margin-bottom: 8pt; font-family: Aptos; font-size: 12.0pt;"&gt;If this post was helpful, please consider marking &lt;SPAN&gt;Accept as solution&lt;/SPAN&gt; to assist other members in finding it more easily.&lt;/P&gt;
&lt;P style="margin-top: 0pt; margin-bottom: 8pt; font-family: Aptos; font-size: 12.0pt;"&gt;If you continue to face issues, feel free to reach out to us for further assistance!&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jun 2025 10:42:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Create-Data-Pipeline-with-existing-definition-using-Terraform/m-p/4738576#M10316</guid>
      <dc:creator>v-aatheeque</dc:creator>
      <dc:date>2025-06-20T10:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: Create Data Pipeline with existing definition using Terraform</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Create-Data-Pipeline-with-existing-definition-using-Terraform/m-p/4742718#M10407</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/803370"&gt;@chetanhiwale&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I wanted to follow up regarding your inquiry about the "UnknownError" you encountered while creating data pipelines using Terraform. I provided some troubleshooting steps in my previous response, but I haven't received any feedback from you yet.&lt;/P&gt;
&lt;P class=""&gt;To ensure we can assist you effectively, please take a moment to review the suggestions and let us know if you have made any progress or if you need further assistance.&lt;/P&gt;
&lt;P class=""&gt;If the issue is resolved accept the solution.&lt;BR /&gt;Your input is valuable, and we want to ensure you receive the support you need.&lt;/P&gt;
&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=""&gt;Thank you for your understanding!&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jun 2025 17:42:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Create-Data-Pipeline-with-existing-definition-using-Terraform/m-p/4742718#M10407</guid>
      <dc:creator>v-aatheeque</dc:creator>
      <dc:date>2025-06-24T17:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Create Data Pipeline with existing definition using Terraform</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Create-Data-Pipeline-with-existing-definition-using-Terraform/m-p/4746917#M10470</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/803370"&gt;@chetanhiwale&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Just a quick reminder to check the troubleshooting steps I shared earlier regarding the error you encountered:&lt;/P&gt;
&lt;P&gt;If you’ve already tried these and still face issues, please share more details so I can help further!&lt;/P&gt;
&lt;P&gt;It would be great if you could share an update on your progress or let me know about any challenges you’re encountering. Your feedback helps us ensure you get the right support.&lt;/P&gt;
&lt;P&gt;If your issue has been resolved, please consider marking the response as the accepted solution so it can help others as well.&lt;/P&gt;
&lt;P&gt;I look forward to hearing back from you!&lt;BR /&gt;&lt;BR /&gt;Thank You!!&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jun 2025 17:52:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Create-Data-Pipeline-with-existing-definition-using-Terraform/m-p/4746917#M10470</guid>
      <dc:creator>v-aatheeque</dc:creator>
      <dc:date>2025-06-27T17:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Create Data Pipeline with existing definition using Terraform</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Create-Data-Pipeline-with-existing-definition-using-Terraform/m-p/4748776#M10508</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/803370"&gt;@chetanhiwale&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P data-start="94" data-end="305"&gt;I wanted to check back in regarding the “&amp;nbsp;&lt;STRONG&gt;UnknownError&amp;nbsp;&lt;/STRONG&gt;” you encountered while creating data pipelines with Terraform. I previously shared some troubleshooting suggestions, but I haven’t heard back from you yet.&lt;/P&gt;
&lt;P data-start="307" data-end="539"&gt;Could you let us know if you had a chance to try those steps and whether they helped resolve the issue? If you’re still experiencing problems or need additional support, please feel free to share more details&amp;nbsp; we’re here to help!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P data-start="541" data-end="696"&gt;If the issue has already been resolved, please consider marking the response as the accepted solution so it can assist others facing a similar challenge.&lt;/P&gt;
&lt;P data-start="698" data-end="809" data-is-last-node="" data-is-only-node=""&gt;Your feedback is important, and we want to make sure you get the help you need. &lt;BR /&gt;&lt;BR /&gt;Looking forward to your update!&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2025 16:51:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Create-Data-Pipeline-with-existing-definition-using-Terraform/m-p/4748776#M10508</guid>
      <dc:creator>v-aatheeque</dc:creator>
      <dc:date>2025-06-30T16:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: Create Data Pipeline with existing definition using Terraform</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Create-Data-Pipeline-with-existing-definition-using-Terraform/m-p/4787309#M11487</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I'm having the same issue and have been going through your debug list but no luck:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;json file is definitely picked up, I tried with a deliberate wrong path then TRF throws error straight away with the config.&lt;/LI&gt;&lt;LI&gt;I even copy the json file to the same folder as TRF so permission should not be an issue.&lt;/LI&gt;&lt;LI&gt;The json file is copied directly from a working pipeline in another workspace so it should be valid and working.&lt;/LI&gt;&lt;LI&gt;I am using 1.3.0 version which is latest according to TRF registry page.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Is there anything that I miss to debug this? Also would be very helpful if there is more information than unknown error, is there a log file that I can export and have a look into?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ha&lt;/P&gt;</description>
      <pubDate>Tue, 05 Aug 2025 01:54:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Create-Data-Pipeline-with-existing-definition-using-Terraform/m-p/4787309#M11487</guid>
      <dc:creator>hale</dc:creator>
      <dc:date>2025-08-05T01:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: Create Data Pipeline with existing definition using Terraform</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Create-Data-Pipeline-with-existing-definition-using-Terraform/m-p/4789775#M11557</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/389009"&gt;@hale&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;In some deployment failure scenarios, you may need to collect Terraform logs for troubleshooting. When running a Terraform command, the default output in the terminal is minimal, showing only basic information. If you require detailed logs, such as API requests, HTTP properties (including Correlation IDs and Activity IDs), and Azure responses, you should enable advanced logging.&lt;BR /&gt;&lt;BR /&gt;To enable advanced logging, set the TF_LOG environment variable to DEBUG before running your Terraform command:&lt;BR /&gt;&lt;BR /&gt;export TF_LOG=DEBUG&lt;BR /&gt;terraform apply&lt;BR /&gt;&lt;BR /&gt;Reference :&amp;nbsp;&lt;A href="https://developer.hashicorp.com/terraform/internals/debugging" target="_blank"&gt;Enable logs to debug Terraform | Terraform | HashiCorp Developer&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps !!&lt;/P&gt;</description>
      <pubDate>Thu, 07 Aug 2025 07:34:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Create-Data-Pipeline-with-existing-definition-using-Terraform/m-p/4789775#M11557</guid>
      <dc:creator>v-aatheeque</dc:creator>
      <dc:date>2025-08-07T07:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Create Data Pipeline with existing definition using Terraform</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Create-Data-Pipeline-with-existing-definition-using-Terraform/m-p/4790736#M11589</link>
      <description>&lt;P&gt;Thanks, I have tried that but not giving me helpful information or at least to me.&lt;BR /&gt;I did manage to fix my issue by stripping off the data pipeline so that it can be as the most basic as possible, later I found that a connection to a Lakehouse is the culprit for the issue, once I change that connection to something else then it works. My guess is I need to have a dependency that lakehouse is being created first. Newbie mistake, thanks for your help.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2025 01:43:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Create-Data-Pipeline-with-existing-definition-using-Terraform/m-p/4790736#M11589</guid>
      <dc:creator>hale</dc:creator>
      <dc:date>2025-08-08T01:43:15Z</dc:date>
    </item>
  </channel>
</rss>

