Skip to content

Profile Operation

The Profile Operation is a comprehensive analysis conducted on every record within all available containers in a datastore. This process is aimed at understanding and improving data quality by generating metadata for each field within the collections of data (like tables or files).

By gathering detailed statistical data and interacting with the Qualytics Inference Engine, the operation not only identifies and evaluates data quality but also suggests and refines checks to ensure ongoing data integrity. Executing Profile Operations periodically helps maintain up-to-date and accurate data quality checks based on the latest data.

This guide explains how to configure the profile operation with available functionalities such as tables, tags, and schedule options.

Let's get started 🚀

How Profiling Works

Fields Identification

The initial step involves recognizing and identifying all the fields within each data container. This step is crucial as it lays the foundation for subsequent analysis and profiling.

Statistical Data Gathering

After identifying the fields, the Profile Operation collects statistical data for each field based on its declared or inferred data type. This data includes essential metrics such as minimum and maximum values, mean, standard deviation, and other relevant statistics. These metrics provide valuable insights into the characteristics and distribution of the data, helping to understand its quality and consistency.

Metadata Generation

The gathered statistical data is then submitted to the Qualytics Inference Engine. The engine utilizes this data to generate metadata that forms the basis for creating appropriate data quality checks. This metadata is essential for setting up robust quality control mechanisms within the data management system.

Data Quality Checks

The inferred data quality checks are rigorously tested against the actual source data. This testing phase is critical to fine-tuning the checks to the desired sensitivity levels, ensuring they are neither too strict (causing false positives) nor too lenient (missing errors). By calibrating these checks accurately, the system can maintain high data integrity and reliability.

Step 1: Select a source datastore from the side menu on which you would like to perform the profile operation.

adding-source-datastore adding-source-datastore

Step 2: Clicking on your preferred datastore will navigate you to the datastore details page. Within the overview tab (default view), click on the Run button under Profile to initiate the profile operation.

profile profile

Configuration

Step 1: Click on the Run button to initiate the profile operation.

run-profile run-profile

Note

You can run Profile Operation anytime to update the inferred data quality checks, automatically based on new data in the Datastore. It is recommended to schedule the profile operations periodically to update inferred rules. More details are discussed in the Schedule section below.

Step 2: Select tables (in your JDBC datastore) or file patterns (in your DFS datastore) and tags you would like to be profiled.

1. All Tables/File Patterns

This option includes all tables or files currently available in the datastore for profiling. Selecting this will profile every table within the source datastore without the need for further selection.

profile-operation-all profile-operation-all

2. Specific

This option allows users to manually select individual tables or files for profiling. It provides the flexibility to focus on particular tables of interest, which can be useful if the user is only interested in a subset of the available data.

profile-operation-specific profile-operation-specific

3. Tag

This option automatically profiles tables associated with selected tags. Tags are used to categorize tables, and by selecting a specific tag, all tables associated with that tag will be profiled. This option helps in managing and profiling grouped data efficiently.

profile-operation-tag profile-operation-tag

Step 3: After making the relevant selections, click on the Next button to configure the Operation Settings.

profile-operation-next profile-operation-next

Step 4: Configure the following two Read Settings:

  • Starting Threshold
  • Record Limit

Starting Threshold

This setting allows users to specify a minimum incremental identifier value to set a starting point for the profile operation. It helps in filtering data from a specific point in time or a particular batch value.

  • Greater Than Time: Users can select a timestamp in UTC to start profiling data from a specific time onwards. This is useful for focusing on recent data or data changes since a particular time.

  • Greater Than Batch: Users can enter a batch value to start profiling from a specific batch. This option is helpful for scenarios where data is processed in batches, allowing the user to profile data from a specific batch number onwards.

Note

The starting threshold i.e. Greater Than Time and Greater Than Batch are applicable only to the tables or files with an incremental timestamp strategy.

starting-threshold starting-threshold

Record Limit

