-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix macro, include
fct_elavon_transactions
in row access policy (#3236
- Loading branch information
1 parent
512c6c4
commit de8125e
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -94,8 +94,8 @@ filter using ( | |
{% macro payments_elavon_row_access_policy() %} | ||
|
||
{{ create_row_access_policy( | ||
filter_column = 'Monterey-Salinas Transit', | ||
filter_value = 'mst', | ||
filter_column = 'organization_name', | ||
filter_value = 'Monterey-Salinas Transit', | ||
principals = ['serviceAccount:[email protected]'] | ||
) }}; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters