We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents afb8619 + b9af0bd commit 029e3b9Copy full SHA for 029e3b9
src/main/java/io/cdap/plugin/snowflake/source/batch/ImportQueryType.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright © 2020 Cask Data, Inc.
+ * Copyright © 2025 Cask Data, Inc.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
5
* use this file except in compliance with the License. You may obtain a copy of
widgets/Snowflake-batchsource.json
@@ -58,7 +58,17 @@
58
{
59
"widget-type": "textbox",
60
"label": "Table Name",
61
- "name": "tableName"
+ "name": "tableName",
62
+ "plugin-function": {
63
+ "label": "Get Schema",
64
+ "widget": "outputSchema",
65
+ "output-property": "schema",
66
+ "omit-properties": [
67
+ {
68
+ "name": "schema"
69
+ }
70
+ ]
71
72
},
73
74
"widget-type": "textarea",
0 commit comments