- Schema:
COLLABORATION_ REBATE_ CONTRIBUTION view¶
The COLLABORATION_REBATE_CONTRIBUTION view in the BILLING schema shows how each consuming customer contributes to a provider organization’s monthly collaboration rebate.
Access¶
| Requirement | Details |
|---|---|
| Database | SNOWFLAKE |
| Schema | BILLING |
| Database role | SNOWFLAKE.ORGANIZATION_BILLING_VIEWER |
Access requires the ORGANIZATION_BILLING_VIEWER database role on the SNOWFLAKE shared database.
Columns¶
| Column Name | Data Type | Description |
|---|---|---|
| PROVIDER_ORGANIZATION_NAME | VARCHAR | Name of the data provider’s Snowflake organization. |
| PROVIDER_ACCOUNT_LOCATOR | VARCHAR | Unique identifier (locator) for the provider’s Snowflake account whose shared data was consumed. |
| PROVIDER_ACCOUNT_NAME | VARCHAR | Human-readable alias of the provider’s Snowflake account, as shown in Snowsight. |
| CUSTOMER_NAME | VARCHAR | Name of the consuming customer whose compute on the provider’s shared data contributed to the rebate. |
| REBATE_CONTRIBUTION_PCT | NUMBER | Percentage of the provider organization’s total monthly collaboration rebate attributable to this consumer’s usage of the provider’s shared data. |
| REBATE_DATE | DATE | Date on which the rebate credit is applied (UTC). For a provider account that is active at month end, this is the last day of the rebate month. For an account whose contract terminated within the month, this is the contract’s termination date. If an account transitions between contracts mid-month, two rows appear: one with the termination date of the old contract and one with the last day of the rebate month for the new contract. |
Usage notes¶
- Latency for the view may be up to 24 hours after month close (typically on the 3rd or 4th day of the next month).