SapOpenHubSource Class
A copy activity source for SAP Business Warehouse Open Hub Destination source.
All required parameters must be populated in order to send to server.
Constructor
SapOpenHubSource(*, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, source_retry_count: MutableMapping[str, Any] | None = None, source_retry_wait: MutableMapping[str, Any] | None = None, max_concurrent_connections: MutableMapping[str, Any] | None = None, disable_metrics_collection: MutableMapping[str, Any] | None = None, query_timeout: MutableMapping[str, Any] | None = None, additional_columns: MutableMapping[str, Any] | None = None, exclude_last_request: MutableMapping[str, Any] | None = None, base_request_id: MutableMapping[str, Any] | None = None, custom_rfc_read_table_function_module: MutableMapping[str, Any] | None = None, sap_data_column_delimiter: MutableMapping[str, Any] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. Default value: None
|
source_retry_count
|
<xref:JSON>
Source retry count. Type: integer (or Expression with resultType integer). Default value: None
|
source_retry_wait
|
<xref:JSON>
Source retry wait. Type: string (or Expression with resultType string), pattern: ((d+).)?(dd):(60|([0-5][0-9])):(60|([0-5][0-9])). Default value: None
|
max_concurrent_connections
|
<xref:JSON>
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer). Default value: None
|
disable_metrics_collection
|
<xref:JSON>
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean). Default value: None
|
query_timeout
|
<xref:JSON>
Query timeout. Type: string (or Expression with resultType string), pattern: ((d+).)?(dd):(60|([0-5][0-9])):(60|([0-5][0-9])). Default value: None
|
additional_columns
|
<xref:JSON>
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects). Default value: None
|
exclude_last_request
|
<xref:JSON>
Whether to exclude the records of the last request. The default value is true. Type: boolean (or Expression with resultType boolean). Default value: None
|
base_request_id
|
<xref:JSON>
The ID of request for delta loading. Once it is set, only data with requestId larger than the value of this property will be retrieved. The default value is 0. Type: integer (or Expression with resultType integer ). Default value: None
|
custom_rfc_read_table_function_module
|
<xref:JSON>
Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string). Default value: None
|
sap_data_column_delimiter
|
<xref:JSON>
The single character that will be used as delimiter passed to SAP RFC as well as splitting the output data retrieved. Type: string (or Expression with resultType string). Default value: None
|
Variables
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
type
|
Copy source type. Required. |
source_retry_count
|
<xref:JSON>
Source retry count. Type: integer (or Expression with resultType integer). |
source_retry_wait
|
<xref:JSON>
Source retry wait. Type: string (or Expression with resultType string), pattern: ((d+).)?(dd):(60|([0-5][0-9])):(60|([0-5][0-9])). |
max_concurrent_connections
|
<xref:JSON>
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer). |
disable_metrics_collection
|
<xref:JSON>
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean). |
query_timeout
|
<xref:JSON>
Query timeout. Type: string (or Expression with resultType string), pattern: ((d+).)?(dd):(60|([0-5][0-9])):(60|([0-5][0-9])). |
additional_columns
|
<xref:JSON>
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects). |
exclude_last_request
|
<xref:JSON>
Whether to exclude the records of the last request. The default value is true. Type: boolean (or Expression with resultType boolean). |
base_request_id
|
<xref:JSON>
The ID of request for delta loading. Once it is set, only data with requestId larger than the value of this property will be retrieved. The default value is 0. Type: integer (or Expression with resultType integer ). |
custom_rfc_read_table_function_module
|
<xref:JSON>
Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string). |
sap_data_column_delimiter
|
<xref:JSON>
The single character that will be used as delimiter passed to SAP RFC as well as splitting the output data retrieved. Type: string (or Expression with resultType string). |