eladkal commented on code in PR #29835: URL: https://github.com/apache/airflow/pull/29835#discussion_r1127718456
########## airflow/providers/google/cloud/hooks/bigquery_reservation.py: ########## @@ -0,0 +1,123 @@ +# Review Comment: In general we prefer to keep things organized under service and not under API. you can see we have bigquery.py, bigtable.py etc.. It makes it easier to find what you need when everything is under the same service. -- 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]
