mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-11 02:01:43 +00:00
docs(snowflake): fix shares example (#14645)
This commit is contained in:
parent
37c82af54e
commit
ada78e8820
@ -148,10 +148,10 @@ If you are using [Snowflake Shares](https://docs.snowflake.com/en/user-guide/dat
|
|||||||
```yaml
|
```yaml
|
||||||
shares:
|
shares:
|
||||||
X: # name of the share
|
X: # name of the share
|
||||||
database_name: db1
|
database: db1
|
||||||
platform_instance: instance1
|
platform_instance: instance1
|
||||||
consumers: # list of all databases created from share X
|
consumers: # list of all databases created from share X
|
||||||
- database_name: db1_from_X
|
- database: db1_from_X
|
||||||
platform_instance: instance2
|
platform_instance: instance2
|
||||||
```
|
```
|
||||||
- If share `X` is shared with more snowflake accounts and database is created from share `X` in those account then additional entries need to be added in `consumers` list for share `X`, one per snowflake account. The same `shares` config can then be copied across recipes of all accounts.
|
- If share `X` is shared with more snowflake accounts and database is created from share `X` in those account then additional entries need to be added in `consumers` list for share `X`, one per snowflake account. The same `shares` config can then be copied across recipes of all accounts.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user