Skip to content

Commit 93bcccf

Browse files
authored
Merge pull request #6 from keboola/fix/publishing
added long and short descriptions
2 parents c2015b3 + c9478d7 commit 93bcccf

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed
Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
Replicate Storage tables as Views in selected destination DB.
1+
Replicates Storage tables as Views in a selected destination Snowflake database. Creates views that maintain the original data types from the source tables, allowing data access across databases within the same Snowflake account.
2+
3+
Key features:
4+
- Supports both password and key pair authentication
5+
- Flexible schema mapping options
6+
- Customizable naming conventions for columns, views, and schemas
7+
- Option to use bucket aliases and table user-defined names
8+
- Handles shared tables with proper role configuration
9+
- Supports multiple storage buckets in a single configuration
10+
11+
The component requires proper role setup in Snowflake, including read access to the KBC project database and view creation privileges in the destination database. It's recommended to enable the RO role for the project to ensure proper access control.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Replicate Storage tables as Views in selected destination DB.
1+
Replicates Storage tables as Views in a selected destination Snowflake database, maintaining original data types and supporting flexible schema mapping and naming conventions.

0 commit comments

Comments
 (0)