Snowflake BUILD | How To Use Apache Iceberg With Snowflake And AWS

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

КОМЕНТАРІ • 4

  • @adityag7441
    @adityag7441 2 місяці тому +3

    Everything sounds great in demo with full admin access. Very easy in my own Snowflake and AWS accounts.
    Challenge is to accomplish this at a real workplace when you have to talk to 3 admins and understand what to ask to whom.

  • @karan_2892
    @karan_2892 3 місяці тому +1

    The iceberg table created through Glue , files were in Avro format.
    But Snowflake support Iceberg tables with files in Parquet only.
    So how did this work ?

    • @darwin-os
      @darwin-os 13 днів тому

      She did not browse the data folder which would have contained parquet files only (default format). Instead, she browsed the metadata folder which would contain json/avro files. But, when she demoed, she didn't create the table, nor did she insert the records. She merely showed the table so I guess you got confused like me. I went back and checked, that they may have created the table and inserted the records before the demo itself.

  • @drishtinishchhalsahu635
    @drishtinishchhalsahu635 6 місяців тому

    Is it possible to create partitioned data in S3 bucket using snowflake catalog from snowflake query ? So lets say i want to create partition based on date on my timestamp column in a table and it should store in S3 location in respective date partition.