Define the maximum number of records to be profiled: This slider allows users to set a limit on the number of records to be profiled per table. The range can be adjusted from 1 million to all available records. This setting helps in controlling the scope of the profiling operation, particularly for large datasets, by capping the number of records to analyze.

record-limit record-limit

Step 5: After making the relevant selections, click on the Next button to configure the Inference Settings.

next next

Step 6: Configure the following two Inference Settings:

  • Inference Threshold
  • Inference State

Inference Threshold

The Inference Threshold allows you to customize the data quality checks that are automatically created and updated when your data is analyzed. This means you can adjust the data quality checks based on how complex the data rules are, giving you more control over how your data is checked and monitored.

Default Configuration

By default, the Inference Threshold is set to 2, which provides a comprehensive range of checks designed to ensure data integrity across different scenarios. Users have the flexibility to adjust this threshold based on their specific needs, allowing for either basic or advanced checks as required.

default-configuration default-configuration

Levels of Check Inference

The Inference Threshold ranges from 0 to 5, with each level including progressively more complex and comprehensive checks. Below is an explanation of each level:

Note

Each level includes all the checks from the previous levels and adds new checks specific to that level. For example, at Level 1, there are five basic checks. At Level 2, you get those five checks plus additional ones for Level 2. By the time you reach Level 5, it covers all the checks from Levels 1 to 4 and adds its own new checks for complete review.

Level 0: No Inference

At this level, no checks are automatically inferred. This is suitable when users want complete control over which checks are applied, or if no checks are needed. Ideal for scenarios where profiling should not infer any constraints, and all checks will be manually defined.

inference-threshold-level0 inference-threshold-level0

Level 1: Basic Data Integrity and Simple Value Threshold Checks

This level includes fundamental rules for basic data integrity and simple validations. It ensures that basic constraints like completeness, non-negative numbers, and valid date ranges are applied. Included Checks:

  • Completeness Checks: Ensure data fields are complete if previously complete.

  • Categorical Range Checks: Validate if values fall within a predefined set of categories.

  • Non-Negative Numbers: Ensure numeric values are non-negative.

  • Non-Future Date/Time: Ensure datetime values are not set in the future.

Use Case: Suitable for datasets where basic integrity checks are sufficient.

The following table shows the inferred checks that the Analytics Engine can generate based on the user's data. At Level 1, five checks are created.

Inferred Checks Reference
Not Null (record) See more.
Any Not Null (record) See more.
Expected Values (record) See more.
Not Negative See more.
Not Future See more.

inference-threshold-level1 inference-threshold-level1

Level 2: Value Range and Pattern Checks

Builds upon Level 1 by adding more specific checks related to value ranges and patterns. This level is more detailed and begins to enforce rules related to the nature of the data itself. Included Checks:

  • Date Range Checks: Ensure dates fall within a specified range.

  • Numeric Range Checks: Validate that numeric values are within acceptable ranges.

  • String Pattern Checks: Ensure strings match specific patterns (e.g., email formats).

  • Approximate Uniqueness: Validate uniqueness of values if they are approximately unique.

Use Case: Ideal for datasets where patterns and ranges are important for ensuring data quality.

The following table shows the inferred checks that the Analytics Engine can generate based on the user's data. At Level 2, four checks are created.

Checks Reference
Between Times See more.
Between See more.
Matches Pattern See more.
Unique See more.

inference-threshold-level2 inference-threshold-level2

Level 3: Time Series and Comparative Relationship Checks

This level includes all checks from Level 2 and adds sophisticated checks for time series and comparative relationships between datasets. Included Checks:

  • Date Granularity Checks: Ensure the granularity of date values is consistent (e.g., day, month, year).

  • Consistent Relationships: Validate that relationships between overlapping datasets are consistent.

Use Case: Suitable for scenarios where data quality depends on time-series data or when comparing data across different datasets.

The following table shows the inferred checks that the Analytics Engine can generate based on the user's data. At Level 3, eight checks are created.

