Read and Write Google Sheets data using DuckDB for Google Sheets

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 พ.ย. 2024

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

  • @Pitr_2048
    @Pitr_2048 12 วันที่ผ่านมา

    Nice!
    Question - does it cache the API result for any period of time?

    • @evidence_dev
      @evidence_dev  12 วันที่ผ่านมา

      It does not! Think that would be undesirable as google sheets can change so rapidly?

    • @evidence_dev
      @evidence_dev  12 วันที่ผ่านมา

      but you could always store the result in a table if you wanted to cache
      create table my_table as select * from '';

    • @Pitr_2048
      @Pitr_2048 12 วันที่ผ่านมา

      @@evidence_dev ok thanks, that seems good. Excited to try this out!