...
Property | Description | ||
---|---|---|---|
path | For HDFS and S3 file sources, this value defines the path to the source. For JDBC sources, this value is not specified. For uploaded sources, this value specifies the location on the default backend storage layer where the dataset has been uploaded. | ||
bucket | (If type=s3 ) Bucket on S3 where source is stored. | ||
container | (Azure only) If the dataset is stored in on ADLS, this value specifies the container on the blob host where the source is stored. | ||
type | Identifies where the type of storage where the source is located. Values:
| ||
blobHost | (Azure only) If the dataset is stored in on ADLS, this value specifies the blob host where the source is stored. | ||
isDynamicOrConverted | Property is true if the dataset is either a dynamic or converted dataset. | ||
id | Internal identifier of the imported dataset | ||
dynamicPath | (Dataset with parameters only) Specifies the path without the parameters inserted into it. Full path is defined based on this value and the data in the runParameters area. | ||
isSchematized | (If source file is avro, or type=jdbc ) If true , schema information is available for the source. | ||
isDynamic | If true , the imported dataset is a dynamic dataset (dataset with parameters). For more information, see Overview of Parameterization. | ||
isConverted | If true , the imported dataset has been converted to CSV format for storage. | ||
disableTypeInference | If
| ||
hasStructuring | If
| ||
createdAt | Timestamp for when the dataset was imported | ||
UpdatedAt | Timestamp for when the dataset was last updated | ||
runParameters | If runtime parameters have been applied to the dataset, they are listed here. See below for more information. | ||
name | |||
size | Size of the file in bytes (if applicable) | ||
name | Internal name of the imported dataset | ||
description | User-friendly description for the imported dataset | ||
creator.id | Internal identifier of the user who created the imported dataset | ||
updater.id | Internal identifier of the user who last updated the imported dataset | ||
workspace.id | Internal identifier of the workspace into which the dataset has been imported. | ||
parsingRecipe.id | If initial parsing is applied, this value contains the internal identifier of the recipe that performs the parsing. | ||
connection.id | Internal identifier of the connection to the server hosting the dataset. If this value is To acquire the entire connection for this dataset, you can use either of the following endpoints:
For more information, see API Connections Get v4. |
...
Property | Description |
---|---|
jdbcTable | Name of the table from which the data is extracted. If a custom SQL query has been applied, this value is |
jdbcPath | Name of the database from which the source was queried. If a custom SQL query has been applied, this value is |
columns | List of columns imported from the source, pre-filtered. If a custom SQL query has been applied, this value is |
filter | This value is empty. |
raw | If custom SQL has been applied to the data source to filter the data before it is imported, all SQL statements are listed. For more information, see Enable Custom SQL QuerySee Create Dataset with SQL. |
id | Internal identifier for the relational source |
Size | Size in bytes of the data. For relational sources, this value is -1 , as the data is not available. |
...