Inferred checks Reference
Time Distribution Size See more.
After Date Time See more.
Before Date Time See more.
Greater Than See more.
Greater Than a Field See more.
Less Than See more.
Less Than a Field See more.
Equal To Field See more.

inference-threshold-level3 inference-threshold-level3

Level 4: Linear Regression and Cross-Datastore Relationship Checks

This level includes all checks from Level 3 and adds even more advanced checks, including linear regression analysis and validation of relationships across different data stores. Included Checks:

  • Linear Regression Checks: Validate data using regression models to identify trends and outliers.

  • Cross-Datastore Relationships: Ensure that data relationships are maintained across different data sources.

Use Case: Best for complex datasets where advanced analytical checks are necessary.

The following table shows the inferred checks that the Analytics Engine can generate based on the user's data. At Level 4, four checks are created.

Inferred Checks Reference
Predicted By See more.
Exists In See more.
Not Exists In See more.
Is Replica Of See more.

inference-threshold-level4 inference-threshold-level4

Level 5: Shape Checks

The most comprehensive level, includes all previous checks plus checks that validate the shape of certain distribution patterns that can be identified in your data. Included Checks:

  • Shape Checks: Checks that define an expectation for some percentage of your data less than 100%. The property “coverage” holds the percentage of your data for which the expressed check should be true.

Use Case: Ideal for scenarios where each incremental set of scanned data should exhibit the same distributions of values as the training set. For example, a transactions table is configured for a weekly incremental scan after each week’s data is loaded. A shape check could define that 80% of all transactions are expected to be performed using “cash” or “credit”

This table shows the inferred checks that the Analytics Engine can generate based on the user's data. At Level 5, three checks are created.

Inferred Checks Reference
Expected Values (Shape) See more.
Matches Pattern (Shape) See more.
Not Null (Shape) See more.

inference-threshold-level5 inference-threshold-level5

Warning

If the checks inferred during a profile operation do not detect any anomalies, and the check inference level decreases in the next profile operation, the checks that did not generate anomalies will be archived or discarded. However, if the checks detect any anomalies, they will be retained to continue monitoring the data and addressing potential issues.

Inference State

Check the box labeled "Infer As Draft" to ensure that all inferred checks will be generated in a draft state. This allows for greater flexibility as you can review and refine these checks before they are finalized.

inference-state inference-state

Run Instantly

Click on the Run Now button, and perform the profile operation immediately.

run run

Schedule

Step 1: Click on the Schedule button to configure the available schedule options in the profile operation.

schedule schedule

Step 2: Set the scheduling preferences for the profile operation.

1. Hourly: This option allows you to schedule the profile operation to run every hour at a specified minute. You can define the frequency in hours and the exact minute within the hour the profiling should start. Example: If set to "Every 1 hour(s) on minute 0," the profile operation will run every hour at the top of the hour (e.g., 1:00, 2:00, 3:00).

hourly hourly

2. Daily: This option schedules the profile operation to run once every day at a specific time. You specify the number of days between scans and the exact time of day in UTC. Example: If set to "Every 1 day(s) at 00:00 UTC," the scan will run every day at midnight UTC.

daily daily

3. Weekly: This option schedules the profile operation to run on specific days of the week at a set time. You select the days of the week and the exact time of day in UTC for the profile operation to run. Example: If configured to run on "Sunday" and "Friday" at 00:00 UTC, the scan will execute at midnight UTC on these days.

weekly weekly

4. Monthly: This option schedules the profile operation to run once a month on a specific day at a set time. You specify the day of the month and the time of day in UTC. If set to "On the 1st day of every 1 month(s), at 00:00 UTC," the profile operation will run on the first day of each month at midnight UTC.

monthly monthly

5. Advanced: The advanced section for scheduling operations allows users to set up more complex and custom scheduling using Cron expressions. This option is particularly useful for defining specific times and intervals for profile operations with precision.

