Skip to main content
Getting data in relation to analytics and reconciliation of Lobyco products To ensure retailers can be up to date how Lobyco products are being used, what campaigns & promotions are running, understanding how much bonus(loyalty bonus) liability has been create and for reconciliation purposes, Lobyco enables retailer to retrieve extensive data from Lobyco services that runs your full Lobyco scope of products. Retrieved by Client from Lobyco Data lake utilising Databricks Delta Sharing. Recipients can access the shared data using various computing tools and platforms, including Databricks, Apache Spark, Pandas, and Power BI. Delta Sharing offers two sharing modes: Databricks-to-Databricks sharing for sharing data within Databricks accounts and open Delta Sharing for sharing data with users outside of Databricks. Credentials will be shared as the project progresses. The retailer will be expected to retrieve data and ingest to any data warehouse and build out reporting. Lobyco can provide examples on how it can be received depending on client setup, i.e. a Python script to retrieve specific data. App analytics / Firebase data If your mobile app is powered and delivered by Lobyco, analytics in relation to your app users will be very insightful. In this scenario Lobyco will deliver data in accordance with your Mobile App Scope. The app analytics empowers a retailer to investigate page views per features, avg. time spent on specific pages in the app, features mostly used, peak times etc. App analytics is available for clients to retrieve by Lobyco Data lake utilizing Databricks Delta Sharing.

Guide on how to retrieve data by Databricks

Delta Sharing is an open protocol for secure real-time exchange of large datasets, which enables secure data sharing across products for the first time. It is a simple REST protocol that securely shares access to part of a cloud dataset. It leverages modern cloud storage systems, such as S3, ADLS, or GCS, to reliably transfer large datasets. With Delta Sharing, the user accessing shared data can directly connect to it through Pandas, Tableau, or dozens of other systems that implement the open protocol, without having to deploy a specific platform first. This reduces their access time from months to minutes, and makes life dramatically simpler for data providers who want to reach as many
users as possible.
The Data Platform still supports the traditional data exchange with files and Storage Accounts, but we now also offer Delta Sharing, an open protocol for data sharing that makes it easier and more secure to share data between organizations.
  • Improved security and data governance
  • Full and incremental data loads
  • Support for larger data sets
More origin Docs about DeltaShare:
https://delta.io/sharing/
https://github.com/delta-io/delta-sharing/blob/main/PROTOCOL.md#overview
In this guide, I’ll cover two ways to exchange data via delta sharing:
  • Option 1: Via Python
  • Option 2: Via API

Prerequisites

Before using Delta Sharing, you will receive a unique URL. From this URL, you can download a configuration file that contains all necessary credentials. Important: Make sure to save this file in a secure location, as it is required for accessing the shared data.

Data exploration using Python

Share_file_path : name and location of config file that you have downloaded.
Last modified on August 13, 2026