<?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 Terraform - Install egg file from S3 in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/terraform-install-egg-file-from-s3/m-p/37848#M26480</link>
    <description>&lt;P&gt;I am looking to install Python Egg files on all my clusters. The egg file is located in a S3 location. I tried using the following code which didn't work&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;resource "databricks_dbfs_file" "app" {
  source = "${S3_Path}/foo.egg"
  path   = "/FileStore/foo.egg"
}

resource "databricks_library" "app" {
  cluster_id = databricks_cluster.this.id
  egg        = databricks_dbfs_file.app.dbfs_path
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Can someone help me with this?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!&lt;/P&gt;</description>
    <pubDate>Tue, 18 Jul 2023 10:11:54 GMT</pubDate>
    <dc:creator>Murthy1</dc:creator>
    <dc:date>2023-07-18T10:11:54Z</dc:date>
    <item>
      <title>Terraform - Install egg file from S3</title>
      <link>https://community.databricks.com/t5/data-engineering/terraform-install-egg-file-from-s3/m-p/37848#M26480</link>
      <description>&lt;P&gt;I am looking to install Python Egg files on all my clusters. The egg file is located in a S3 location. I tried using the following code which didn't work&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;resource "databricks_dbfs_file" "app" {
  source = "${S3_Path}/foo.egg"
  path   = "/FileStore/foo.egg"
}

resource "databricks_library" "app" {
  cluster_id = databricks_cluster.this.id
  egg        = databricks_dbfs_file.app.dbfs_path
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Can someone help me with this?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2023 10:11:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/terraform-install-egg-file-from-s3/m-p/37848#M26480</guid>
      <dc:creator>Murthy1</dc:creator>
      <dc:date>2023-07-18T10:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Terraform - Install egg file from S3</title>
      <link>https://community.databricks.com/t5/data-engineering/terraform-install-egg-file-from-s3/m-p/37851#M26483</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/9"&gt;@Retired_mod&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for the very quick response. I indeed understand that it is going to be deprecated but for now have to use the EGG files from S3 &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for the blogs! It would be nice if you have some links that allows us to do this through Terraform.&lt;BR /&gt;&lt;BR /&gt;The error I get is&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;Error: &lt;/SPAN&gt;&lt;SPAN class=""&gt;File s3://bucket/folder/package.egg does not exist&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2023 10:50:11 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/terraform-install-egg-file-from-s3/m-p/37851#M26483</guid>
      <dc:creator>Murthy1</dc:creator>
      <dc:date>2023-07-18T10:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Terraform - Install egg file from S3</title>
      <link>https://community.databricks.com/t5/data-engineering/terraform-install-egg-file-from-s3/m-p/37941#M26515</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/79247"&gt;@Murthy1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Does&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/9"&gt;@Retired_mod&lt;/a&gt;&amp;nbsp; response answer your question? If yes, would you be happy to mark it as best so that other members can find the solution more quickly?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We'd love to hear from you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2023 09:12:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/terraform-install-egg-file-from-s3/m-p/37941#M26515</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-07-19T09:12:58Z</dc:date>
    </item>
  </channel>
</rss>

