Class: HhClickHouseReservationProperty

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

Overview

HhClickHouseReservationProperty is an exact replica of the primary ReservationProperty model This model provides read-only access to reservation property 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_reservation_property.rb', line 11

def readonly?
  true
end