How to load S3 data to Redshift | Create Redshift table from CSV file in S3

Поділитися
Вставка
  • Опубліковано 6 вер 2024

КОМЕНТАРІ • 19

  • @ahmetalperenyildirim6184
    @ahmetalperenyildirim6184 10 місяців тому

    Thanks a lot, I was searching and it was the first time I saw IAM S3 bucket role with you. Thank you for sharing, keep up good work!

    • @AWS-Made-Easy
      @AWS-Made-Easy  10 місяців тому

      Thank you!

    • @kachiobasi7253
      @kachiobasi7253 9 місяців тому

      really great. can i achieve this this table process and loading data from my vscode without going through console?

    • @AWS-Made-Easy
      @AWS-Made-Easy  9 місяців тому

      @@kachiobasi7253 you can! Please explore boto3 , you will find relevant methods to do the same

  • @shakthimaan007
    @shakthimaan007 Місяць тому

    But how can we do this for PROD use case and not manually?

  • @AllAboutDataTechnology
    @AllAboutDataTechnology 8 місяців тому

    good short tutorial, Thanks!

  • @karthikeyan1921
    @karthikeyan1921 11 місяців тому +1

    Its been long time you upload videos 😊

    • @AWS-Made-Easy
      @AWS-Made-Easy  11 місяців тому +2

      😊 yes Karthikeyan! Hoping to post more often going forward!

  • @SpiritOfIndiaaa
    @SpiritOfIndiaaa 4 місяці тому

    thanks a lot , can we query live data ?? i mean CDC data ??

  • @ramachandrans6349
    @ramachandrans6349 26 днів тому

    Hi sir, what is the difference between redshift sleeveless data loading and cluster data loading

    • @AWS-Made-Easy
      @AWS-Made-Easy  24 дні тому +1

      The process of loading data is pretty much similar. Difference lies in the way redshift cluster and serverless work. With serverless you only pay when you run the queries, for cluster you pay a fixed cost for the compute capacity of the cluster irrespective of the usage

    • @ramachandrans6349
      @ramachandrans6349 24 дні тому

      Thank you​@@AWS-Made-Easy

  • @TEACHDATASCIENCE
    @TEACHDATASCIENCE 8 місяців тому

    Thank you..

  • @soso2413
    @soso2413 8 місяців тому +1

    Please, where is the employee_data.csv file?

  • @anitadesai8582
    @anitadesai8582 11 місяців тому

    Will it automatically update data from S3 to redshift? Or do we need to schedule it for automation?

    • @AWS-Made-Easy
      @AWS-Made-Easy  11 місяців тому

      It won’t automatically load the data, you will have to implement an automation.

  • @Andhra-Player
    @Andhra-Player 3 місяці тому

    What if My data is in sub folders ?