@needs_lock decorator
Reference documentation for the @needs_lock decorator that applies distributed locking to Temporal activities.
Reference documentation for the @needs_lock decorator that applies distributed locking to Temporal activities.
Complete reference for AtlasTransformer that converts metadata into Atlas entities using pyatlan library classes.
Database connectivity and metadata operations including credential validation, schema retrieval, and preflight checks.
Complete API reference for BaseHandler - the concrete implementation of HandlerInterface for non-SQL data sources.
Complete API reference for BaseSQLHandler - the concrete implementation of HandlerInterface for SQL-based data sources.
Create a local file extraction application from scratch using the patterns and tools you learned
Extend your Atlan applications with backend logic and integrations using SDKs.
Automatically cleans up temporary artifacts and activity state when workflows complete or fail. Supports multiple cleanup base paths and comprehensive error handling.
Reference documentation for utility functions in the transformers module for text processing, qualified name building, and template path mapping.
Workflow and system configuration management including configuration retrieval, updates, and configuration maps.
Set up Redis and environment configuration to enable distributed locking in your Atlan applications.
Complete reference for configuring tests in the Application SDK, including naming conventions, configuration parameters, and structure patterns.
Learn how handlers enable connections to source systems in the Application SDK, providing the operational abstraction for data source interactions.
Frequently asked questions about distributed locking in the Application SDK including decorator usage, testing, and configuration.
Understand distributed locking in the Application SDK and how it coordinates resource access across distributed Atlan applications to prevent race conditions and implement rate limiting.
Environment variable reference for distributed locking configuration in the Application SDK.
Troubleshoot distributed locking errors with Redis connection failures, lock acquisition timeouts, and Sentinel configuration issues.
Tracks workflow and activity execution events for monitoring and observability. Automatically publishes events when workflows and activities start and end.
Complete API reference for HandlerInterface - the abstract base class defining the contract that all handlers must fulfill.
Reads data from Apache Iceberg tables using daft. Provides support for reading Iceberg table data as DataFrames with lazy evaluation.
Writes data to Apache Iceberg tables using daft. Supports table creation, schema inference, and multiple write modes.
Complete reference for input classes that read data from various sources including SQL queries, Parquet files, JSON files, and Iceberg tables.
Understand how Model Context Protocol enables AI assistant integration in Atlan applications.
Complete reference for Temporal interceptors that provide cross-cutting concerns including event tracking, distributed locking, and automatic cleanup.
Reads data from JSON files, supporting both single files and directories containing multiple JSON files. Supports JSONL (JSON Lines) format where each line is a separate JSON object.
Writes data to JSON files (JSONL format) with support for chunking, buffering, null field processing, and automatic object store uploads.
Complete reference for workflows that orchestrate metadata extraction from SQL databases, including databases, schemas, tables, columns, and procedures.
Complete reference for output classes that write data to various destinations including Parquet files, JSON files, and Iceberg tables.
Reads data from Parquet files, supporting both single files and directories containing multiple Parquet files. Automatically handles local and object store paths.
Writes data to Parquet files with support for chunking, consolidation, Hive partitioning, and automatic object store uploads.
Complete reference for workflows that orchestrate SQL query extraction from database query logs and history.
Complete reference for QueryBasedTransformer that transforms metadata using SQL queries defined in YAML templates.
Manages distributed locks for activities using Redis. Limits concurrent execution to a specified number of activities with the same lock name.
Configuration reference for retry policies that control automatic retry behavior when operations fail.
Understand retry strategies, timeouts, and heartbeats in the Application SDK to build resilient apps that handle failures gracefully.
Download and run the Hello World sample application to see an Atlan app in action
Comprehensive REST APIs for Application SDK server management, workflow operations, authentication, and configuration.
Monitor and manage the Application SDK server with health checks, readiness probes, and graceful shutdown operations.
Create end-to-end tests for your Application SDK application with directory structure, configuration files, and test implementations.
Set up your local development environment to start building applications with the Application SDK
Reads data from SQL databases by executing SQL queries. Supports both SQLAlchemy engines and connection strings, with automatic handling of async and sync operations.
Understand the Application SDK testing framework and how different testing approaches complement each other.
Recommended approaches for writing effective tests in the Application SDK based on framework requirements and patterns.
Timeout configuration parameters for Temporal workflows and activities.
Overview of metadata transformers that convert raw metadata into Atlas-compatible entities for ingestion into Atlan.
Learn about typedef toolkit and how it simplifies the process of defining and managing typedefs for your connector applications.
Learn about Atlan Typedefs and how they define the structure and attributes of your metadata assets in Atlan.
UI and documentation endpoints for serving the application homepage, observability dashboard, and static documentation files.
Common implementation patterns for using output classes to write data to various destinations.
Apply distributed locking to control concurrent operations across workflow instances and prevent resource overload.
Complete workflow lifecycle management including HTTP-triggered execution, status monitoring, and workflow termination.
Overview of Temporal workflows that orchestrate long-running processes for metadata extraction and query mining in Atlan applications.