Netflix Pipeline/ ├── adf/ ├── databricks/ │ ├── bronze/ # Ingestion notebooks — raw data landing │ ├── silver/ # Transformation notebooks — cleansed layer │ ├── gold/ # Aggregation notebooks — ...
Realsid/databricks-spark-certification - Guide for Databricks Spark certification with study notes and exam topics. Apache Spark Documentation - Official Spark docs covering DataFrame API, Spark SQL, ...