Class: HhClickHouseReview
- Inherits:
-
HhClickHouseBookingBase
- Object
- ActiveRecord::Base
- HhClickHouseBookingBase
- HhClickHouseReview
- 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
Instance Method Details
#readonly? ⇒ Boolean
11 12 13 |
# File 'app/models/hh_click_house_review.rb', line 11 def readonly? true end |