<?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: ArcPy - Versioned Database Deltas in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/arcpy-versioned-database-deltas/m-p/746396#M57693</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nope. No timeframe given.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;They asked me to submit it to ideas.arcgis.com. If it gets promoted enough, that it would be bumped up in thier que. I plan on making the request once I get the Stored procedure roughed in.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Feb 2014 13:27:38 GMT</pubDate>
    <dc:creator>BriceYoung</dc:creator>
    <dc:date>2014-02-10T13:27:38Z</dc:date>
    <item>
      <title>ArcPy - Versioned Database Deltas</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-versioned-database-deltas/m-p/746392#M57689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey Folks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a quick question. Is there functionality in ArcPy or other Python Package to identify the Inserts, Updates, &amp;amp; Deletes between a Default and Version in SDE???&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you could point me to an example I can dig further, but I only see the ability to list versions , reconcile versions, etc???.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to get a list of Features for each type of transaction (Insert, Delete &amp;amp; Update).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The old VB.Net 2005 code I am reworking reads like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pDiffCursor = VersionTable.Differences(DefaultTable, DifferenceType, Nothing)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Brice Young&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Senior GIS Analyst / Programmer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Molpus Timberlands Management&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 14:10:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-versioned-database-deltas/m-p/746392#M57689</guid>
      <dc:creator>BriceYoung</dc:creator>
      <dc:date>2014-02-04T14:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy - Versioned Database Deltas</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-versioned-database-deltas/m-p/746393#M57690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am wondering if an approach where queries are executed against the delta tables might work?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Unless there is a way to get to the Version Changes button in the versioning toolbar in ArcMap.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 19:37:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-versioned-database-deltas/m-p/746393#M57690</guid>
      <dc:creator>David_JAnderson</dc:creator>
      <dc:date>2014-02-07T19:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy - Versioned Database Deltas</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-versioned-database-deltas/m-p/746394#M57691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dave,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have talked with some folks of the Python Team and they plan on implementing this, but not sure when. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had the same idea with approaching this via SQL. I have a rough draft sketched out on how to do this but it may be a few weeks before I get back to it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Basically you have to get all the state ID's for a version where State DateTime &amp;gt;= Version Create DateTime. However, I have to troubleshoot that I am getting ONLY my Deltas.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This will get you all the poly IDs where a change has occured and thier current attributes, but not the previous state of the attributes. So, I was thinking about using a Spatial Query to identify all the Dirty Areas and their Summary Attributes. From there you should know what records have changed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's not the most elegant solution, but I think it might work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll post my Stored Procedure for the first step when I get it ironed out. I'd love some verification that it is working correctly. &lt;span class="lia-unicode-emoji" title=":face_with_open_mouth:"&gt;😮&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Brice&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 13:00:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-versioned-database-deltas/m-p/746394#M57691</guid>
      <dc:creator>BriceYoung</dc:creator>
      <dc:date>2014-02-10T13:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy - Versioned Database Deltas</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-versioned-database-deltas/m-p/746395#M57692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did ESRI even provide a ballpark timeframe of when this functionality might be available with ArcPy?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My organization is looking to implement this type of functionality instead of truncating and appending entire feature classes, so this functionality is of interest to me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 13:23:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-versioned-database-deltas/m-p/746395#M57692</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2014-02-10T13:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy - Versioned Database Deltas</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-versioned-database-deltas/m-p/746396#M57693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nope. No timeframe given.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;They asked me to submit it to ideas.arcgis.com. If it gets promoted enough, that it would be bumped up in thier que. I plan on making the request once I get the Stored procedure roughed in.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 13:27:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-versioned-database-deltas/m-p/746396#M57693</guid>
      <dc:creator>BriceYoung</dc:creator>
      <dc:date>2014-02-10T13:27:38Z</dc:date>
    </item>
  </channel>
</rss>

