Skip to content

Commit

Permalink
fix: wrong dataset and project id in filter (#19522)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8233af5)
  • Loading branch information
TeddyCr committed Jan 27, 2025
1 parent ba95ccb commit 2d69786
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ def get_kwargs(self, **kwargs):
runner: QueryRunner = kwargs.get("runner")
return {
"table": runner.table_name,
"database": runner.session.get_bind().url.database,
"schema": runner.schema_name,
"project_id": runner.session.get_bind().url.host,
"dataset_id": runner.schema_name,
"usage_location": kwargs.get("usage_location"),
}

Expand Down

0 comments on commit 2d69786

Please sign in to comment.