Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
users
{{ config( name="user_data_with_age_over_20", description="User data with age over 20", ) }} select * from {{ load_data("users") }} where age > 20