Cron expressions are a powerful and flexible way to schedule tasks. They use a syntax that specifies the exact timing of the task based on five fields:

  • Minute (0 - 59)
  • Hour (0 - 23)
  • Day of the month (1 - 31)
  • Month (1 - 12)
  • Day of the week (0 - 6) (Sunday to Saturday)

Each field can be defined using specific values, ranges, or special characters to create the desired schedule.

Example: For instance, the Cron expression 0 0 * * * schedules the profile operation to run at midnight (00:00) every day. Here’s a breakdown of this expression:

  • 0 (Minute) - The task will run at the 0th minute.
  • 0 (Hour) - The task will run at the 0th hour (midnight).
  • *(Day of the month) - The task will run every day of the month.
  • *(Month) - The task will run every month.
  • *(Day of the week) - The task will run every day of the week.

Users can define other specific schedules by adjusting the Cron expression. For example:

  • 0 12 * * 1-5 - Runs at 12:00 PM from Monday to Friday.
  • 30 14 1 * * - Runs at 2:30 PM on the first day of every month.
  • 0 22 * * 6 - Runs at 10:00 PM every Saturday.

To define a custom schedule, enter the appropriate Cron expression in the Custom Cron Schedule (UTC) field before specifying the schedule name. This will allow for precise control over the timing of the profile operation, ensuring it runs exactly when needed according to your specific requirements.

advanced advanced

Step 3: Define the Schedule Name to identify the scheduled operation at the running time.

schedule-name schedule-name

Step 4: Click on the Schedule button to activate your profile operation schedule.

profile-operation-schedule profile-operation-schedule

Note

You will receive a notification when the profile operation is completed.

Operation Insights

When the profile operation is completed, you will receive the notification and can navigate to the Activity tab for the datastore on which you triggered the Profile Operation and learn about the operation results.

Top Panel

  1. Runs (Default View): Provides insights into the operations that have been performed

  2. Schedule: Provides insights into the scheduled operations.

  3. Search: Search any operation (including profile) by entering the operation ID

  4. Sort by: Organize the list of operations based on the Created Date or the Duration.

  5. Filter: Narrow down the list of operations based on:

  6. Operation Type

  7. Operation Status
  8. Table

activity-fields activity-fields

Activity Heatmap

The activity heatmap shown in the snippet below represents activity levels over a period, with each square indicating a day and the color intensity representing the number of operations or activities on that day. It is useful in tracking the number of operations performed on each day within a specific timeframe.

Tip

You can click on any of the squares from the Activity Heatmap to filter operations

activity-table activity-table

Operation Detail

Running

This status indicates that the profile operation is still running at the moment and is yet to be completed. A profile operation having a running status reflects the following details and actions:

Parameter Interpretation
Operation ID Unique identifier
Operation Type Type of operation performed (catalog, profile, or scan)
Timestamp Timestamp when the operation was started
Progress Bar The progress of the operation
Triggered By The author who triggered the operation
Schedule Whether the operation was scheduled or not
Infer Constraints Indicates whether Infer Constraints was enabled or disabled in the operation
Checks Synchronized Indicates the count of Checks Synchronized in the operation
Results This provides immediate insights into the profile operation conducted
Abort The "Abort" button enables you to stop the ongoing profile operation
Summary The "Summary" section provides a real-time overview of the profile operation's progress. It includes key metrics such as:
  • Tables Requested: The total number of tables that were requested for profiling. Click on the adjacent magnifying glass icon to view the tables requested.
  • Tables Profiled: The number of tables that have been profiled so far. Click on the adjacent magnifying glass icon to view the tables profiled.
  • Records Profiled: This represents the total number of records that were included in the profiling process.
  • Field Profiles Updates: This number shows how many field profiles were updated as a result of the profiling operation.
  • Inferred Checks Synchronized: This indicates the number of inferred checks that were synchronized based on the profile operation.

profile-running profile-running

Aborted

