ImpalaObjectDataset Class
Impala server dataset.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.DatasetImpalaObjectDataset
Constructor
ImpalaObjectDataset(*, linked_service_name: _models.LinkedServiceReference, additional_properties: Optional[Dict[str, Any]] = None, description: Optional[str] = None, structure: Optional[Any] = None, schema: Optional[Any] = None, parameters: Optional[Dict[str, _models.ParameterSpecification]] = None, annotations: Optional[List[Any]] = None, folder: Optional[_models.DatasetFolder] = None, table_name: Optional[Any] = None, table: Optional[Any] = None, schema_type_properties_schema: Optional[Any] = None, **kwargs)
Variables
Unmatched properties from the message are deserialized to this collection.
- type
- str
Required. Type of dataset.Constant filled by server.
- description
- str
Dataset description.
- structure
- any
Columns that define the structure of the dataset. Type: array (or Expression with resultType array), itemType: DatasetDataElement.
- schema
- any
Columns that define the physical type schema of the dataset. Type: array (or Expression with resultType array), itemType: DatasetSchemaDataElement.
- linked_service_name
- LinkedServiceReference
Required. Linked service reference.
- parameters
- dict[str, ParameterSpecification]
Parameters for dataset.
- folder
- DatasetFolder
The folder that this Dataset is in. If not specified, Dataset will appear at the root level.
- table_name
- any
This property will be retired. Please consider using schema + table properties instead.
- table
- any
The table name of the Impala. Type: string (or Expression with resultType string).
- schema_type_properties_schema
- any
The schema name of the Impala. Type: string (or Expression with resultType string).
Feedback
Submit and view feedback for