updated postgres docs (#9920)

This commit is contained in:
NiharDoshi99 2023-01-25 21:04:25 +05:30 committed by GitHub
parent a6d825d3bc
commit a817b18104
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 30 additions and 0 deletions

View File

@ -41,6 +41,16 @@ As a summary:
Then, when extracting usage and lineage data, the query log duration will have no impact, only the query limit. Then, when extracting usage and lineage data, the query log duration will have no impact, only the query limit.
<Note>
- For usage and lineage grant your user `pg_read_all_stats` permission.
```sql
GRANT pg_read_all_stats TO your_user;
```
</Note>
### Python Requirements ### Python Requirements
To run the Postgres ingestion, you will need to install: To run the Postgres ingestion, you will need to install:

View File

@ -41,6 +41,16 @@ As a summary:
Then, when extracting usage and lineage data, the query log duration will have no impact, only the query limit. Then, when extracting usage and lineage data, the query log duration will have no impact, only the query limit.
<Note>
- For usage and lineage grant your user `pg_read_all_stats` permission.
```sql
GRANT pg_read_all_stats TO your_user;
```
</Note>
### Python Requirements ### Python Requirements
To run the Postgres ingestion, you will need to install: To run the Postgres ingestion, you will need to install:

View File

@ -62,6 +62,16 @@ As a summary:
Then, when extracting usage and lineage data, the query log duration will have no impact, only the query limit. Then, when extracting usage and lineage data, the query log duration will have no impact, only the query limit.
<Note>
- For usage and lineage grant your user `pg_read_all_stats` permission.
```sql
GRANT pg_read_all_stats TO your_user;
```
</Note>
## Metadata Ingestion ## Metadata Ingestion
### 1. Visit the Services Page ### 1. Visit the Services Page