Class: HhClickHouseReview

Inherits:
HhClickHouseBookingBase show all
Defined in:
app/models/hh_click_house_review.rb

Overview

HhClickHouseReview is an exact replica of the primary Review model This model provides read-only access to review data stored in ClickHouse for analytical and reporting purposes.

Data is synced from booking_production RDS to ClickHouse via Airbyte.

Instance Method Summary collapse

Methods inherited from HhClickHouseBookingBase

find

Instance Method Details

#readonly?Boolean

Returns:

  • (Boolean)


11
12
13
# File 'app/models/hh_click_house_review.rb', line 11

def readonly?
  true
end