You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/06/13 07:20:23 UTC

[GitHub] [airflow] eladkal commented on a diff in pull request #24363: Fixed BigQueryCreateExternalTableOperator and its unit test (#24160)

eladkal commented on code in PR #24363:
URL: https://github.com/apache/airflow/pull/24363#discussion_r895399684


##########
airflow/providers/google/cloud/operators/bigquery.py:
##########
@@ -36,7 +36,7 @@
 from airflow.models import BaseOperator, BaseOperatorLink
 from airflow.models.xcom import XCom
 from airflow.operators.sql import SQLCheckOperator, SQLIntervalCheckOperator, SQLValueCheckOperator
-from airflow.providers.google.cloud.hooks.bigquery import BigQueryHook, BigQueryJob
+from airflow.providers.google.cloud.hooks.bigquery import BigQueryHook, BigQueryJob, _split_tablename

Review Comment:
   It's in our project. The function is defined in `BigQueryHook`:
   https://github.com/apache/airflow/blob/b1ad017cee66f5e042144cc7baa2d44b23b47c4f/airflow/providers/google/cloud/hooks/bigquery.py#L2770



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org