-
Notifications
You must be signed in to change notification settings - Fork 3
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
Redshift source and connector plugin added. #16
Conversation
...on-redshift-plugin/src/main/java/io/cdap/plugin/amazon/redshift/RedshiftConnectorConfig.java
Show resolved
Hide resolved
amazon-redshift-plugin/src/main/java/io/cdap/plugin/amazon/redshift/RedshiftDBRecord.java
Show resolved
Hide resolved
amazon-redshift-plugin/src/main/java/io/cdap/plugin/amazon/redshift/RedshiftDBRecord.java
Outdated
Show resolved
Hide resolved
amazon-redshift-plugin/src/main/java/io/cdap/plugin/amazon/redshift/RedshiftDBRecord.java
Outdated
Show resolved
Hide resolved
amazon-redshift-plugin/src/main/java/io/cdap/plugin/amazon/redshift/RedshiftDBRecord.java
Outdated
Show resolved
Hide resolved
amazon-redshift-plugin/src/test/java/io/cdap/plugin/amazon/redshift/RedshiftPluginTestBase.java
Show resolved
Hide resolved
amazon-redshift-plugin/src/test/java/io/cdap/plugin/amazon/redshift/RedshiftPluginTestBase.java
Outdated
Show resolved
Hide resolved
amazon-redshift-plugin/src/test/java/io/cdap/plugin/amazon/redshift/RedshiftSourceTestRun.java
Show resolved
Hide resolved
amazon-redshift-plugin/src/test/java/io/cdap/plugin/amazon/redshift/RedshiftSourceTestRun.java
Outdated
Show resolved
Hide resolved
e30e713
to
728c8db
Compare
728c8db
to
a332495
Compare
a332495
to
80bc3da
Compare
80bc3da
to
9013e0c
Compare
3fc8eff
to
ea85484
Compare
...n-redshift-plugin/src/test/java/io/cdap/plugin/amazon/redshift/RedshiftDBRecordUnitTest.java
Show resolved
Hide resolved
...n-redshift-plugin/src/test/java/io/cdap/plugin/amazon/redshift/RedshiftDBRecordUnitTest.java
Show resolved
Hide resolved
...n-redshift-plugin/src/test/java/io/cdap/plugin/amazon/redshift/RedshiftDBRecordUnitTest.java
Show resolved
Hide resolved
**Connection Arguments:** A list of arbitrary string key/value pairs as connection arguments. These arguments | ||
will be passed to the JDBC driver as connection arguments for JDBC drivers that may need additional configurations. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For better user experience, path of the connection can be added.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you mean by that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Path of the connection
To browse, get a sample from(if sampling exists), or get the specification for this connection.
/{_____} This path indicates a ________.A _______ is the only one that can be sampled(if sampling exists).
Redshift source and connector plugin added.
ea85484
to
1ea0d68
Compare
Redshift source and connector plugin added.