We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Source extensions are not applied during compilation for nested views.
E.g.
run: duckdb.table('malloytest.state_facts') -> { nest: foo is { extend: { dimension: y is 1 } group_by: y } }
This is true whether or not the nested view is defined inline or referenced. This also applies to join_xxx directly in a query.
join_xxx
The text was updated successfully, but these errors were encountered:
alwaysJoins
PipeSegment
extend:
nest:
No branches or pull requests
Source extensions are not applied during compilation for nested views.
E.g.
This is true whether or not the nested view is defined inline or referenced.
This also applies to
join_xxx
directly in a query.The text was updated successfully, but these errors were encountered: