A curated list of official documentation and other resources relevant to topics discussed on this blog.
Databricks
- Databricks Documentation Portal - Main entry point for all Databricks docs.
- Unity Catalog Documentation - Introduction and concepts.
- Databricks Asset Bundles Documentation - Overview and guides for DABs.
- Develop a Databricks Asset Bundle template - Specific guide for creating templates.
- Information Schema (System Tables) - Documentation for
system.information_schema
.
Azure
- Azure Documentation - Main portal for Azure services.
- Azure Blob Storage Documentation - Overview and concepts.
- Azure SDK for Python Documentation - Hub for Python SDKs.
azure-storage-blob
library for Python - Specific SDK docs.azure-identity
library for Python - Authentication library docs.- Azure Command-Line Interface (CLI) Documentation - Main CLI reference.
Data Engineering & Processing
- Apache Spark Documentation - Official Spark docs.
- PySpark API Reference - Main PySpark API docs.
- Pandas Documentation - Python data analysis library.
Infrastructure & DevOps
- Terraform Documentation - Infrastructure as Code tool.
- Git Documentation - Version control system.
- GitHub Docs - GitHub platform documentation.
- Azure DevOps Documentation - Microsoft’s DevOps platform.
Other Technologies
- Go
text/template
Package Documentation - Used by Databricks Asset Bundles. - JSON Schema Documentation - Used by Databricks Asset Bundle templates.