Atlan SQL Connector Patterns
Choose the right connector strategy and implement it consistently.
Workflow
- •Use
references/decision-tree.mdto choosepostgres-minimalorredshift-custom. - •Implement required components for selected path.
- •Verify auth, preflight, workflow map, and transformation behavior against references.
- •Run
atlan-fact-verification-gateif requirements imply source-specific behavior or SDK override risk. - •Hand off to
atlan-e2e-contract-validatorfor contract generation.
Rules
- •Default to minimal path unless requirements justify custom path.
- •For custom path, explicitly document why SDK defaults are insufficient.
- •Reuse source-specific patterns only when corresponding requirements are present.
References
- •Decision tree:
references/decision-tree.md - •Shared verification map:
../_shared/references/verification-sources.md