AssessmentTaskDetails(mapping=None, *, ignore_unknown_fields=False, **kwargs)Assessment task config.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
input_path |
str
Required. The Cloud Storage path for assessment input files. |
output_dataset |
str
Required. The BigQuery dataset for output. |
querylogs_path |
str
Optional. An optional Cloud Storage path to write the query logs (which is then used as an input path on the translation task) |
data_source |
str
Required. The data source or data warehouse type (eg: TERADATA/REDSHIFT) from which the input data is extracted. |
feature_handle |
google.cloud.bigquery_migration_v2.types.AssessmentFeatureHandle
Optional. A collection of additional feature flags for this assessment. This field is a member of oneof_ _feature_handle.
|