Skip to content

Commit b647999

Browse files
sd-dbclaude
andauthored
docs: expand documentation links in AGENTS.md (#1337)
## Summary - Reorganized the Documentation section in AGENTS.md into clear categories: internal docs, dbt docs, and Databricks docs - Added external documentation links for materializations, Python models, adapter development, SQL reference, Unity Catalog, Delta Lake, and UDFs - Helps AI agents (and humans) quickly find relevant reference material ## Test plan - [x] Verify all links resolve correctly - [x] No functional code changes — docs only 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2705a34 commit b647999

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

AGENTS.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -382,11 +382,23 @@ Models can be configured with Databricks-specific options:
382382

383383
### Documentation
384384

385-
- **Development**: `docs/dbt-databricks-dev.md` - Setup and workflow
386-
- **Testing**: `docs/testing.md` - Comprehensive testing guide
387-
- **DBR Capabilities**: `docs/dbr-capability-system.md` - Version-dependent features
388-
- **Contributing**: `CONTRIBUTING.MD` - Code standards and PR process
389-
- **User Docs**: [docs.getdbt.com](https://docs.getdbt.com/reference/resource-configs/databricks-configs)
385+
**Internal docs (this repo):**
386+
- `docs/dbt-databricks-dev.md` - Development setup and workflow
387+
- `docs/testing.md` - Comprehensive testing guide
388+
- `docs/dbr-capability-system.md` - Version-dependent features
389+
- `CONTRIBUTING.MD` - Code standards and PR process
390+
391+
**dbt documentation (docs.getdbt.com):**
392+
- [Databricks Configs](https://docs.getdbt.com/reference/resource-configs/databricks-configs) - Model/resource configuration options
393+
- [Materializations](https://docs.getdbt.com/docs/build/materializations) - Materialization types and behavior
394+
- [Python Models](https://docs.getdbt.com/docs/build/python-models) - Python model support
395+
- [Adapter Development](https://docs.getdbt.com/guides/adapter-creation) - How dbt adapters work
396+
397+
**Databricks documentation (docs.databricks.com):**
398+
- [SQL Language Reference](https://docs.databricks.com/en/sql/language-manual/index.html) - SQL syntax for CREATE, ALTER, etc.
399+
- [Unity Catalog](https://docs.databricks.com/en/data-governance/unity-catalog/index.html) - UC architecture and governance
400+
- [Delta Lake](https://docs.databricks.com/en/delta/index.html) - Delta table features (liquid clustering, etc.)
401+
- [User-Defined Functions](https://docs.databricks.com/en/udf/index.html) - UDF types (SQL, Python, etc.)
390402

391403
### Important Files for Agents
392404

0 commit comments

Comments
 (0)