hjtran commented on code in PR #30788: URL: https://github.com/apache/beam/pull/30788#discussion_r1554201194
########## website/www/site/content/en/documentation/transforms/python/overview.md: ########## @@ -48,13 +48,13 @@ limitations under the License. <table class="table-bordered table-striped"> <tr><th>Transform</th><th>Description</th></tr> - <tr><td>ApproximateQuantiles</td><td>Not available. See <a href="https://issues.apache.org/jira/browse/BEAM-6694">BEAM-6694</a> for updates.</td></tr> - <tr><td>ApproximateUnique</td><td>Not available. See <a href="https://issues.apache.org/jira/browse/BEAM-6693">BEAM-6693</a> for updates.</td></tr> + <tr><td><a href="/documentation/transforms/python/aggregation/approximatequantiles">ApproximateQuantiles</a></td><td>Given a distribution, find the approximate N-tiles.</td></tr> + <tr><td><a href="/documentation/transforms/python/aggregation/approximateunique">ApproximateUnique</a></td><td>Given a pcollection, return the estimated number of unique elements.</td></tr> + <tr><td><a href="/documentation/transforms/python/aggregation/batchelements">BatchElements</a></td><td>Given a pcollection, return the estimated number of unique elements.</td></tr> Review Comment: Ah, I should've went looking for this. I had guessed that there might've been some autogenerating nav bar but I didn't confirm. Thanks for pointing it out -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
