Class: HhClickHouseReservation

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

Overview

HhClickHouseReservation is an exact replica of the primary Reservation model This model provides read-only access to reservation data stored in ClickHouse for analytical and reporting purposes. All associations and scopes mirror the primary Reservation model to maintain consistency.

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)


12
13
14
# File 'app/models/hh_click_house_reservation.rb', line 12

def readonly?
  true
end