Skip to content

Commit

Permalink
See open-metadata/OpenMetadata@5dd3167 from refs/heads/main
Browse files Browse the repository at this point in the history
  • Loading branch information
open-metadata committed Jan 20, 2025
1 parent 212ce34 commit c297512
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 0 deletions.
55 changes: 55 additions & 0 deletions content/v1.6.x/how-to-guides/admin-guide/roles-policies/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,61 @@ caption="Resources Correspond to Entities"

There are common operations such as Create, Delete, and ViewAll that apply to all the resources. Each resource can also have its specific operation, such as ViewTests, ViewQueries for Table.

## Difference Between ViewBasic and ViewAll in OpenMetadata

The operations **ViewBasic** and **ViewAll** in OpenMetadata differ in the level of detail they provide access to. Below is a detailed explanation of each operation:

### ViewBasic
- Provides access to the **basic details** of an asset.
- Includes information such as:
- Description
- Tags
- Owner
- Fundamental metadata
- **Excludes** more detailed information, including:
- Profile data
- Sample data
- Data profile
- Tests
- Queries

### Key Points:
- Suitable for viewing foundational asset metadata.
- Limited access for users who do not require in-depth technical details.

---

### ViewAll
- Provides access to **all details** of an asset.
- Includes everything available in **ViewBasic**, along with:
- Profile data
- Sample data
- Data profile
- Tests
- Queries

### Key Points:
- Designed for users who need a complete view of the asset.
- Offers comprehensive insights and detailed metadata.

---

## Summary Table

| Feature | **ViewBasic** | **ViewAll** |
|--------------------|----------------------------------------|--------------------------------------|
| Basic Details | ✅ Included | ✅ Included |
| Profile Data | ❌ Not Included | ✅ Included |
| Sample Data | ❌ Not Included | ✅ Included |
| Data Profile | ❌ Not Included | ✅ Included |
| Tests & Queries | ❌ Not Included | ✅ Included |

### Overview:
- **ViewBasic**: Focused on essential metadata.
- **ViewAll**: Provides a complete view, including advanced details.

Choose the appropriate operation based on the level of access required.

{% image
src="/images/v1.6/how-to-guides/roles-policies/rules2.png"
alt="Each Resource has its Own Set of Granular Operations"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,61 @@ caption="Resources Correspond to Entities"

There are common operations such as Create, Delete, and ViewAll that apply to all the resources. Each resource can also have its specific operation, such as ViewTests, ViewQueries for Table.

## Difference Between ViewBasic and ViewAll in OpenMetadata

The operations **ViewBasic** and **ViewAll** in OpenMetadata differ in the level of detail they provide access to. Below is a detailed explanation of each operation:

### ViewBasic
- Provides access to the **basic details** of an asset.
- Includes information such as:
- Description
- Tags
- Owner
- Fundamental metadata
- **Excludes** more detailed information, including:
- Profile data
- Sample data
- Data profile
- Tests
- Queries

### Key Points:
- Suitable for viewing foundational asset metadata.
- Limited access for users who do not require in-depth technical details.

---

### ViewAll
- Provides access to **all details** of an asset.
- Includes everything available in **ViewBasic**, along with:
- Profile data
- Sample data
- Data profile
- Tests
- Queries

### Key Points:
- Designed for users who need a complete view of the asset.
- Offers comprehensive insights and detailed metadata.

---

## Summary Table

| Feature | **ViewBasic** | **ViewAll** |
|--------------------|----------------------------------------|--------------------------------------|
| Basic Details | ✅ Included | ✅ Included |
| Profile Data | ❌ Not Included | ✅ Included |
| Sample Data | ❌ Not Included | ✅ Included |
| Data Profile | ❌ Not Included | ✅ Included |
| Tests & Queries | ❌ Not Included | ✅ Included |

### Overview:
- **ViewBasic**: Focused on essential metadata.
- **ViewAll**: Provides a complete view, including advanced details.

Choose the appropriate operation based on the level of access required.

{% image
src="/images/v1.7/how-to-guides/roles-policies/rules2.png"
alt="Each Resource has its Own Set of Granular Operations"
Expand Down

0 comments on commit c297512

Please sign in to comment.