II.
LibraryProcess JSON
Structured · livelib-process:data-engineering-analytics--dbt-project-setup
dbt-project-setup json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:data-engineering-analytics--dbt-project-setup",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "dbt-project-setup",
"description": "dbt Project Setup - Initialize and configure a complete dbt (data build tool) project with proper folder structure,\nsources, staging/marts layers, testing, documentation, and CI/CD integration following dbt best practices.",
"libraryPath": "library/specializations/data-engineering-analytics/dbt-project-setup.js",
"specialization": "data-engineering-analytics",
"references": [
"- dbt Documentation: https://docs.getdbt.com/\n- dbt Best Practices: https://docs.getdbt.com/guides/best-practices\n- dbt Style Guide: https://github.com/dbt-labs/corp/blob/main/dbt_style_guide.md\n- dbt Project Structure: https://docs.getdbt.com/reference/project-configs/project-structure\n- dbt Cloud CI/CD: https://docs.getdbt.com/docs/deploy/continuous-integration"
],
"example": "const result = await orchestrate('specializations/data-engineering-analytics/dbt-project-setup', {\n projectName: 'analytics_dbt',\n dataWarehouse: 'Snowflake',\n sourceDatabases: ['production_db', 'crm_db', 'events_db'],\n modelingApproach: 'kimball',\n cicdPlatform: 'GitHub Actions',\n deploymentEnvironments: ['dev', 'staging', 'prod'],\n includePackages: ['dbt_utils', 'dbt_expectations'],\n testingStrategy: 'comprehensive'\n});",
"usesAgents": [
"dbt-architect",
"dbt-engineer",
"data-catalog-engineer",
"staging-engineer",
"transformation-engineer",
"dimensional-modeler",
"macro-developer",
"data-quality-engineer",
"documentation-specialist",
"package-manager",
"environment-engineer",
"cicd-engineer",
"quality-architect",
"performance-engineer",
"project-validator",
"technical-writer"
]
},
"outgoingEdges": [
{
"from": "lib-process:data-engineering-analytics--dbt-project-setup",
"to": "domain:data-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:data-engineering-analytics--dbt-project-setup",
"to": "workflow:data-pipeline-deployment",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:data-engineering-analytics--dbt-project-setup",
"to": "specialization:data-engineering-analytics",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
},
{
"from": "lib-process:data-engineering-analytics--dbt-project-setup",
"to": "lib-agent:data-engineering-analytics--dimensional-modeler",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:data-engineering-analytics--dbt-project-setup",
"to": "lib-agent:data-engineering-analytics--data-quality-engineer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:data-engineering-analytics--dbt-project-setup",
"to": "lib-agent:software-architecture--performance-engineer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:data-engineering-analytics--dbt-project-setup",
"to": "lib-agent:meta--technical-writer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}