-
Notifications
You must be signed in to change notification settings - Fork 56
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
Add params to row-filter and modify to be used multiple at the same time #174
base: main
Are you sure you want to change the base?
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). For more information, open the CLA check for this pull request. |
/gcbrun |
Hi @bogo96 thanks for this amazing first contributions! I've approved for both Github Actions and Cloud Run to run on your PR. Looks like Github Actions is failing because of #70 (there is no workaround). The Cloud Build logs are not directly visible in Github so I need to share them with you here. The tests are currently failing due to:
This is because of #174 (comment). What do you think about (2) allow one-of 'row_filter_id' which is a string or 'row_filter_ids' which is a list instead? BTW wanted to check if you are able to run Thanks again! |
Hi, I really appreciated with your review. I wonder how to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - thanks! I will create a separate PR to create a few more test for this PR before merging to main.
9c9912d
to
00cdb0a
Compare
Thanks for this @bogo96 & apologies for the delay. |
Related Issue
#171