Skip to content

Commit

Permalink
Merge pull request #1874 from jyaistMap/jy-gax-deprecation
Browse files Browse the repository at this point in the history
Add deprecation notice for the geoanalytics module
  • Loading branch information
jyaistMap authored Jul 22, 2024
2 parents bfb491f + b82e9e0 commit cc38933
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions guide/07-working-with-bigdata/01-introduction.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Introduction"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"> **Note:** The final release of [GeoAnalytics Server](https://www.esri.com/en-us/arcgis/products/arcgis-geoanalytics-server/overview) was with ArcGIS Enteprise 11.3 in May, 2024. Support for the _arcgis.geoanalytics_ module will continue to be provided through the built-in Python API included with ArcGIS Enterprise 11.3 and earlier installations. The _arcgis.geoanalytics_ module will be deprecated and removed from the Python API 2.4.0 release and all subsequent releases. See the [GeoAnalytics Server deprecation notice](https://www.esri.com/arcgis-blog/products/geoanalytics-server/announcements/deprecation-notice-for-arcgis-geoanalytics-server/) for full details and suggestions on migration plans."
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -188,7 +202,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -202,7 +216,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.11"
"version": "3.11.0"
}
},
"nbformat": 4,
Expand Down

0 comments on commit cc38933

Please sign in to comment.