<?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 How do i retrieve timestamp data from history in databricks sql not using DELTA table,its data is coming from SAP in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-do-i-retrieve-timestamp-data-from-history-in-databricks-sql/m-p/8384#M4036</link>
    <description>&lt;P&gt;I am not using delta tables my data is from SAP ..how do i retrieve timestamp(history) dynamically from SAP table using databricks SQL&lt;/P&gt;</description>
    <pubDate>Thu, 02 Mar 2023 11:12:24 GMT</pubDate>
    <dc:creator>amruth</dc:creator>
    <dc:date>2023-03-02T11:12:24Z</dc:date>
    <item>
      <title>How do i retrieve timestamp data from history in databricks sql not using DELTA table,its data is coming from SAP</title>
      <link>https://community.databricks.com/t5/data-engineering/how-do-i-retrieve-timestamp-data-from-history-in-databricks-sql/m-p/8384#M4036</link>
      <description>&lt;P&gt;I am not using delta tables my data is from SAP ..how do i retrieve timestamp(history) dynamically from SAP table using databricks SQL&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 11:12:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-do-i-retrieve-timestamp-data-from-history-in-databricks-sql/m-p/8384#M4036</guid>
      <dc:creator>amruth</dc:creator>
      <dc:date>2023-03-02T11:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: How do i retrieve timestamp data from history in databricks sql not using DELTA table,its data is coming from SAP</title>
      <link>https://community.databricks.com/t5/data-engineering/how-do-i-retrieve-timestamp-data-from-history-in-databricks-sql/m-p/8385#M4037</link>
      <description>&lt;P&gt;This depends on what database SAP is running.&lt;/P&gt;&lt;P&gt;First of all databricks SQL needs to have access to the SAP database (HANA, Oracle, DB2, ...)&lt;/P&gt;&lt;P&gt;To query changes to these tables, table logging has to be enabled OR you need to have access to the rollback log (or transaction log or ...).&lt;/P&gt;&lt;P&gt;Chances are small that you are allowed to run such a query.&lt;/P&gt;&lt;P&gt;But perhaps you mean something else with timestamp data?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 12:22:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-do-i-retrieve-timestamp-data-from-history-in-databricks-sql/m-p/8385#M4037</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2023-03-02T12:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do i retrieve timestamp data from history in databricks sql not using DELTA table,its data is coming from SAP</title>
      <link>https://community.databricks.com/t5/data-engineering/how-do-i-retrieve-timestamp-data-from-history-in-databricks-sql/m-p/8386#M4038</link>
      <description>&lt;P&gt;Hi @amruth D​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope all is well! Just wanted to check in if you were able to resolve your issue and would you be happy to share the solution or mark an answer as best? Else please let us know if you need more help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We'd love to hear from you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2023 05:37:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-do-i-retrieve-timestamp-data-from-history-in-databricks-sql/m-p/8386#M4038</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-17T05:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: How do i retrieve timestamp data from history in databricks sql not using DELTA table,its data i</title>
      <link>https://community.databricks.com/t5/data-engineering/how-do-i-retrieve-timestamp-data-from-history-in-databricks-sql/m-p/53871#M29897</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/41150"&gt;@amruth&lt;/a&gt;&amp;nbsp;If you're working with data from SAP in Databricks and want to retrieve timestamps dynamically from a SAP table, you can utilize Databricks SQL to achieve this. You'll need to identify the specific SAP table that contains the timestamp or historical data. Once you've identified the table, you can construct a SQL query in Databricks that includes the appropriate columns and conditions to retrieve the timestamp dynamically. Consider using the SELECT statement to fetch the relevant timestamp column and apply any necessary filters based on your requirements. It's crucial to understand the structure of your SAP table and the naming conventions used for timestamp columns. If there's a specific column indicating historical data, you can use it in your query to retrieve timestamps dynamically. Ensure your Databricks environment is properly configured to connect to your SAP data source, and test your SQL query iteratively to ensure accurate results.&lt;/P&gt;</description>
      <pubDate>Sun, 26 Nov 2023 11:15:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-do-i-retrieve-timestamp-data-from-history-in-databricks-sql/m-p/53871#M29897</guid>
      <dc:creator>Dribka</dc:creator>
      <dc:date>2023-11-26T11:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: How do i retrieve timestamp data from history in databricks sql not using DELTA table,its data i</title>
      <link>https://community.databricks.com/t5/data-engineering/how-do-i-retrieve-timestamp-data-from-history-in-databricks-sql/m-p/102339#M41072</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you’re trying to bring &lt;/SPAN&gt;&lt;SPAN&gt;timestamp data&lt;/SPAN&gt;&lt;SPAN&gt; or any other SAP Table from &lt;/SPAN&gt;&lt;SPAN&gt;SAP (SAP HANA)&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;into &lt;/SPAN&gt;&lt;SPAN&gt;Databricks&lt;/SPAN&gt;&lt;SPAN&gt;, our &lt;/SPAN&gt;&lt;SPAN&gt;SAP HANA to Databricks Connector&lt;/SPAN&gt;&lt;SPAN&gt; can help streamline this process. The connector enables you to extract data directly from SAP HANA tables and load it iteratively into Databricks for further processing.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The key benefits are:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;Incremental Data Transfer&lt;/SPAN&gt;&lt;SPAN&gt;: Particularly helpful for managing very large datasets.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Simple Usage&lt;/SPAN&gt;&lt;SPAN&gt;: No complex configurations required.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;With the connector, integrating your timestamped data should work seamlessly.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For more details, including implementation steps, please refer to our &lt;/SPAN&gt;&lt;A href="https://dmesh-io.github.io/databricks-sap-hana-docs/#/" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;official documentation&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;. If you need further support, don’t hesitate to contact us at &lt;/SPAN&gt;&lt;SPAN&gt;info@dmesh.io&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I hope this helps you integrate SAP data into Databricks!&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2024 09:24:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-do-i-retrieve-timestamp-data-from-history-in-databricks-sql/m-p/102339#M41072</guid>
      <dc:creator>felixdmeshio</dc:creator>
      <dc:date>2024-12-17T09:24:35Z</dc:date>
    </item>
  </channel>
</rss>

