<?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: Versioned data and when edit session must be used for updatecursor in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/versioned-data-and-when-edit-session-must-be-used/m-p/36402#M1477</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Laura,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your data is not versioned if it is in a FGDB. &amp;nbsp;&lt;/P&gt;&lt;P&gt;I wish I didn't know what versioning means if I'm honest, be careful what you wish for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Was your script running in immediate mode (the python window)?&amp;nbsp; I've not seen the editing requirement before, could you share your code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 18 Jul 2020 12:25:07 GMT</pubDate>
    <dc:creator>DavidPike</dc:creator>
    <dc:date>2020-07-18T12:25:07Z</dc:date>
    <item>
      <title>Versioned data and when edit session must be used for updatecursor</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/versioned-data-and-when-edit-session-must-be-used/m-p/36401#M1476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The updatecursor help page says:&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;"Using UpdateCursor on versioned data requires the start of an edit session"&amp;nbsp;&lt;/P&gt;&lt;P&gt;--What does "versioned data" mean?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found that I needed to use an edit session when I was trying to use the updatecursor on the attribute table of a feature class in a file geodatabase. I created the feature class using the geotagged photos to points tool. I was not using an insert cursor simultaneously, so I assume (based on the tips in this help page) that this means my data is versioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is data in a file geodatabase versioned by default? Is this a setting I can toggle?&lt;/P&gt;&lt;P&gt;It took me a long time to determine how to resolve the error, as I did not have to use the Editor object to perform the same operations on a dataset that was created in a similar manner. So I'm trying to figure out what triggered this requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jul 2020 03:27:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/versioned-data-and-when-edit-session-must-be-used/m-p/36401#M1476</guid>
      <dc:creator>LauraTateosian</dc:creator>
      <dc:date>2020-07-18T03:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Versioned data and when edit session must be used for updatecursor</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/versioned-data-and-when-edit-session-must-be-used/m-p/36402#M1477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Laura,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your data is not versioned if it is in a FGDB. &amp;nbsp;&lt;/P&gt;&lt;P&gt;I wish I didn't know what versioning means if I'm honest, be careful what you wish for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Was your script running in immediate mode (the python window)?&amp;nbsp; I've not seen the editing requirement before, could you share your code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jul 2020 12:25:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/versioned-data-and-when-edit-session-must-be-used/m-p/36402#M1477</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2020-07-18T12:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Versioned data and when edit session must be used for updatecursor</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/versioned-data-and-when-edit-session-must-be-used/m-p/36403#M1478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the reply.&amp;nbsp; Can you (or others) point me to the ESRI definition of versioned data so that I may know in which situations (outside of file geodatabases) the editor needs to be used?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, this means there's something else about this data that is causing the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To answer your questions:&lt;/P&gt;&lt;P&gt;1) I tried the code in PyCharm (Python 3.7), PythonWin (Python2.7), and the ArcGIS Pro Python window and consistently receive the same RuntimeError message when it hits the for loop.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Here's some simple code that &lt;STRONG&gt;throws an error on line 5&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; arcpy

imgPoints &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; r&lt;SPAN class="string token"&gt;"C:\theDatabase.gdb\theFC"&lt;/SPAN&gt;
uc &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;da&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;UpdateCursor&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;imgPoints&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"*"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;for&lt;/SPAN&gt; entry &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; uc&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
    &lt;SPAN class="keyword token"&gt;print&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;entry&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;del&lt;/SPAN&gt; uc‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Error:&amp;nbsp;&amp;nbsp;Unhandled exception while debugging...&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt; File "C:\theScript.py", line 5, in &amp;lt;module&amp;gt;&lt;BR /&gt; for entry in uc:&lt;BR /&gt;RuntimeError: Objects in this class cannot be updated outside an edit session&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the following code, I've added a line that creates the edit session (line 4). With this edit, the code completes without error:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; arcpy

