docs(snowflake): fix shares example (#14645)

This commit is contained in:
Neha Gslab 2025-09-04 11:17:15 +05:30 committed by GitHub
parent 37c82af54e
commit ada78e8820
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -148,10 +148,10 @@ If you are using [Snowflake Shares](https://docs.snowflake.com/en/user-guide/dat
```yaml
shares:
X: # name of the share
database_name: db1
database: db1
platform_instance: instance1
consumers: # list of all databases created from share X
- database_name: db1_from_X
- database: db1_from_X
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.