Connect S3 and polybase .

Rakesh Dhar 96 Reputation points
2021-03-23T07:06:16.017+00:00

Hi all ,
i am trying to connect the Polybase with the S3 . I need to read the .csv files from the .csv .
I am trying to create the external data source in the polybase, but it is not connecting the same

CREATE EXTERNAL DATA SOURCE cdata_amazons3_source
WITH (
LOCATION = 's3://test-dummylocation\CyclePolybase.csv',
CONNECTION_OPTIONS = 'DSN=test_dsn',
-- PUSHDOWN = ON | OFF,
CREDENTIAL = amaz_Test
);

CREATE DATABASE SCOPED CREDENTIAL amaz_test
WITH IDENTITY = 'username', SECRET = 'password';

is this the correct way ..or something else i need to connect the S3 and polybase...?

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,630 questions
{count} votes

1 answer

Sort by: Most helpful
  1. CarrinWu-MSFT 6,851 Reputation points
    2021-03-24T03:48:57.99+00:00

    Hi @Rakesh Dhar ,

    Could you try this STEPS to connect S3 and polybase again?

    If there has any other issues, please let us know.

    Best regards,
    Carrin


    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.