<?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 Re: How to set pipelines.incompatibleViewCheck.enabled = false in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-to-set-pipelines-incompatibleviewcheck-enabled-false/m-p/34445#M25198</link>
    <description>&lt;P&gt;when you declare a table or view, you can pass use something as this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; @dlt.table(   
  spark_conf={
   "pipelines.incompatibleViewCheck.enabled": "false"
  }
)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Aug 2022 11:57:25 GMT</pubDate>
    <dc:creator>kfoster</dc:creator>
    <dc:date>2022-08-30T11:57:25Z</dc:date>
    <item>
      <title>How to set pipelines.incompatibleViewCheck.enabled = false</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-set-pipelines-incompatibleviewcheck-enabled-false/m-p/34444#M25197</link>
      <description>&lt;P&gt;I tried to load a static table as source to a streaming dlt pipeline.  I understand this is not optimum, but it provides the best path toward eventually having a full streaming pipeline.  When I do I get the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pyspark.sql.utils.AnalysisException: View 'raw_public_streamme' is not a streaming view and must be referenced using read. This check can be disabled by setting Spark conf pipelines.incompatibleViewCheck.enabled = false.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I set pipelines.incompatibleViewCheck.enabled = false?  Doing so with spark.conf.set does not seem to have any effect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2022 19:36:48 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-set-pipelines-incompatibleviewcheck-enabled-false/m-p/34444#M25197</guid>
      <dc:creator>159312</dc:creator>
      <dc:date>2022-08-16T19:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to set pipelines.incompatibleViewCheck.enabled = false</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-set-pipelines-incompatibleviewcheck-enabled-false/m-p/34445#M25198</link>
      <description>&lt;P&gt;when you declare a table or view, you can pass use something as this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; @dlt.table(   
  spark_conf={
   "pipelines.incompatibleViewCheck.enabled": "false"
  }
)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 11:57:25 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-set-pipelines-incompatibleviewcheck-enabled-false/m-p/34445#M25198</guid>
      <dc:creator>kfoster</dc:creator>
      <dc:date>2022-08-30T11:57:25Z</dc:date>
    </item>
  </channel>
</rss>

