Question about pythonVersion and sparkVersion #7057
-
Recently I have see that certain products are missing the "latest" and "latestReleaseDate" information, but instead have the "pythonVersion" and "sparkVersion" information. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The glue page does not have latest and latestReleaseDate published: https://endoflife.date/amazon-glue, so they are unavailable on the API as well. The extra columns
In this case, they are used to generate the Compatibility Matrix for Glue published on the page (https://endoflife.date/amazon-glue#compatibility-matrix). The columns being published in the API is just a side-effect, and is not part of the API documentation or guarantee. |
Beta Was this translation helpful? Give feedback.
The glue page does not have latest and latestReleaseDate published: https://endoflife.date/amazon-glue, so they are unavailable on the API as well.
The extra columns
pythonVersion
andsparkVersion
are specific to that page, and are custom columns. They are documented on our contributing page