This status indicates that the profile operation was manually stopped before it could be completed. A profile operation having an aborted status reflects the following details and actions:

Parameters Interpretation
Operation ID Unique identifier
Operation Type Type of operation performed (catalog, profile, or scan)
Timestamp Timestamp when the operation was started
Progress Bar The progress of the operation
Triggered By The author who triggered the operation
Schedule Whether the operation was scheduled or not
Infer Constraints Indicates whether Infer Constraints was enabled or disabled in the operation
Checks Synchronized Indicates the count of Checks Synchronized in the operation
Results This provides immediate insights into the profile operation conducted
Resume Provides an option to continue the profile operation from where it left off. This can be useful if the operation is interrupted and you wish to complete it without starting over from the beginning.
Rerun The "Rerun" button allows you to start a new profile operation using the same settings as the aborted scan. This is helpful if you want to restart the profile operation from scratch due to errors or issues encountered in the previous attempt.
Delete Removes the record of the aborted profile operation from the system. This permanently deletes all profile results generated by the operation. This action cannot be undone.
Summary The "Summary" section provides a real-time overview of the profile operation's progress. It includes key metrics such as:
  • Tables Requested: The total number of tables that were requested for profiling. Click on the adjacent magnifying glass icon to view the tables requested.
  • Tables Profiled: The number of tables that were profiled before the operation was aborted. Click on the adjacent magnifying glass icon to view the tables profiled.
  • Records Profiled: This represents the total number of records that were included before the profiling process was aborted.
  • Field Profiles Updates: This number shows how many field profiles were updated as a result of the profiling operation.
  • Inferred Checks Synchronized: This indicates the number of inferred checks that were synchronized based on the profile operation.

profile-aborted profile-aborted

Warning

This status signals that the profile operation encountered some issues and displays the logs that facilitate improved tracking of the blockers and issue resolution. A profile operation having a warning status reflects the following details and actions:

Parameter Interpretation
Operation ID Unique identifier
Operation Type Type of operation performed (catalog, profile, or scan)
Timestamp Timestamp when the operation was started
Progress Bar The progress of the operation
Triggered By The author who triggered the operation
Schedule Whether the operation was scheduled or not
Infer Constraints Indicates whether Infer Constraints was enabled or disabled in the operation
Checks Synchronized Indicates the count of Checks Synchronized in the operation
Rerun The "Rerun" button allows you to start a new profile operation using the same settings as the warning scan. This is helpful if you want to restart the profile operation from scratch due to errors or issues encountered in the previous attempt.
Delete Removes the record of the profile operation from the system. This permanently deletes all profile results generated by the operation. This action cannot be undone.
Summary The "Summary" section provides a real-time overview of the profile operation's progress. It includes key metrics such as:
  • Tables Requested: The total number of tables that were requested for profiling. Click on the adjacent magnifying glass icon to view the tables requested.
  • Tables Profiled: The number of tables that were profiled before the operation was aborted. Click on the adjacent magnifying glass icon to view the tables profiled.
  • Records Profiled: This represents the total number of records that were included before the profiling process was aborted.
  • Field Profiles Updates: This number shows how many field profiles were updated as a result of the profiling operation.
  • Inferred Checks Synchronized: This indicates the number of inferred checks that were synchronized based on the profile operation.
Logs Logs include error messages, warnings, and other pertinent information that occurred during the execution of the Profile Operation.

profile-warning profile-warning

Success

This status confirms that the profile operation was completed successfully without any issues. A profile operation having a success status reflects the following details and actions:

