eschutho commented on issue #17295: URL: https://github.com/apache/superset/issues/17295#issuecomment-956998444
You may be redacting your string for security, but are you including everything that is here in this example: https://superset.apache.org/docs/databases/athena `awsathena+jdbc://{aws_access_key_id}:{aws_secret_access_key}@athena.{region_name}.amazonaws.com/{schema_name}?s3_staging_dir={s3_staging_dir}&...` I didn't see the access key id and key for example in your URI. You may also want to try putting the port after `amazonaws.com` (port 443 is the default for https) We're in the process of building out forms for each db to make this process easier. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
