Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing deploy-review job on draft PR. #1527

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ Use the below properties to configure a Snowflake materialization, which will di
| `/role` | Role | Role assigned to the user | string | |
| **`/schema`** | Schema | Database schema for bound collection tables (unless overridden within the binding resource configuration) as well as associated materialization metadata tables | string | Required |
| `/warehouse` | Warehouse | Name of the data warehouse that contains the database | string | |
| `/account` | Account | Optional Snowflake account identifier | string | |
| **`/credentials`** | Credentials | Credentials for authentication | object | Required |
| **`/credentials/auth_type`** | Authentication type | One of `user_password` or `jwt` | string | Required |
| **`/credentials/user`** | User | Snowflake username | string | Required |
Expand Down
Loading