We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Newer versions of the jdbc driver allow for use of IAM credentials instead of username/password. [1]
This is preferable to storing and passing around credentials.
It looks like the parameter validation in spark-redshift should be updated to reflect the new authentication method. [2]
[1] http://docs.aws.amazon.com/redshift/latest/mgmt/generating-iam-credentials-configure-jdbc-odbc.html [2] https://github.com/databricks/spark-redshift/blob/master/src/main/scala/com/databricks/spark/redshift/Parameters.scala#L71
The text was updated successfully, but these errors were encountered:
PR #374 opened, forking project due to note implying that this project isn't going to be supported going forward
Sorry, something went wrong.
No branches or pull requests
Newer versions of the jdbc driver allow for use of IAM credentials instead of username/password. [1]
This is preferable to storing and passing around credentials.
It looks like the parameter validation in spark-redshift should be updated to reflect the new authentication method. [2]
[1] http://docs.aws.amazon.com/redshift/latest/mgmt/generating-iam-credentials-configure-jdbc-odbc.html
[2] https://github.com/databricks/spark-redshift/blob/master/src/main/scala/com/databricks/spark/redshift/Parameters.scala#L71
The text was updated successfully, but these errors were encountered: