Results (127)
Generic REST Orchestration
2025 Documentation
English
VALIDATAR_API_URL}" VALIDATAR_API_TOKEN="${VALIDATAR_API_TOKEN:?Set VALIDATAR_API_TOKEN}" PROJECT_ID="${VALIDATAR_PROJECT_ID:?Set VALIDATAR_PROJECT_ID}" JOB_ID="${VALIDATAR_JOB_ID:?Set VALIDATAR_JOB_ID}" POLL_INTERVAL=5 TIMEOUT="${VALIDATAR
What are Test Actions
2025 Documentation
English
Overview Test Actions allow you to automate responses to test execution outcomes. When a standard test runs and produces a result, test actions can take follow-up steps within Validatar or against a connected data source — dynamically informed by the
2025.3 Release Notes
2025 Documentation
English
Validatar has a new release! From major updates to minor bug fixes, we’re constantly working to improve your Validatar experience so you can continue to build trust in your data. Learn about what’s new below. Release Date Validatar
Generic CI/CD Integration
2025 Documentation
English
--------------------------------------------------------------------------- SOURCE_API_URL="${SOURCE_VALIDATAR_API_URL:?Set SOURCE_VALIDATAR_API_URL}" SOURCE_API_TOKEN="${SOURCE_VALIDATAR_API_TOKEN:?Set SOURCE_VALIDATAR_API_TOKEN}" SOURCE_PROJECT_ID="${SOURCE_PROJECT_ID:?Set SOURCE_PROJECT_ID}" TARGET_API
GitHub Actions Integration
2025 Documentation
English
-Uri "$SourceUrl/api/v1/projects/$SourceProj/export" ` -Method Post -Headers $Headers -Body $ExportBody -ErrorAction Stop Write-Host "Export successful: $($ExportResp.fileName)" # Import Write-Host "Importing into project $TargetProj..." $ImportBody = @{ mimeType = "application/xml" contentBase64 = $ExportResp.contentBase64 dataSourceMappings = $DsMappings includeJobSchedules
CI/CD Pipeline Integrations
2025 Documentation
English
description"] } Finding IDs Project, test, job, and folder IDs are visible in the Validatar UI URL: https://mycompany.cloud.validatar.com/projects/43/folders/1408/tests/57878 You can also discover IDs programmatically: GET /core/api/v1/projects → list projects
Events
2025 Documentation
English
Global SSO Provider SSO Provider Archived Global SSO Provider SSO Provider Updated Global SSO Provider SSO Provider Created Global SSO Provider SSO Provider Enabled Global SSO Provider SSO Provider Disabled Global SSO Provider SSO Provider Restored Global Trust Score
Configuring Simple Test Actions
2025 Documentation
English
macro execution before saving. Send an Email Sends an email notification to specified recipients. Requires SMTP to be configured. See SMTP Settings for setup. Select Send an Email as the step type. Enter Recipients as a comma- or semicolon-separated
Using Template Fields in Test Actions
2025 Documentation
English
'{{project_name}}', '{{test_name}}', '{{result}}', '{{start_date}}', '{{complete_date}}', '{{duration}}', {{passed_count}}, {{failed_count}}, {{error_count}}, '{{execution_url}}' ); SQL Script: Create a Ticket in an External System via API A "Run a Script" step using Python to call a
Validatar Server Architecture
2025 Documentation
English
Overview Validatar Server provides the flexibility to deploy Validatar on your preferred machine, whether it's a virtual machine or physical server, on-premise or in a cloud hosting environment. Validatar Server requires you to set up: A web server
Log Files
2025 Documentation
English
Overview Application Event Logs Validatar automatically captures detailed application events to help you monitor system activity and troubleshoot issues. These events are exported to log files, with one file generated per day for easy organization and review. Historical log files
Bitbucket Pipelines Integration
2025 Documentation
English
Overview Bitbucket Pipelines can automate Validatar test content promotion across environments and run data quality gates as part of your pipelines. This guide covers two use cases: CI/CD — Export/Import : Export tests and jobs from a source Validatar project
Orchestration Integrations
2025 Documentation
English
Overview Validatar's Execution API enables orchestration tools to trigger test and job execution, poll for completion, and take action based on results. This allows you to embed data quality gates directly into your ETL/ELT pipelines — if quality checks
Creating Data Processing Engines
2025 Documentation
English
Overview Validatar uses a data processing engine to compare the results of the two datasets executed within a standard test to evaluate whether the test should pass or fail. There are two types of data processing engines: Built-In and
Reports Home Page
2025 Documentation
English
Overview A report displays detailed information about the tests, jobs, metadata, and profiles in Validatar. You can also embed Tableau Server dashboards in Validatar by creating a custom report. Why Use Reports? Reports help to answer questions about the status
40 Standard Data Profiles
2025 Documentation
English
Overview Validatar ships with 40 data profiles already configured. Each one can be modified at both the management level and definition level within a database engine.   Record Count Table profile Returns the record count of the table. Result Format: Numeric
Aggregated Server Statistics
2025 Documentation
English
Overview Validatar sends aggregated statistics regarding hardware configuration and system activity to the Validatar Licensing Server. No customer sensitive data or user identifiable information is included in these statistics. This helps enable the Validatar Support team to have an improved
Releases
2025 Documentation
English
Latest Release - Validatar 2025.2 Validatar 2025.2 was released on August 28, 2025. This was a major release with key features including: A new Test Wizard available directly from the Data Catalog Improved experience working with Tests and Results
2023.1 Release Notes
2025 Documentation
English
Validatar has a new release! From major updates to minor bug fixes, we're constantly working to improve your Validatar experience so you can continue to build trust in your data. Learn about what's new below. Release Date Validatar
2025.1 Release Notes
2025 Documentation
English
displays a grid of tables by impact rating and trusted table category as well as a trend of average trust score vs target over time. Summarizes the Current Test Status with clickable KPIs that drill into the Tests tab immediately