Update guides to use type over item_type for 2.4.3#2412
Open
achapkowski wants to merge 1 commit intomasterfrom
Open
Update guides to use type over item_type for 2.4.3#2412achapkowski wants to merge 1 commit intomasterfrom
achapkowski wants to merge 1 commit intomasterfrom
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
There was a problem hiding this comment.
Pull Request Overview
This PR updates sample notebooks to use the newer type parameter instead of the deprecated item_type parameter in ItemProperties constructors, aligning with API changes in version 2.4.3.
Key Changes:
- Replaced
item_typeparameter withtypeinItemPropertiesconstructor calls across multiple sample notebooks
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| samples/05_content_publishers/html_table_to_pandas_data_frame_to_portal_item.ipynb | Updated ItemProperties to use type instead of item_type for FEATURE_COLLECTION |
| samples/04_gis_analysts_data_scientists/determining_site_suitability_for_oil_palm_plantation.ipynb | Updated ItemProperties to use type instead of item_type for RASTER_FUNCTION_TEMPLATE |
| samples/03_org_administrators/validate_user_profiles.ipynb | Updated ItemProperties to use type instead of item_type for CSV |
| samples/03_org_administrators/clone_a_group.ipynb | Updated ItemProperties to use type instead of item_type when cloning items |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
ManushiM
approved these changes
Dec 12, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update guides to use type over item_type for 2.4.3