<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Databricks always loads built-in BigQuery connector (0.22.2), can’t override with 0.43.x in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/databricks-always-loads-built-in-bigquery-connector-0-22-2-can-t/m-p/140202#M51354</link>
    <description>&lt;P&gt;I am using&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;Databricks Runtime 15.4&lt;SPAN&gt;&amp;nbsp;(Spark 3.5 / Scala 2.12) on AWS.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;My goal is to use the&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;latest Google BigQuery connector&lt;SPAN&gt;&amp;nbsp;because I need the&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;direct write method&lt;SPAN&gt;&amp;nbsp;(BigQuery Storage Write API):&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;option("writeMethod", "direct")&lt;/PRE&gt;&lt;P&gt;This allows writing directly into BigQuery&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;without requiring a temporary GCS bucket, which is necessary in my environment.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;To do this, I installed the official Google connector as a&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;cluster library&lt;SPAN&gt;&amp;nbsp;via Maven:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;com.google.cloud.spark:spark-bigquery-with-dependencies_2.12:0.43.1&lt;/PRE&gt;&lt;P&gt;The library installs successfully and shows as "Attached" on the cluster.&lt;/P&gt;&lt;P&gt;However, Databricks does not use this connector at runtime. To check which connector is actually being loaded, I run:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;python&lt;PRE&gt;jvm = spark._jvm