imgPoints &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; r&lt;SPAN class="string token"&gt;"C:\theDatabase.gdb\theFC"&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;with&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;da&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Editor&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;r&lt;SPAN class="string token"&gt;"C:\theDatabase.gdb"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;as&lt;/SPAN&gt; edit&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
    uc &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;da&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;UpdateCursor&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;imgPoints&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"*"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
    &lt;SPAN class="keyword token"&gt;for&lt;/SPAN&gt; entry &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; uc&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
        &lt;SPAN class="keyword token"&gt;print&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;entry&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
    &lt;SPAN class="keyword token"&gt;del&lt;/SPAN&gt; uc‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I realize an update cursor is not needed to simply read the data.&amp;nbsp; In my real code, I was editing the data.&amp;nbsp; But I find it interesting that the error occurs when you simply try to iterate through the records, not when you're trying to commit a change.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 21:24:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/versioned-data-and-when-edit-session-must-be-used/m-p/36403#M1478</guid>
      <dc:creator>LauraTateosian</dc:creator>
      <dc:date>2021-12-10T21:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Versioned data and when edit session must be used for updatecursor</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/versioned-data-and-when-edit-session-must-be-used/m-p/36404#M1479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.esri.com/news/arcuser/0110/versioning101.html#:~:text=Versioning%20is%20the%20mechanism%20that%20enables%20concurrent%20multiuser,to%20affected%20features%20and%20rows%20during%20long%20transactions." title="https://www.esri.com/news/arcuser/0110/versioning101.html#:~:text=Versioning%20is%20the%20mechanism%20that%20enables%20concurrent%20multiuser,to%20affected%20features%20and%20rows%20during%20long%20transactions."&gt;Versioning 101&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you completely sure this is a standalone FGDB that sits on your local drive? There's no connection file such as .sde in the path?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To me it seems you are trying to run the UpdateCursor on a versioned Enterprise GDB FC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jul 2020 19:48:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/versioned-data-and-when-edit-session-must-be-used/m-p/36404#M1479</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2020-07-18T19:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Versioned data and when edit session must be used for updatecursor</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/versioned-data-and-when-edit-session-must-be-used/m-p/36405#M1480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for following up.&amp;nbsp; There is no SDE or Enterprise GDB involved.&amp;nbsp; It's a File Geodatabase that I created by right-clicking in the Catalog pane of Pro and selecting New &amp;gt; File Geodatabase&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought you might be onto something because my file geodatabase is on Google File Drive, but I tried copying the file geodatabase to my local drive and got the same behavior.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jul 2020 22:11:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/versioned-data-and-when-edit-session-must-be-used/m-p/36405#M1480</guid>
      <dc:creator>LauraTateosian</dc:creator>
      <dc:date>2020-07-18T22:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Versioned data and when edit session must be used for updatecursor</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/versioned-data-and-when-edit-session-must-be-used/m-p/36406#M1481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this the only line of code you're running? Theres something in the help about multiple curators running in the same workspace.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jul 2020 22:17:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/versioned-data-and-when-edit-session-must-be-used/m-p/36406#M1481</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2020-07-18T22:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: Versioned data and when edit session must be used for updatecursor</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/versioned-data-and-when-edit-session-must-be-used/m-p/36407#M1482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&amp;nbsp; &amp;nbsp;yes, it's just the one script trying to edit the table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jul 2020 22:28:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/versioned-data-and-when-edit-session-must-be-used/m-p/36407#M1482</guid>
      <dc:creator>LauraTateosian</dc:creator>
      <dc:date>2020-07-18T22:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Versioned data and when edit session must be used for updatecursor</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/versioned-data-and-when-edit-session-must-be-used/m-p/36408#M1483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looking at your initial post, I would say your photo points are in a relationship class with the photos.&amp;nbsp; The edit session is a requirement as it enables both to be updated with changes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jul 2020 09:08:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/versioned-data-and-when-edit-session-must-be-used/m-p/36408#M1483</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2020-07-19T09:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: Versioned data and when edit session must be used for updatecursor</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/versioned-data-and-when-edit-session-must-be-used/m-p/36409#M1484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David, yes, that appears to be true. I tested the same simple procedure (update cursor with no edit session) on a feature class that &lt;EM&gt;was not&lt;/EM&gt; "in a relationship class", but &lt;EM&gt;was&lt;/EM&gt; in the same file geodatabase and no error was thrown.&amp;nbsp; This makes me think that the help page for the update cursor needs to list at least one additional situation in which an edit session is required (unless being in a relationship means it's versioned?).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently, the help page says this:&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="" style="color: #4c4c4c; background-color: #f8f8f8; border: 1px solid #efefef; margin-bottom: 1.55rem; padding: 1.023rem;"&gt;&lt;H5 class="" style="font-weight: 300; font-size: 1rem; margin: 0px 0px 0rem;"&gt;Note:&lt;/H5&gt;&lt;P style="margin-bottom: 1.55rem;"&gt;Opening simultaneous insert or update operations on the same workspace using different cursors requires the start of an&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/arcpy/data-access/editor.htm" style="color: #0074b8; text-decoration: none;"&gt;edit session&lt;/A&gt;.&lt;/P&gt;&lt;/DIV&gt;&lt;DIV class="" style="color: #4c4c4c; background-color: #f8f8f8; border: 1px solid #efefef; margin-bottom: 1.55rem; padding: 1.023rem;"&gt;&lt;H5 class="" style="font-weight: 300; font-size: 1rem; margin: 0px 0px 0rem;"&gt;Note:&lt;/H5&gt;&lt;P style="margin-bottom: 1.55rem;"&gt;Using&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;UpdateCursor&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;on versioned data requires the start of an&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/arcpy/data-access/editor.htm" style="color: #0074b8; text-decoration: none;"&gt;edit session&lt;/A&gt;.&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;There is no mention of datasets in a relationship needing an edit session.&amp;nbsp; I wonder if there will be additional surprise situations in which an edit session is required.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take-home lessons from this, dear readers:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;When you're trying to update an attribute table and you see this error:&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG style="background-color: #ffffff; "&gt;RuntimeError: Objects in this class cannot be updated outside an edit session&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;pop in a line of code like this:&lt;/LI&gt;&lt;/OL&gt;&lt;PRE class="" style="color: #000000; background: #f5f2f0; border: 0px; margin: 0.5em 0px; padding: 1em 1em 1em 3.8em;"&gt;&lt;CODE style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN class="" style="color: #0077aa; border: 0px; font-weight: inherit;"&gt;with&lt;/SPAN&gt; arcpy&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;.&lt;/SPAN&gt;da&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;.&lt;/SPAN&gt;Editor&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;(workspacePath&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;)&lt;/SPAN&gt; &lt;SPAN class="" style="color: #0077aa; border: 0px; font-weight: inherit;"&gt;as&lt;/SPAN&gt; edit&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;to wrap around your update cursor code.&amp;nbsp; And don't ask why.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;2.&amp;nbsp; If you create a feature class using the GeoTagged Photos To Points (Data Management) tool, you will need an&amp;nbsp;edit session to make updates to its attribute table with an update cursor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;3.&amp;nbsp; Don't worry about having the data on Google File Drive.&amp;nbsp; That should be fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jul 2020 17:19:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/versioned-data-and-when-edit-session-must-be-used/m-p/36409#M1484</guid>
      <dc:creator>LauraTateosian</dc:creator>
      <dc:date>2020-07-19T17:19:01Z</dc:date>
    </item>
  </channel>
</rss>

