view: orch_app_ar_royalty_accounting_payment_hold { sql_table_name: ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.payment_hold ;; dimension: payment_hold_id { type: number primary_key: yes sql: ${TABLE}.payment_hold_id ;; } dimension: account_id { type: number hidden: yes sql: ${TABLE}.account_id ;; } dimension: reason { type: string sql: ${TABLE}.reason ;; } dimension: is_on_hold { type: string sql: ${TABLE}.is_on_hold ;; } dimension: start_date { type: date_time sql: ${TABLE}.start_date ;; } dimension: _fivetran_deleted { type: string sql: ${TABLE}._fivetran_deleted ;; } dimension: _fivetran_synced { type: date_time sql: ${TABLE}._fivetran_synced ;; } }