This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Databricks notebook source | |
| # ============================================================================= | |
| # RELTIO → ADLS EXPORT PIPELINE | |
| # ============================================================================= | |
| # Responsibility : Authenticate with Reltio, trigger export, poll until | |
| # complete, stage .gz files to ADLS, read into PySpark, | |
| # write to final ADLS path as Delta / Parquet / CSV. | |
| # Auth : Storage account key configures Spark at runtime. | |
| # No Azure SDK needed — dbutils.fs.cp handles staging, | |
| # dbutils.fs.rm handles cleanup. |