Skip to content
Merged
Show file tree
Hide file tree
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
@@ -1,5 +1,5 @@
/*
* Copyright © 2020 Cask Data, Inc.
* Copyright © 2025 Cask Data, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
Expand Down
12 changes: 11 additions & 1 deletion widgets/Snowflake-batchsource.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,17 @@
{
"widget-type": "textbox",
"label": "Table Name",
"name": "tableName"
"name": "tableName",
"plugin-function": {
"label": "Get Schema",
"widget": "outputSchema",
"output-property": "schema",
"omit-properties": [
{
"name": "schema"
}
]
}
},
{
"widget-type": "textarea",
Expand Down