<?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: Is the Join permament? in Data Pipelines Questions</title>
    <link>https://community.esri.com/t5/data-pipelines-questions/is-the-join-permament/m-p/1580563#M130</link>
    <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/350186"&gt;@BethanyScott&lt;/a&gt;&amp;nbsp;! That is helpful!&lt;/P&gt;&lt;P&gt;Is there a way to have a hosted feature layer, join a table or a different hosted feature layer to it, and perform some field calculations without having to have a new output each time?&amp;nbsp; I just want that original hosted feature layer to have attributes updated from the join...not necessarily create a new ouput.&amp;nbsp; Hopefully that makes sense.&lt;/P&gt;</description>
    <pubDate>Thu, 30 Jan 2025 19:43:48 GMT</pubDate>
    <dc:creator>RyanKelley_NA</dc:creator>
    <dc:date>2025-01-30T19:43:48Z</dc:date>
    <item>
      <title>Is the Join permament?</title>
      <link>https://community.esri.com/t5/data-pipelines-questions/is-the-join-permament/m-p/1579726#M126</link>
      <description>&lt;P&gt;Is the join a permanent join?&amp;nbsp; I just want to do a temporary join to calculate some fields and then remove the join.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2025 20:49:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-pipelines-questions/is-the-join-permament/m-p/1579726#M126</guid>
      <dc:creator>RyanKelley_NA</dc:creator>
      <dc:date>2025-01-28T20:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: Is the Join permament?</title>
      <link>https://community.esri.com/t5/data-pipelines-questions/is-the-join-permament/m-p/1579791#M127</link>
      <description>&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/add-join.htm" target="_blank" rel="noopener"&gt;Add Join (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp; temporary&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/join-field.htm" target="_blank" rel="noopener"&gt;Join Field (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;permanent&lt;/P&gt;&lt;P&gt;at least in ArcGIS Pro, it is&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 00:00:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-pipelines-questions/is-the-join-permament/m-p/1579791#M127</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2025-01-29T00:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Is the Join permament?</title>
      <link>https://community.esri.com/t5/data-pipelines-questions/is-the-join-permament/m-p/1579884#M128</link>
      <description>&lt;P&gt;Right, since it is called Add Join I figured it was temporary but just wanted clarification.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 12:59:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-pipelines-questions/is-the-join-permament/m-p/1579884#M128</guid>
      <dc:creator>RyanKelley_NA</dc:creator>
      <dc:date>2025-01-29T12:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: Is the Join permament?</title>
      <link>https://community.esri.com/t5/data-pipelines-questions/is-the-join-permament/m-p/1580534#M129</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/546008"&gt;@RyanKelley_NA&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;Thank you for reaching out!&lt;/P&gt;&lt;P&gt;In ArcGIS Data Pipelines, we never modify the source datasets; this includes adding temporary or permanent joins to them. When you use a Join tool in Data Pipelines, it generates a new dataset combining both of the inputs. Instead of removing the join as you would in temporary join workflows, you can just apply tools to clean up the fields and records. For example, you could do the following in Data Pipelines:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Use the &lt;A href="https://doc.arcgis.com/en/data-pipelines/latest/process/join.htm" target="_self"&gt;Join tool&lt;/A&gt; to combine two datasets&lt;/LI&gt;&lt;LI&gt;Use the tool &lt;A href="https://doc.arcgis.com/en/data-pipelines/latest/process/select-fields.htm" target="_self"&gt;Select fields&lt;/A&gt; to maintain only the fields of interest&lt;/LI&gt;&lt;LI&gt;Use the tool &lt;A href="https://doc.arcgis.com/en/data-pipelines/latest/process/filter-by-attribute.htm" target="_self"&gt;Filter by attribute&lt;/A&gt; to maintain only the records of interest&lt;/LI&gt;&lt;LI&gt;Apply any other tools you need to prepare your data&lt;/LI&gt;&lt;LI&gt;Configure an &lt;A href="https://doc.arcgis.com/en/data-pipelines/latest/process/output-feature-layer.htm" target="_self"&gt;output&lt;/A&gt; to create a feature layer that will be available in your ArcGIS Online content&lt;/LI&gt;&lt;LI&gt;Run the data pipeline&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;When you run the data pipeline, the layer that is created will not have a join. It is just a completely new feature layer representing the dataset that you engineered in the Data Pipelines editor.&lt;/P&gt;&lt;P&gt;Please let me know if you have any additional questions!&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Bethany&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 18:04:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-pipelines-questions/is-the-join-permament/m-p/1580534#M129</guid>
      <dc:creator>BethanyScott</dc:creator>
      <dc:date>2025-01-30T18:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Is the Join permament?</title>
      <link>https://community.esri.com/t5/data-pipelines-questions/is-the-join-permament/m-p/1580563#M130</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/350186"&gt;@BethanyScott&lt;/a&gt;&amp;nbsp;! That is helpful!&lt;/P&gt;&lt;P&gt;Is there a way to have a hosted feature layer, join a table or a different hosted feature layer to it, and perform some field calculations without having to have a new output each time?&amp;nbsp; I just want that original hosted feature layer to have attributes updated from the join...not necessarily create a new ouput.&amp;nbsp; Hopefully that makes sense.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 19:43:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-pipelines-questions/is-the-join-permament/m-p/1580563#M130</guid>
      <dc:creator>RyanKelley_NA</dc:creator>
      <dc:date>2025-01-30T19:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Is the Join permament?</title>
      <link>https://community.esri.com/t5/data-pipelines-questions/is-the-join-permament/m-p/1604852#M155</link>
      <description>&lt;P&gt;I'm also interested in this. My team would like to schedule tasks to join two hosted feature layers together and perform a field calculation that modifies the source dataset without a new output. Right now we've tested "replacing" the source dataset with the pipelines output, but it seems like an unnecessary step that will increase the job's runtime (i.e. credit cost). Is there another way to automate something like this?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Apr 2025 17:21:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-pipelines-questions/is-the-join-permament/m-p/1604852#M155</guid>
      <dc:creator>EmilyAust1</dc:creator>
      <dc:date>2025-04-10T17:21:11Z</dc:date>
    </item>
  </channel>
</rss>

