-
Notifications
You must be signed in to change notification settings - Fork 50
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
Error on external schema creation #128
Comments
It looks like the cause of the problem is that and rds_mysql_source is expected to have eskind = 7
However, when you query |
based on the amazon document https://docs.aws.amazon.com/redshift/latest/dg/r_SVV_EXTERNAL_SCHEMAS.html the code which makes use of this mapping
|
Hello |
Also reproducing the issue here. Will appreciate any help. |
…ut-digest Update actions/checkout digest to 0ad4b8f
Creating a redshift_schema resource with an
rds_mysql_source
block successfully creates the schema, but then fails with the error"Unsupported source database type unknown"
.The text was updated successfully, but these errors were encountered: