trading_partner
Provides information about trading partners we send data to and/or receive data from.
Primary Key:Foreign Keys:solution_id=>solution.solution_id
trading_partner_input_storage_path_idx(Unique) -input_storage_pathtrading_partner_solution_id_idx(Unique) -solution_id
| Column | Data Type | Nullable | Indexed | Description |
|---|---|---|---|---|
trading_partner_id | bigint | No | Yes | Snowflake ID of the trading partner record. Generated through expression: |
solution_id | bigint | No | Yes | Links to the solution performing work on behalf of one or more plans. Generated through expression: |
input_storage_path | text | No | Yes | - Generated through expression: |
can_send_on_behalf_of_other_partners | boolean | No | No | - Generated through expression: |
send_on_behalf_of_trading_partner_list | bigint[] | No | No | - Generated through expression: |
is_baa_signed | boolean | No | No | - Generated through expression: |