mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-29 17:49:14 +00:00
Docs: Redshift Note Addition (#20012)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
This commit is contained in:
parent
415d798a37
commit
5ff1ff804a
@ -41,6 +41,14 @@ CREATE USER test_user with PASSWORD 'password';
|
||||
GRANT SELECT ON TABLE svv_table_info to test_user;
|
||||
```
|
||||
|
||||
{% note %}
|
||||
Ensure that the ingestion user has **USAGE** privileges on the schema containing the views. If additional access is needed, run the following command:
|
||||
|
||||
```sql
|
||||
GRANT USAGE ON SCHEMA "<schema_name>" TO <ingestion_user>;
|
||||
```
|
||||
{% /note %}
|
||||
|
||||
### Profiler & Data Quality
|
||||
Executing the profiler workflow or data quality tests, will require the user to have `SELECT` permission on the tables/schemas where the profiler/tests will be executed. More information on the profiler workflow setup can be found [here](/how-to-guides/data-quality-observability/profiler/workflow) and data quality tests [here](/how-to-guides/data-quality-observability/quality).
|
||||
|
||||
|
||||
@ -41,6 +41,14 @@ CREATE USER test_user with PASSWORD 'password';
|
||||
GRANT SELECT ON TABLE svv_table_info to test_user;
|
||||
```
|
||||
|
||||
{% note %}
|
||||
Ensure that the ingestion user has **USAGE** privileges on the schema containing the views. If additional access is needed, run the following command:
|
||||
|
||||
```sql
|
||||
GRANT USAGE ON SCHEMA "<schema_name>" TO <ingestion_user>;
|
||||
```
|
||||
{% /note %}
|
||||
|
||||
### Profiler & Data Quality
|
||||
Executing the profiler workflow or data quality tests, will require the user to have `SELECT` permission on the tables/schemas where the profiler/tests will be executed. More information on the profiler workflow setup can be found [here](/how-to-guides/data-quality-observability/profiler/workflow) and data quality tests [here](/how-to-guides/data-quality-observability/quality).
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user