diff --git a/models/staging/googlesheet/_googlesheet__docs.md b/models/staging/googlesheet/_googlesheet__docs.md new file mode 100644 index 0000000..c5c02ce --- /dev/null +++ b/models/staging/googlesheet/_googlesheet__docs.md @@ -0,0 +1,17 @@ +{% docs src_googlesheet_airbyte %} + +Application link: https://airbyte.com/ + +Architecture: Sales Interface Sheet -> AppScript -> Clone Centralisations Sheet -> Airbyte -> Snowflake + +Data is extract from googlesheet [gsheet_clone_centralisations](https://docs.google.com/spreadsheets/d/1GD2l-QnbLY-CfC3BCAouNCM3ROzboCKgeRXEhl64NUg/edit#gid=0), using airbyte. + +Before load into 'gsheet_clone_centralisations' it will clone the data from sales gsheet interface [sales_enq_recoarding](https://docs.google.com/spreadsheets/d/1ENYzT_cihpFiNfc7DRZpSRf-PXi_R6cmRn9XKY8a_Vk/edit#gid=376414069) + +AppScript to clone the data before airbyte clone into snowflake [AppScript](https://script.google.com/u/1/home/projects/19J_a0P4FB-DVkNGz0THleNp7ISXZxrh8eyNvKxZyoXTP8DOJMWz1VsiK) + +- `_airbyte_emitted_at` will add into the raw data by airbyte when extract, it is UTC timezone + +- Every 11pm Malaysia Timezone, AppScript will clone the data into Clone Centralisations Sheet and 12am Malaysia Timezone airbyte will clone the data into snowflake + +{% enddocs %} \ No newline at end of file