<?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: Creating a Python Script tool that edits specific sde version in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/delete/m-p/1335636#M68868</link>
    <description>&lt;P&gt;The properties returned by the Describe methods vary based on the type of object being described.&amp;nbsp;&lt;/P&gt;&lt;P&gt;"desc" is Describe-ing a layer, so it only has the properties of a layer.&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/functions/layer-properties.htm" target="_blank"&gt;Layer properties—ArcGIS Pro | Documentation&lt;/A&gt;,&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/functions/gdb-featureclass-properties.htm" target="_blank"&gt;Geodatabase Feature Class properties—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you want the properties of the workspace, I would get the output of a separate Describe method using 'workspace' (or&amp;nbsp;desc.path) as an input&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/functions/workspace-properties.htm" target="_blank" rel="noopener"&gt;Workspace properties—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Oct 2023 23:11:24 GMT</pubDate>
    <dc:creator>CMV_Erik</dc:creator>
    <dc:date>2023-10-05T23:11:24Z</dc:date>
    <item>
      <title>Delete</title>
      <link>https://community.esri.com/t5/python-questions/delete/m-p/1333103#M68765</link>
      <description>&lt;P&gt;delete&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 21:16:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/delete/m-p/1333103#M68765</guid>
      <dc:creator>mejohnson22</dc:creator>
      <dc:date>2023-10-18T21:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Python Script tool that edits specific sde version</title>
      <link>https://community.esri.com/t5/python-questions/delete/m-p/1333159#M68766</link>
      <description>&lt;P&gt;You need to include the meat of your &lt;FONT face="courier new,courier"&gt;execute()&lt;/FONT&gt; function in order to get help on this. The code should include an &lt;FONT face="courier new,courier"&gt;arcpy.da.Editor&lt;/FONT&gt;&amp;nbsp;"with" block.&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2023 21:29:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/delete/m-p/1333159#M68766</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2023-09-27T21:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Python Script tool that edits specific sde version</title>
      <link>https://community.esri.com/t5/python-questions/delete/m-p/1334227#M68802</link>
      <description>&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Screenshot 2023-10-02 105845.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/82118iD710D7F5AE0F4D69/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-10-02 105845.png" alt="Screenshot 2023-10-02 105845.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2023 18:01:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/delete/m-p/1334227#M68802</guid>
      <dc:creator>CMV_Erik</dc:creator>
      <dc:date>2023-10-02T18:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Python Script tool that edits specific sde version</title>
      <link>https://community.esri.com/t5/python-questions/delete/m-p/1334945#M68830</link>
      <description>&lt;P&gt;I copied and pasted from ArcPro&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 15:01:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/delete/m-p/1334945#M68830</guid>
      <dc:creator>mejohnson22</dc:creator>
      <dc:date>2023-10-04T15:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Python Script tool that edits specific sde version</title>
      <link>https://community.esri.com/t5/python-questions/delete/m-p/1334954#M68831</link>
      <description>&lt;P&gt;Maybe try &lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/functions/getparameter.htm" target="_self"&gt;getting the parameter object&lt;/A&gt; instead of the text in case describe() isn't complete with just the text. Also make sure that the layer you are inputting is correct (is in an enterprise geodatabase).&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 15:11:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/delete/m-p/1334954#M68831</guid>
      <dc:creator>BlakeTerhune</dc:creator>
      <dc:date>2023-10-04T15:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Python Script tool that edits specific sde version</title>
      <link>https://community.esri.com/t5/python-questions/delete/m-p/1334965#M68832</link>
      <description>&lt;P&gt;It's misspelled in Line 14 in the code above too. The error message is valid; the code needs to be fixed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;EDIT: I just noticed the code is asking for the connectionProperties of a layer, which I don't think is available. It is available in the workspace though.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 15:43:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/delete/m-p/1334965#M68832</guid>
      <dc:creator>CMV_Erik</dc:creator>
      <dc:date>2023-10-04T15:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Python Script tool that edits specific sde version</title>
      <link>https://community.esri.com/t5/python-questions/delete/m-p/1335487#M68860</link>
      <description>&lt;P&gt;I fixed the spelling error. It is first getting the workspace of the layer on line 13. then I am trying to get the version because I am only trying to edit within a version, not within the default.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 17:26:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/delete/m-p/1335487#M68860</guid>
      <dc:creator>mejohnson22</dc:creator>
      <dc:date>2023-10-05T17:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Python Script tool that edits specific sde version</title>
      <link>https://community.esri.com/t5/python-questions/delete/m-p/1335636#M68868</link>
      <description>&lt;P&gt;The properties returned by the Describe methods vary based on the type of object being described.&amp;nbsp;&lt;/P&gt;&lt;P&gt;"desc" is Describe-ing a layer, so it only has the properties of a layer.&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/functions/layer-properties.htm" target="_blank"&gt;Layer properties—ArcGIS Pro | Documentation&lt;/A&gt;,&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/functions/gdb-featureclass-properties.htm" target="_blank"&gt;Geodatabase Feature Class properties—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you want the properties of the workspace, I would get the output of a separate Describe method using 'workspace' (or&amp;nbsp;desc.path) as an input&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/functions/workspace-properties.htm" target="_blank" rel="noopener"&gt;Workspace properties—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 23:11:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/delete/m-p/1335636#M68868</guid>
      <dc:creator>CMV_Erik</dc:creator>
      <dc:date>2023-10-05T23:11:24Z</dc:date>
    </item>
  </channel>
</rss>

