aruntdharan

↗ HN profile [ 42.5 ms ] full profile
Karma
66
Created
August 24, 2021 (5y ago)
Submissions
0
  1. Hi HN, We're Frank, Abhilash, and Arun from Castled Data(https://castled.io). Castled is a Customer Engagement platform built directly on top of cloud data warehouses like Snowflake, BigQuery, Redshift, and Postgres. In…

  2. Here is the query to create a segment of users who have abandoned their cart in Snowflake. select * from users where "email" in (select "email" from (select events.* from (select * from cart_events where "tag" =…

  3. Hi HN, We're Arun, Manish, Abhilash and Franklin from Castled Data (https://castled.io). Castled is an open source reverse ETL solution. It helps you to periodically sync the data in your database/warehouse (Snowflake,…