<?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 Query Azure Storage Tables in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/Query-Azure-Storage-Tables/m-p/4346494#M6757</link>
    <description>&lt;P&gt;I'm using Fabric Data Pipelines to bring over data from Azure Storage Tables, but I need to filter the data to get the latest data only. I'm trying to write a query to get data where the timestamp column is in the last 5 days. I can write a query like Timestamp ge '12/25/2024' and it will return results, but I cannot make it work with dynamic content. I would like something like Timestamp ge @addDays(utcNOW(),-5); but when I try to do that it gives me errors about invalid inputs. Any one have success dynamically query azure storage tables?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Dec 2024 18:52:43 GMT</pubDate>
    <dc:creator>daniel_sql_27</dc:creator>
    <dc:date>2024-12-30T18:52:43Z</dc:date>
    <item>
      <title>Query Azure Storage Tables</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Query-Azure-Storage-Tables/m-p/4346494#M6757</link>
      <description>&lt;P&gt;I'm using Fabric Data Pipelines to bring over data from Azure Storage Tables, but I need to filter the data to get the latest data only. I'm trying to write a query to get data where the timestamp column is in the last 5 days. I can write a query like Timestamp ge '12/25/2024' and it will return results, but I cannot make it work with dynamic content. I would like something like Timestamp ge @addDays(utcNOW(),-5); but when I try to do that it gives me errors about invalid inputs. Any one have success dynamically query azure storage tables?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2024 18:52:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Query-Azure-Storage-Tables/m-p/4346494#M6757</guid>
      <dc:creator>daniel_sql_27</dc:creator>
      <dc:date>2024-12-30T18:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Query Azure Storage Tables</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Query-Azure-Storage-Tables/m-p/4346499#M6759</link>
      <description>&lt;P&gt;I found this page. I wasn't able to get it to work with the Timestamp field, but I have another field stored as a string called ProcessedAt and that worked:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://stackoverflow.com/questions/57176460/table-storage-dynamics-query-in-data-factory" target="_blank"&gt;https://stackoverflow.com/questions/57176460/table-storage-dynamics-query-in-data-factory&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;My query looks like this:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Variable Now =&amp;nbsp;@&lt;/SPAN&gt;&lt;SPAN&gt;addDays(formatDateTime(utcNow(),&lt;/SPAN&gt;&lt;SPAN&gt;'MM-dd-yyyy'&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;-5&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Query =&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;@&lt;/SPAN&gt;&lt;SPAN&gt;concat(&lt;/SPAN&gt;&lt;SPAN&gt;'ProcessedAt ge &lt;/SPAN&gt;&lt;SPAN&gt;''&lt;/SPAN&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;SPAN&gt;, variables(&lt;/SPAN&gt;&lt;SPAN&gt;'Now'&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;SPAN&gt;''&lt;/SPAN&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;Not very intuitive, but at least it works.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2024 19:15:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Query-Azure-Storage-Tables/m-p/4346499#M6759</guid>
      <dc:creator>daniel_sql_27</dc:creator>
      <dc:date>2024-12-30T19:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Query Azure Storage Tables</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Query-Azure-Storage-Tables/m-p/4346723#M6761</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="906876" data-lia-user-login="daniel_sql_27" class="lia-mention lia-mention-user"&gt;daniel_sql_27&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I'm glad you were able to solve the problem yourself, and I'm sure it will help other users on the forum!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;Yilong Zhou&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Dec 2024 02:01:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Query-Azure-Storage-Tables/m-p/4346723#M6761</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-12-31T02:01:42Z</dc:date>
    </item>
  </channel>
</rss>

