<?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 Delta RUST API (not REST ) in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/delta-rust-api-not-rest/m-p/16398#M10592</link>
    <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;@dennylee&lt;/P&gt;
&lt;P&gt;Delta RUST API seems a good option to query delta table without spinning up spark cluster so I am trying out this - &lt;A href="https://databricks.com/blog/2020/12/22/natively-query-your-delta-lake-with-scala-java-and-python.html" target="test_blank"&gt;https://databricks.com/blog/2020/12/22/natively-query-your-delta-lake-with-scala-java-and-python.html&lt;/A&gt; using Python app&lt;/P&gt;&lt;P&gt;&lt;/P&gt;"Reading the Delta Table (Python)" section towards the end of this blog refers to below code snippet&lt;P&gt;&lt;/P&gt;'dt = DeltaTable("../rust/tests/data/simple_table")' It is not clear if this path assumes a local folder (that would be a problem because it means I need to download delta folder to local drive)?&lt;P&gt;&lt;/P&gt;My delta table is on ADLS path (azure data lake store) and I do not see a way to authenticate and connect to ADLS folder path and use it in above command ( &lt;A href="https://github.com/delta-io/delta-rs)" target="test_blank"&gt;https://github.com/delta-io/delta-rs)&lt;/A&gt;&lt;P&gt;&lt;/P&gt;Am I missing something basic here?&lt;P&gt;&lt;/P&gt;Use Case&lt;P&gt;&lt;/P&gt;Querying delta table from azure function app without spinning up spark cluster&lt;P&gt;&lt;/P&gt;Related Issue(s)&lt;P&gt;&lt;/P&gt;Not sure how to auth and connect to ADLS folder where delta table is stored from the deltalake library ( I can connect using blob client but then can not use it in the DeltaTable method in deltalake package) A better code example will help 
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 17 Aug 2021 17:12:27 GMT</pubDate>
    <dc:creator>prasadvaze</dc:creator>
    <dc:date>2021-08-17T17:12:27Z</dc:date>
    <item>
      <title>Delta RUST API (not REST )</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-rust-api-not-rest/m-p/16398#M10592</link>
      <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;@dennylee&lt;/P&gt;
&lt;P&gt;Delta RUST API seems a good option to query delta table without spinning up spark cluster so I am trying out this - &lt;A href="https://databricks.com/blog/2020/12/22/natively-query-your-delta-lake-with-scala-java-and-python.html" target="test_blank"&gt;https://databricks.com/blog/2020/12/22/natively-query-your-delta-lake-with-scala-java-and-python.html&lt;/A&gt; using Python app&lt;/P&gt;&lt;P&gt;&lt;/P&gt;"Reading the Delta Table (Python)" section towards the end of this blog refers to below code snippet&lt;P&gt;&lt;/P&gt;'dt = DeltaTable("../rust/tests/data/simple_table")' It is not clear if this path assumes a local folder (that would be a problem because it means I need to download delta folder to local drive)?&lt;P&gt;&lt;/P&gt;My delta table is on ADLS path (azure data lake store) and I do not see a way to authenticate and connect to ADLS folder path and use it in above command ( &lt;A href="https://github.com/delta-io/delta-rs)" target="test_blank"&gt;https://github.com/delta-io/delta-rs)&lt;/A&gt;&lt;P&gt;&lt;/P&gt;Am I missing something basic here?&lt;P&gt;&lt;/P&gt;Use Case&lt;P&gt;&lt;/P&gt;Querying delta table from azure function app without spinning up spark cluster&lt;P&gt;&lt;/P&gt;Related Issue(s)&lt;P&gt;&lt;/P&gt;Not sure how to auth and connect to ADLS folder where delta table is stored from the deltalake library ( I can connect using blob client but then can not use it in the DeltaTable method in deltalake package) A better code example will help 
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 17:12:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-rust-api-not-rest/m-p/16398#M10592</guid>
      <dc:creator>prasadvaze</dc:creator>
      <dc:date>2021-08-17T17:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Delta RUST API (not REST )</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-rust-api-not-rest/m-p/16399#M10593</link>
      <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;@denny.lee was one of the writers on this blog post so hoping he can provide a good code example &lt;/P&gt; 
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 17:15:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-rust-api-not-rest/m-p/16399#M10593</guid>
      <dc:creator>prasadvaze</dc:creator>
      <dc:date>2021-08-17T17:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Delta RUST API (not REST )</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-rust-api-not-rest/m-p/16400#M10594</link>
      <description>&lt;P&gt;&lt;A href="https://github.com/delta-io/delta-rs/issues/392" target="test_blank"&gt;https://github.com/delta-io/delta-rs/issues/392&lt;/A&gt;  This issue is being actively worked on . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Sep 2021 17:07:33 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-rust-api-not-rest/m-p/16400#M10594</guid>
      <dc:creator>prasadvaze</dc:creator>
      <dc:date>2021-09-23T17:07:33Z</dc:date>
    </item>
  </channel>
</rss>

