Skip to content
New issue

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

Arguments to multiple $__timeFilter() invocations cannot be different #15

Open
spbnick opened this issue Oct 28, 2021 · 0 comments
Open

Comments

@spbnick
Copy link
Collaborator

spbnick commented Oct 28, 2021

If a BigQuery query has multiple $__timeFilter() macro invocations with different arguments the expansion uses the argument to the first invocation in all expansions.

To work around that we have to use this instead:

expression BETWEEN TIMESTAMP_MILLIS($__from) AND TIMESTAMP_MILLIS($__to)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant