villebro commented on code in PR #32506:
URL: https://github.com/apache/superset/pull/32506#discussion_r1980419847


##########
superset/db_engine_specs/bigquery.py:
##########
@@ -469,6 +469,7 @@ def estimate_query_cost(  # pylint: 
disable=too-many-arguments
             database,
             catalog=catalog,
             schema=schema,
+            source=source,

Review Comment:
   Bycatch: `source` wasn't being passed in this call, despite being available.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to