Parameter Interpretation
Operation ID Unique identifier
Operation Type Type of operation performed (catalog, profile, or scan)
Timestamp Timestamp when the operation was started
Progress Bar The progress of the operation
Triggered By The author who triggered the operation
Schedule Whether the operation was scheduled or not
Infer Constraints Indicates whether Infer Constraints was enabled or disabled in the operation
Checks Synchronized Indicates the count of Checks Synchronized in the operation
Rerun The "Rerun" button allows you to start a new profile operation using the same settings as the warning scan. This is helpful if you want to restart the profile operation from scratch due to errors or issues encountered in the previous attempt.
Delete Removes the record of the profile operation from the system. This permanently deletes all profile results generated by the operation. This action cannot be undone.
Summary The "Summary" section provides a real-time overview of the profile operation's progress. It includes key metrics such as:
  • Tables Requested: The total number of tables that were requested for profiling. Click on the adjacent magnifying glass icon to view the tables requested.
  • Tables Profiled: The number of tables that were profiled before the operation was aborted. Click on the adjacent magnifying glass icon to view the tables profiled.
  • Records Profiled: This represents the total number of records that were included before the profiling process was aborted.
  • Field Profiles Updates: This number shows how many field profiles were updated as a result of the profiling operation.
  • Inferred Checks Synchronized: This indicates the number of inferred checks that were synchronized based on the profile operation.

profile-success profile-success

Post Operation Details

Step 1: Click on any of the successful Scan Operations from the list and hit the Results button.

profile-result profile-result

