Creates a new version of the specified dataset.
| REQUIRED | KEY | TYPE | DESCRIPTION |
|---|---|---|---|
| Yes | datasetId | str | The unique ID associated with the dataset. |
| No | objectName | str | The name/ID of the object in the service to query. If not specified, the last name will be used. |
| No | columns | str | The columns to query from the external service object. If not specified, the last columns will be used. |
| No | queryArguments | str | Additional query arguments to filter the data. If not specified, the last arguments will be used. |
| No | sqlQuery | str | The full SQL query to use when fetching data. If present, this parameter will override object_name, columns, and query_arguments. |
| KEY | TYPE | DESCRIPTION | |||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| success | Boolean | true if the call succeeded, false if there was an error | |||||||||||||||||||||||||||||||||||||||||||||
| result | DatasetVersion |
|
| TYPE | WHEN |
|---|---|
| DataNotFoundError |
|
| InvalidParameterError | The location is not a valid cloud location URI. |
| PermissionDeniedError | The location has not been verified with Abacus.AI. |
| DataNotFoundError | No file was found at the specified location. |