from tableA a left join tableB b where a.id=b.id)" df = spark.read \ .format("bigquery") \ .option("url", "{}".format(src_host)) ...
確定! 回上一頁