Skip to content

Commit

Permalink
Sc-19111:Update "Grouping Overview" file as per the latest release. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
iammuze authored Jan 3, 2025
1 parent fe8c3e1 commit e8bad15
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 30 additions & 1 deletion docs/container/overview-of-grouping.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@

The grouping is a fundamental aspect of data analysis, allowing users to organize data into meaningful categories for in-depth examination. With the ability to set grouping on Containers, users can define how data within a container should be grouped, facilitating more focused and efficient analysis.

Let’s get started 🚀

## Managing an Grouping

**Step 1:** Log in to your Qualytics account and select the source datastore (**JDBC** or **DFS**) from the left menu that you want to manage.

![grouping](../assets/identifiers/grouping-overview/datastore-light.png#only-light)
![grouping](../assets/identifiers/grouping-overview/datastore-dark.png#only-dark)

**Step 2:** Select Tables (if JDBC datastore is connected) or File Patterns (if DFS datastore is connected) from the Navigation tab on the top.

![table](../assets/identifiers/grouping-overview/table-light.png#only-light)
![table](../assets/identifiers/grouping-overview/table-dark.png#only-dark)

**Step 3:** You will view the full list of tables or files belonging to the selected source datastore.

![list](../assets/identifiers/grouping-overview/list-light.png#only-light)
![list](../assets/identifiers/grouping-overview/list-dark.png#only-dark)

**Step 4:** Click on the vertical ellipse next to the table of your choice and select **Settings** from the dropdown list.

![settings](../assets/identifiers/grouping-overview/settings-light.png#only-light)
![settings](../assets/identifiers/grouping-overview/settings-dark.png#only-dark)

A modal window will appear for **“Table Settings”**, where you can manage grouping for the selected table.Use the **Grouping** section to organize fields, with a warning to avoid large row groupings to maintain performance. Add grouping logic via **Group Criteria**.

![window](../assets/identifiers/grouping-overview/window-light.png#only-light)
![window](../assets/identifiers/grouping-overview/window-dark.png#only-dark)

## Usage

The `grouping` parameter accepts a list of lists of field names. Each inner list holds the field names in the order that they will be applied as grouping criteria. This flexibility allows users to customize the grouping behavior based on their specific analytical requirements.
Expand Down Expand Up @@ -34,4 +63,4 @@ Quality Check filters, represented as Spark SQL where clauses, are set based on

## Conclusion

The introduction of Grouping for Containers in Qualytics enhances data organization and analysis capabilities, allowing users to define custom grouping criteria and analyze data at a granular level. By leveraging `grouping`, users can gain deeper insights into their data and streamline the analytical process, ultimately driving more informed decision-making and improving overall data quality and reliability.
The introduction of Grouping for Containers in Qualytics enhances data organization and analysis capabilities, allowing users to define custom grouping criteria and analyze data at a granular level. By leveraging `grouping`, users can gain deeper insights into their data and streamline the analytical process, ultimately driving more informed decision-making and improving overall data quality and reliability.

0 comments on commit e8bad15

Please sign in to comment.