Why Jobs Matter
Every time AnomalyArmor interacts with your data assets, it creates a job. This gives you:- Audit trail: Know exactly what operations ran and when
- Debugging: Understand why something failed and how to fix it
- Performance visibility: See how long operations take
- Operational awareness: Track what’s happening across your data estate
Job Types
| Job Type | Description | Triggered By |
|---|---|---|
| Schema Discovery | Analyzes database structure, tables, columns, and relationships | Manual trigger, scheduled refresh |
| Intelligence Analysis | Generates AI documentation for tables and columns | Manual trigger on asset |
| Tag Generation | Auto-classifies columns with PII, sensitivity, and domain tags | After schema discovery |
| Freshness Check | Monitors when tables were last updated | Scheduled intervals |
| Metric Capture | Collects row counts and custom metrics | Scheduled intervals |
| Lineage Extraction | Maps data flow between tables | After schema discovery |
Job Statuses
| Status | Meaning |
|---|---|
| Pending | Job is queued and waiting to start |
| Running | Job is actively executing |
| Completed | Job finished successfully |
| Failed | Job encountered an error |
| Cancelled | Job was manually stopped |
Using the Jobs Page
Viewing Jobs
Navigate to Jobs in the left sidebar to see all jobs across your organization. The jobs table shows:- Job ID: Unique identifier (click row to see details)
- Job Type: What operation was performed
- Asset: Which database or table was affected
- Status: Current job state
- Progress: Completion percentage for running jobs
- Duration: How long the job took
- Message: Status message or error description
- Created: When the job was started
Filtering Jobs
Use the tabs to filter by status:- All: Every job regardless of status
- Active: Currently running or pending jobs
- Completed: Successfully finished jobs
- Failed: Jobs that encountered errors
Job Details
Click any job row to open the details modal, which shows:- Full job configuration
- Detailed progress information
- Error messages and stack traces (for failed jobs)
- Timing breakdown
- Related asset information
Job Actions
From the actions menu (three dots), you can:- View Details: Open the full job information modal
- Go to Asset: Navigate to the affected asset
- Go to Job Page: View results in context (e.g., schema changes page)
- Cancel Job: Stop a running job
- Retry Job: Re-run a failed job
Common Scenarios
Debugging a Failed Job
- Navigate to Jobs
- Click the Failed tab
- Click the failed job row to open details
- Review the error message and stack trace
- Fix the underlying issue (e.g., connection problem, permission error)
- Click Retry Job to re-run
Monitoring a Long-Running Job
- Navigate to Jobs
- Click the Active tab
- Watch the progress percentage update in real-time
- Click the job row for detailed progress information
Understanding Job History
Use Intelligence Q&A to ask questions about job history:Best Practices
- Check jobs after schema changes: When you modify your database, verify discovery jobs complete successfully
- Monitor failed jobs: Set up alerts for job failures to catch issues early
- Review job duration trends: Sudden increases may indicate database performance issues
- Use retry wisely: If a job fails due to transient issues (network, timeouts), retry is often sufficient
Related
- Schema Discovery - Learn about discovery jobs
- Intelligence Q&A - Ask questions about job history
- Alerts - Set up notifications for job failures
