<?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 Data Pipeline says Invalid object name even though it exists in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Data-Pipeline-says-Invalid-object-name-even-though-it-exists/m-p/4030046#M2888</link>
    <description>&lt;P&gt;I have a Data Pipeline that performs several steps one after the other:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. I read some data from a SQL Server and write it in a table t1 of a lakehouse L1.&lt;BR /&gt;2. (Yellow) I wait 2 seconds (I will explain why I do this later).&lt;BR /&gt;3. (Red) With a notebook I read this table t1 that I have just written and I write it in another lakehouse L2 in a table t2.&lt;BR /&gt;4. (Blue) I run a query on t1 to get the smallest value of one of its columns (&lt;EM&gt;select min(...) from .....&lt;/EM&gt;)&lt;BR /&gt;5. Other operations.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I run this Data Pipeline every day, and some days it works correctly, but other days it fails in step 4 (blue). It gives me an error that the table t1 on which I am performing the query does not exist, which I don't understand because in the previous step (red) I have read via notebook that table t1 and it has not given me any error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I put a wait of 2 seconds to give the flow time to load the table correctly, but sometimes it doesn't even find it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't understand how in step 4 it doesn't find the table t1 if in step 3 it has found it. I don't understand how in a step after step 1 (step in which the table is written) t1 is not found. I put a timeout but I don't understand why I put it, as it should not be necessary.&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jul 2024 11:16:58 GMT</pubDate>
    <dc:creator>amaaiia</dc:creator>
    <dc:date>2024-07-08T11:16:58Z</dc:date>
    <item>
      <title>Data Pipeline says Invalid object name even though it exists</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Data-Pipeline-says-Invalid-object-name-even-though-it-exists/m-p/4030046#M2888</link>
      <description>&lt;P&gt;I have a Data Pipeline that performs several steps one after the other:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. I read some data from a SQL Server and write it in a table t1 of a lakehouse L1.&lt;BR /&gt;2. (Yellow) I wait 2 seconds (I will explain why I do this later).&lt;BR /&gt;3. (Red) With a notebook I read this table t1 that I have just written and I write it in another lakehouse L2 in a table t2.&lt;BR /&gt;4. (Blue) I run a query on t1 to get the smallest value of one of its columns (&lt;EM&gt;select min(...) from .....&lt;/EM&gt;)&lt;BR /&gt;5. Other operations.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I run this Data Pipeline every day, and some days it works correctly, but other days it fails in step 4 (blue). It gives me an error that the table t1 on which I am performing the query does not exist, which I don't understand because in the previous step (red) I have read via notebook that table t1 and it has not given me any error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I put a wait of 2 seconds to give the flow time to load the table correctly, but sometimes it doesn't even find it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't understand how in step 4 it doesn't find the table t1 if in step 3 it has found it. I don't understand how in a step after step 1 (step in which the table is written) t1 is not found. I put a timeout but I don't understand why I put it, as it should not be necessary.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 11:16:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Data-Pipeline-says-Invalid-object-name-even-though-it-exists/m-p/4030046#M2888</guid>
      <dc:creator>amaaiia</dc:creator>
      <dc:date>2024-07-08T11:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Data Pipeline says Invalid object name even though it exists</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Data-Pipeline-says-Invalid-object-name-even-though-it-exists/m-p/4031065#M2895</link>
      <description>&lt;P&gt;Is step 4 reading from the SQL Analytics Endpoint?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If so, my guess is that there is some (varying) delay from the creation of the table in Spark until it is synced to the SQL Analytics Endpoint ("metadata sync").&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/General-Discussion/Delayed-data-refresh-in-SQL-Analytical-Endpoint/m-p/3543882" target="_blank" rel="noopener"&gt;https://community.fabric.microsoft.com/t5/General-Discussion/Delayed-data-refresh-in-SQL-Analytical-Endpoint/m-p/3543882&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Data-Engineering/SQL-Endpoint-Slow-To-Reflect-Changes-In-Lakehouse/m-p/3702574" target="_blank" rel="noopener"&gt;https://community.fabric.microsoft.com/t5/Data-Engineering/SQL-Endpoint-Slow-To-Reflect-Changes-In-Lakehouse/m-p/3702574&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, these docs say that the new table should be available immediately in the SQL Analytics Endpoint: &lt;A href="https://learn.microsoft.com/en-us/fabric/data-engineering/lakehouse-sql-analytics-endpoint" target="_blank"&gt;https://learn.microsoft.com/en-us/fabric/data-engineering/lakehouse-sql-analytics-endpoint&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 21:00:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Data-Pipeline-says-Invalid-object-name-even-though-it-exists/m-p/4031065#M2895</guid>
      <dc:creator>frithjof_v</dc:creator>
      <dc:date>2024-07-08T21:00:26Z</dc:date>
    </item>
  </channel>
</rss>