Step 2: The Profile Results modal demonstrates the list of all the containers profiled. This opens the following two analysis options for you:

  • Details for a Specific Container (Container's Profile)
  • Details for a Specific Field of a Container (Field Profile)

Unwrap any of the containers from the Profile Results modal and click on the arrow icon.

view-table view-table

Details for a Specific Container (Container's Profile)

Based on your selection of container from the profile operation results, you will be automatically redirected to the container details on the source datastore details page.

sandbox-tpch sandbox-tpch

The following details (metrics) will be visible for analyzing the specific container you selected:

  • Quality Score:
  • Sampling:
  • Completeness:
  • Records:
  • Fields:
  • Checks:
  • Data Volume Overtime:

total-anomalies total-anomalies

Details for a Specific Field of a Container (Field Profile)

Unwrap the container to view the underlying fields. The following details (metrics) will be visible for analyzing a specific field of the container:

  1. Sampling, completeness, checks

  2. Type inferred (Whether type is declared by the source or inferred)

  3. Distinct values (Count of distinct values)

  4. Min (Shortest length of the observed values)/Max Length (Greatest length of the observed values) (for strings) or Min (lowest value)/Max (greatest value) (for numerics and datetime)

  5. Entropy (Measure of how many bits are required to identify a value)

  6. Unique/distinct (The ratio of values that appear once to number of different values observed)

  7. Unique Values (Count of values that appear once)

  8. For numeric values, it shows:

    a. Mean (Mathematical average)

    b. Median (The median of the observed values)

    c. Std. Deviation (Measure of the amount of variation in observed values)

    d. Kurtosis (Measure of the 'tailedness' of the distribution of values)

    e. Skewness (Measure of the asymmetry of the distribution around its mean)

    f. Q1 (The central point between the min and the median)

    g. Q3 (The central point between the median and the max)

    h. Sum (Sum of all observed values)

    total-profile total-profile

  9. Histogram

histogram histogram

API Payload Examples

This section provides payload examples for initiating and checking the running status of a profile operation. Replace the placeholder values with data specific to your setup.

Running a Profile operation

To run a profile operation, use the API payload example below and replace the placeholder values with your specific values:

Endpoint (Post): /api/operations/run (post)

Option I: Running a profile operation of all containers

  • container_names: [ ]: This setting indicates that profiling will encompass all containers.

  • max_records_analyzed_per_partition: null: This setting implies that all records within all containers will be profiled.

  • infer_threshold: 5: This setting indicates that the engine will automatically infer quality checks of level 5 for you.

{  
    "type":"profile",  
    "datastore_id": datastore-id,  
    "container_names":[],  
    "max_records_analyzed_per_partition":null,  
    "inference_threshold":5  
}

Option II: Running a profile operation of specific containers

  • container_names: ["table_name_1", "table_name_2"]: This setting indicates that profiling will only cover the tables named table_name_1 and table_name_2.

  • max_records_analyzed_per_partition: 1000000: This setting means that up to 1 million rows per container will be profiled.

  • infer_threshold: 0: This setting indicates that the engine will not automatically infer quality checks for you.

{  
    "type":"profile",  
    "datastore_id":datastore-id,  
    "container_names":[  
        "table_name_1",  
        "table_name_2"  
    ],  
    "max_records_analyzed_per_partition":1000000,  
    "inference_threshold":0  
}

Scheduling a Profile operation

Below is a sample payload for scheduling a profile operation. Please substitute the placeholder values with the appropriate data relevant to your setup.

Endpoint (Post): /api/operations/schedule (post)

INFO: This payload is to run a scheduled profile operation every day at 00:00

Scheduling profile operation of all containers

{  
    "type":"profile",  
    "name":"My scheduled Profile operation",  
    "datastore_id":"datastore-id",  
    "container_names":[],  
    "max_records_analyzed_per_partition":null,  
    "infer_constraints":5,  
    "crontab":"00 00 /1  *"  
}

Retrieving Profile Operation Status

To retrieve the profile operation status, use the API payload example below and replace the placeholder values with your specific values:

Endpoint (Get): /api/operations/{id} (get)

{
    "items": [
        {
            "id": 12345,
            "created": "YYYY-MM-DDTHH:MM:SS.ssssssZ",
            "type": "profile",
            "start_time": "YYYY-MM-DDTHH:MM:SS.ssssssZ",
            "end_time": "YYYY-MM-DDTHH:MM:SS.ssssssZ",
            "result": "success",
            "message": null,
            "triggered_by": "user@example.com",
            "datastore": {
                "id": 101,
                "name": "Sample-Store",
                "store_type": "jdbc",
                "type": "db_type",
                "enrich_only": false,
                "enrich_container_prefix": "data_prefix",
                "favorite": false
            },
            "schedule": null,
            "inference_threshold": 5,
            "max_records_analyzed_per_partition": -1,
            "max_count_testing_sample": 100000,
            "histogram_max_distinct_values": 100,
            "greater_than_time": null,
            "greater_than_batch": null,
            "percent_testing_threshold": 0.4,
            "high_correlation_threshold": 0.5,
            "status": {
                "total_containers": 2,
                "containers_analyzed": 2,
                "partitions_analyzed": 2,
                "records_processed": 1126,
                "fields_profiled": 9,
                "checks_synchronized": 26
            },
            "containers": [
                {
                    "id": 123,
                    "name": "Container1",
                    "container_type": "table",
                    "table_type": "table"
                },
                {
                    "id": 456,
                    "name": "Container2",
                    "container_type": "table",
                    "table_type": "table"
                }
            ],
            "container_profiles": [
                {
                    "id": 789,
                    "created": "YYYY-MM-DDTHH:MM:SS.ssssssZ",
                    "parent_profile_id": null,
                    "container": {
                        "id": 456,
                        "name": "Container2",
                        "container_type": "table",
                        "table_type": "table"
                    },
                    "records_count": 550,
                    "records_processed": 550,
                    "checks_synchronized": 11,
                    "field_profiles_count": 4,
                    "result": "success",
                    "message": null
                },
                {
                    "id": 790,
                    "created": "YYYY-MM-DDTHH:MM:SS.ssssssZ",
                    "parent_profile_id": null,
                    "container": {
                        "id": 123,
                        "name": "Container1",
                        "container_type": "table",
                        "table_type": "table"
                    },
                    "records_count": 576,
                    "records_processed": 576,
                    "checks_synchronized": 15,
                    "field_profiles_count": 5,
                    "result": "success",
                    "message": null
                }
            ],
            "tags": []
        }
    ],
    "total": 1,
    "page": 1,
    "size": 50,
    "pages": 1
}

Last update: September 14, 2024