provider = jvm.com.google.cloud.spark.bigquery.BigQueryRelationProvider()
location = provider.getClass().getProtectionDomain().getCodeSource().getLocation().toString()
&lt;SPAN class=""&gt;print(location)&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;The output is always:&lt;/P&gt;&lt;PRE&gt;...spark-bigquery-connector-hive-2.3__hadoop-3.2_2.12--fatJar-assembly-0.22.2-SNAPSHOT.jar&lt;/PRE&gt;&lt;P&gt;This means Databricks always loads its&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;built-in forked connector (0.22.2-SNAPSHOT)&lt;SPAN&gt;&amp;nbsp;instead of the Google connector (0.43.x) that I installed.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Additional observations:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Restarting the cluster does not change anything.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;The installed connector appears as "Attached" but never shows up in&lt;SPAN&gt;&amp;nbsp;/databricks/jars.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;/databricks/jars&lt;SPAN&gt;&amp;nbsp;only contains:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;spark-bigquery-connector-hive-2.3__hadoop-3.2_2.12--fatJar-assembly-0.22.2-SNAPSHOT.jar&lt;/LI&gt;&lt;LI&gt;spark-bigquery-with-dependencies_2.12-0.41.0.jar&lt;SPAN&gt;&amp;nbsp;(Databricks' own copy)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;spark.read.format("bigquery")&lt;SPAN&gt;&amp;nbsp;still resolves to the built-in connector every time.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Question:&lt;SPAN&gt;&amp;nbsp;Is there any supported way on&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;Databricks Runtime 15.4&lt;SPAN&gt;&amp;nbsp;to override or replace the built-in BigQuery connector so that:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;spark.read.format("bigquery")&lt;/PRE&gt;&lt;P&gt;uses the&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;Google spark-bigquery-with-dependencies_2.12 (0.43.x)&lt;SPAN&gt;&amp;nbsp;connector, specifically to allow using the&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;direct write method&lt;SPAN&gt;&amp;nbsp;without a temporary GCS bucket?&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Or is the Databricks BigQuery connector version&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;fixed and not user-overridable?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 24 Nov 2025 15:04:28 GMT</pubDate>
    <dc:creator>SupunK</dc:creator>
    <dc:date>2025-11-24T15:04:28Z</dc:date>
    <item>
      <title>Databricks always loads built-in BigQuery connector (0.22.2), can’t override with 0.43.x</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-always-loads-built-in-bigquery-connector-0-22-2-can-t/m-p/140202#M51354</link>
      <description>&lt;P&gt;I am using&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;Databricks Runtime 15.4&lt;SPAN&gt;&amp;nbsp;(Spark 3.5 / Scala 2.12) on AWS.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;My goal is to use the&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;latest Google BigQuery connector&lt;SPAN&gt;&amp;nbsp;because I need the&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;direct write method&lt;SPAN&gt;&amp;nbsp;(BigQuery Storage Write API):&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;option("writeMethod", "direct")&lt;/PRE&gt;&lt;P&gt;This allows writing directly into BigQuery&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;without requiring a temporary GCS bucket, which is necessary in my environment.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;To do this, I installed the official Google connector as a&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;cluster library&lt;SPAN&gt;&amp;nbsp;via Maven:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;com.google.cloud.spark:spark-bigquery-with-dependencies_2.12:0.43.1&lt;/PRE&gt;&lt;P&gt;The library installs successfully and shows as "Attached" on the cluster.&lt;/P&gt;&lt;P&gt;However, Databricks does not use this connector at runtime. To check which connector is actually being loaded, I run:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;python&lt;PRE&gt;jvm = spark._jvm
provider = jvm.com.google.cloud.spark.bigquery.BigQueryRelationProvider()
location = provider.getClass().getProtectionDomain().getCodeSource().getLocation().toString()
&lt;SPAN class=""&gt;print(location)&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;The output is always:&lt;/P&gt;&lt;PRE&gt;...spark-bigquery-connector-hive-2.3__hadoop-3.2_2.12--fatJar-assembly-0.22.2-SNAPSHOT.jar&lt;/PRE&gt;&lt;P&gt;This means Databricks always loads its&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;built-in forked connector (0.22.2-SNAPSHOT)&lt;SPAN&gt;&amp;nbsp;instead of the Google connector (0.43.x) that I installed.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Additional observations:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Restarting the cluster does not change anything.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;The installed connector appears as "Attached" but never shows up in&lt;SPAN&gt;&amp;nbsp;/databricks/jars.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;/databricks/jars&lt;SPAN&gt;&amp;nbsp;only contains:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;spark-bigquery-connector-hive-2.3__hadoop-3.2_2.12--fatJar-assembly-0.22.2-SNAPSHOT.jar&lt;/LI&gt;&lt;LI&gt;spark-bigquery-with-dependencies_2.12-0.41.0.jar&lt;SPAN&gt;&amp;nbsp;(Databricks' own copy)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;spark.read.format("bigquery")&lt;SPAN&gt;&amp;nbsp;still resolves to the built-in connector every time.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Question:&lt;SPAN&gt;&amp;nbsp;Is there any supported way on&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;Databricks Runtime 15.4&lt;SPAN&gt;&amp;nbsp;to override or replace the built-in BigQuery connector so that:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;spark.read.format("bigquery")&lt;/PRE&gt;&lt;P&gt;uses the&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;Google spark-bigquery-with-dependencies_2.12 (0.43.x)&lt;SPAN&gt;&amp;nbsp;connector, specifically to allow using the&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;direct write method&lt;SPAN&gt;&amp;nbsp;without a temporary GCS bucket?&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Or is the Databricks BigQuery connector version&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;fixed and not user-overridable?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 24 Nov 2025 15:04:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-always-loads-built-in-bigquery-connector-0-22-2-can-t/m-p/140202#M51354</guid>
      <dc:creator>SupunK</dc:creator>
      <dc:date>2025-11-24T15:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks always loads built-in BigQuery connector (0.22.2), can’t override with 0.43.x</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-always-loads-built-in-bigquery-connector-0-22-2-can-t/m-p/140409#M51417</link>
      <description>&lt;P class="my-2 [&amp;amp;+p]:mt-4 [&amp;amp;_strong:has(+br)]:inline-block [&amp;amp;_strong:has(+br)]:pb-2"&gt;There is no supported way on Databricks Runtime 15.4 to override or replace the built-in BigQuery connector to use your own version (such as 0.43.x) in order to access the direct write method. Databricks clusters come preloaded with their own managed version of the BigQuery connector, which is loaded by default both for Scala and Python APIs, even if you attach a newer version as a Maven or cluster library.&lt;/P&gt;
&lt;H2 id="connector-override-is-not-supported" class="mb-2 mt-4 font-display font-semimedium text-base first:mt-0 md:text-lg [hr+&amp;amp;]:mt-4"&gt;Connector Override Is Not Supported&lt;/H2&gt;
&lt;UL class="marker:text-quiet list-disc"&gt;
&lt;LI class="py-0 my-0 prose-p:pt-0 prose-p:mb-2 prose-p:my-0 [&amp;amp;&amp;gt;p]:pt-0 [&amp;amp;&amp;gt;p]:mb-2 [&amp;amp;&amp;gt;p]:my-0"&gt;
&lt;P class="my-2 [&amp;amp;+p]:mt-4 [&amp;amp;_strong:has(+br)]:inline-block [&amp;amp;_strong:has(+br)]:pb-2"&gt;Databricks enforces usage of its internal/forked BigQuery connector jar. This is loaded from /databricks/jars by default and takes precedence over any user-attached or Maven-installed connectors.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="py-0 my-0 prose-p:pt-0 prose-p:mb-2 prose-p:my-0 [&amp;amp;&amp;gt;p]:pt-0 [&amp;amp;&amp;gt;p]:mb-2 [&amp;amp;&amp;gt;p]:my-0"&gt;
&lt;P class="my-2 [&amp;amp;+p]:mt-4 [&amp;amp;_strong:has(+br)]:inline-block [&amp;amp;_strong:has(+br)]:pb-2"&gt;As of Databricks Runtime 15.x, there is no documented or officially supported mechanism to replace or “shadow” the built-in connector jar with a later version.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="py-0 my-0 prose-p:pt-0 prose-p:mb-2 prose-p:my-0 [&amp;amp;&amp;gt;p]:pt-0 [&amp;amp;&amp;gt;p]:mb-2 [&amp;amp;&amp;gt;p]:my-0"&gt;
&lt;P class="my-2 [&amp;amp;+p]:mt-4 [&amp;amp;_strong:has(+br)]:inline-block [&amp;amp;_strong:has(+br)]:pb-2"&gt;Even when a newer Google connector jar is supplied, Databricks’ class loading/mechanism gives priority to the built-in connector.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2 id="built-in-connector-limitations" class="mb-2 mt-4 font-display font-semimedium text-base first:mt-0 md:text-lg [hr+&amp;amp;]:mt-4"&gt;Built-in Connector Limitations&lt;/H2&gt;
&lt;UL class="marker:text-quiet list-disc"&gt;
&lt;LI class="py-0 my-0 prose-p:pt-0 prose-p:mb-2 prose-p:my-0 [&amp;amp;&amp;gt;p]:pt-0 [&amp;amp;&amp;gt;p]:mb-2 [&amp;amp;&amp;gt;p]:my-0"&gt;
&lt;P class="my-2 [&amp;amp;+p]:mt-4 [&amp;amp;_strong:has(+br)]:inline-block [&amp;amp;_strong:has(+br)]:pb-2"&gt;Databricks’ built-in BigQuery connector, as of runtime 15.4, does not support the Storage Write API direct method (writeMethod="direct"), nor does it support disabling GCS intermediate storage.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="py-0 my-0 prose-p:pt-0 prose-p:mb-2 prose-p:my-0 [&amp;amp;&amp;gt;p]:pt-0 [&amp;amp;&amp;gt;p]:mb-2 [&amp;amp;&amp;gt;p]:my-0"&gt;
&lt;P class="my-2 [&amp;amp;+p]:mt-4 [&amp;amp;_strong:has(+br)]:inline-block [&amp;amp;_strong:has(+br)]:pb-2"&gt;Requests to update or allow override of the connector version are tracked as feature requests with Google and Databricks, but as of November 2025 this feature is not available.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2 id="workarounds-and-alternatives" class="mb-2 mt-4 font-display font-semimedium text-base first:mt-0 md:text-lg [hr+&amp;amp;]:mt-4"&gt;Workarounds and Alternatives&lt;/H2&gt;
&lt;UL class="marker:text-quiet list-disc"&gt;
&lt;LI class="py-0 my-0 prose-p:pt-0 prose-p:mb-2 prose-p:my-0 [&amp;amp;&amp;gt;p]:pt-0 [&amp;amp;&amp;gt;p]:mb-2 [&amp;amp;&amp;gt;p]:my-0"&gt;
&lt;P class="my-2 [&amp;amp;+p]:mt-4 [&amp;amp;_strong:has(+br)]:inline-block [&amp;amp;_strong:has(+br)]:pb-2"&gt;Using the DataFrame API with spark.read.format("bigquery") on Databricks Runtime will always resolve to Databricks’ managed connector, not Google’s latest connector.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="py-0 my-0 prose-p:pt-0 prose-p:mb-2 prose-p:my-0 [&amp;amp;&amp;gt;p]:pt-0 [&amp;amp;&amp;gt;p]:mb-2 [&amp;amp;&amp;gt;p]:my-0"&gt;
&lt;P class="my-2 [&amp;amp;+p]:mt-4 [&amp;amp;_strong:has(+br)]:inline-block [&amp;amp;_strong:has(+br)]:pb-2"&gt;If you need features available only in the new connector (such as direct writes via Storage Write API), you must use a non-Databricks Spark platform (for example, self-managed Spark on EMR or Dataproc), or wait until Databricks updates its built-in connector with support for those features.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="py-0 my-0 prose-p:pt-0 prose-p:mb-2 prose-p:my-0 [&amp;amp;&amp;gt;p]:pt-0 [&amp;amp;&amp;gt;p]:mb-2 [&amp;amp;&amp;gt;p]:my-0"&gt;
&lt;P class="my-2 [&amp;amp;+p]:mt-4 [&amp;amp;_strong:has(+br)]:inline-block [&amp;amp;_strong:has(+br)]:pb-2"&gt;Some users have experimented with removing or replacing /databricks/jars items with init scripts, but this is not a supported path and can destabilize the cluster.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2 id="table-connector-handling-in-databricks" class="mb-2 mt-4 font-display font-semimedium text-base first:mt-0 md:text-lg [hr+&amp;amp;]:mt-4"&gt;Table: Connector Handling in Databricks&lt;/H2&gt;
&lt;DIV class="group relative"&gt;
&lt;DIV class="w-full overflow-x-auto md:max-w-[90vw] border-subtlest ring-subtlest divide-subtlest bg-transparent"&gt;
&lt;TABLE class="border-subtler my-[1em] w-full table-auto border-separate border-spacing-0 border-l border-t"&gt;
&lt;THEAD class="bg-subtler"&gt;
&lt;TR&gt;
&lt;TH class="border-subtler p-sm break-normal border-b border-r text-left align-top"&gt;Approach&lt;/TH&gt;
&lt;TH class="border-subtler p-sm break-normal border-b border-r text-left align-top"&gt;Result on Databricks Runtime 15.4&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="px-sm border-subtler min-w-[48px] break-normal border-b border-r"&gt;Attach newer BigQuery Maven connector&lt;/TD&gt;
&lt;TD class="px-sm border-subtler min-w-[48px] break-normal border-b border-r"&gt;Built-in/forked connector is used&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="px-sm border-subtler min-w-[48px] break-normal border-b border-r"&gt;Provide Google’s 0.43.x as cluster lib&lt;/TD&gt;
&lt;TD class="px-sm border-subtler min-w-[48px] break-normal border-b border-r"&gt;Ignored: built-in 0.22.2-SNAPSHOT is used&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="px-sm border-subtler min-w-[48px] break-normal border-b border-r"&gt;Remove built-in jar via init script&lt;/TD&gt;
&lt;TD class="px-sm border-subtler min-w-[48px] break-normal border-b border-r"&gt;Not supported, may break cluster&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="px-sm border-subtler min-w-[48px] break-normal border-b border-r"&gt;Use spark.read.format("bigquery")&lt;/TD&gt;
&lt;TD class="px-sm border-subtler min-w-[48px] break-normal border-b border-r"&gt;Always resolves to built-in connector&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="px-sm border-subtler min-w-[48px] break-normal border-b border-r"&gt;Use non-Databricks Spark distribution&lt;/TD&gt;
&lt;TD class="px-sm border-subtler min-w-[48px] break-normal border-b border-r"&gt;Latest Google connector can be used&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;DIV class="bg-base border-subtler shadow-subtle pointer-coarse:opacity-100 right-xs absolute bottom-0 flex rounded-lg border opacity-0 transition-opacity group-hover:opacity-100 [&amp;amp;&amp;gt;*:not(:first-child)]:border-subtle [&amp;amp;&amp;gt;*:not(:first-child)]:border-l"&gt;
&lt;DIV class="flex"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="flex"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P class="my-2 [&amp;amp;+p]:mt-4 [&amp;amp;_strong:has(+br)]:inline-block [&amp;amp;_strong:has(+br)]:pb-2"&gt;You can follow Databricks and Google BigQuery release notes for changes on this limitation, but as of now, Databricks’ connector version is fixed and not user-overridable.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Nov 2025 12:37:01 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-always-loads-built-in-bigquery-connector-0-22-2-can-t/m-p/140409#M51417</guid>
      <dc:creator>mark_ott</dc:creator>
      <dc:date>2025-11-26T12:37:01Z</dc:date>
    </item>
  </channel>
</rss>

