Skip to content

docs(samples): create and query Amazon s3 data using external table #835

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

Prev Previous commit
Next Next commit
docs(samples): fix connection name
  • Loading branch information
Praful Makani committed Oct 20, 2020
commit 277071a9e1b8f7e4194a026d38ccf21fbed6c85c
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ public void setUp() throws IOException {
.setConnectionId(connectionName)
.build();
Connection response = client.createConnection(request);
connectionName = response.getName();
AwsCrossAccountRole accountRole = response.getAws().getCrossAccountRole();
System.out.println(
"Aws connection created successfully : Aws userId :"
Expand Down