Abacn commented on code in PR #35572: URL: https://github.com/apache/beam/pull/35572#discussion_r2205648675
########## website/www/site/content/en/documentation/dsls/sql/extensions/create-external-table.md: ########## @@ -644,6 +644,151 @@ TYPE text LOCATION '/home/admin/orders' ``` +## DataGen + +The **DataGen** connector allows for creating tables based on in-memory data generation. This is useful for developing and testing queries locally without requiring access to external systems. The DataGen connector is built-in; no additional dependencies are required. Review Comment: Website change takes effect nightly. We should note that this is available for Beam 2.67.0+ -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org