Load Data from Amazon AWS S3 Bucket to Snowflake Data Warehouse

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ม.ค. 2025

ความคิดเห็น • 16

  • @VipinChandran007
    @VipinChandran007 ปีที่แล้ว +4

    Good video, except should have attached the word doc

  • @cansener9802
    @cansener9802 9 หลายเดือนก่อน +4

    There is couple adjustments made in the policies you can use this :
    {
    "Version": "2012-10-17",
    "Statement" : [
    {
    "Effect": "Allow",
    "Action": [
    "s3:PutObject",
    "s3:GetObject",
    "s3:GetObjectVersion",
    "s3:DeleteObject",
    "s3:DeleteObjectVersion"
    ],
    "Resource": "arn:aws:s3:::bucketName/*"
    },
    {
    "Effect": "Allow",
    "Action": "s3:ListBucket",
    "Resource": "arn:aws:s3:::bucketName",
    "Condition": {
    "StringLike": {
    "s3:prefix": "*"
    }
    }
    }
    ]
    }

    • @SidharthanPV
      @SidharthanPV 4 หลายเดือนก่อน

      why cant we have ListBucket also in the first list?

  • @moumitadutta1613
    @moumitadutta1613 10 หลายเดือนก่อน +1

    Thank you sir for this video

  • @ganeshawithyou7945
    @ganeshawithyou7945 ปีที่แล้ว +3

    Bro, why you did not attached the word file you were writing in, that also can be helpful to others

  • @abhishekudri2570
    @abhishekudri2570 5 หลายเดือนก่อน +1

    Good one. great explanation.

  • @ArielLavi-v9j
    @ArielLavi-v9j ปีที่แล้ว

    If you rerun this, will it duplicate the data already ingested from certain files or is it incremental by default?

  • @yadi4diamond
    @yadi4diamond ปีที่แล้ว +1

    Very good explanation brother, If you can add the file and code it will be more effective!!

  • @pradnyasurwase5755
    @pradnyasurwase5755 ปีที่แล้ว +1

    can we go back to old console of Snowflake

  • @ayushkumar-rg6yo
    @ayushkumar-rg6yo 3 หลายเดือนก่อน

    this is the trust policy a very good video
    {
    "Version": "2012-10-17",
    "Statement": [
    {
    "Effect": "Allow",
    "Principal": {
    "AWS": "arn:aws:iam::.........."
    },
    "Action": "sts:AssumeRole",
    "Condition": {
    "StringEquals": {
    "sts:ExternalId": ".........."
    }
    }
    }
    ]
    }

  • @Sn-kd2ty
    @Sn-kd2ty 3 วันที่ผ่านมา

    why this video is 100hrours long

    • @SaadQureshiOfficial
      @SaadQureshiOfficial  3 วันที่ผ่านมา

      Which video?

    • @Sn-kd2ty
      @Sn-kd2ty 3 วันที่ผ่านมา

      @SaadQureshiOfficial i mean it kind of slow,could u make it little bit faster ,just an opinion