| object | | |
RequestId | string | | 8abcb91f-d266-4073-b907-2ed670378ed1 |
EventDetail | object | The data snapshot that is generated when an extension point event is triggered.
The fields contained in data snapshots vary based on the types of the triggered extension point events. For more information, see the description of the fields. | |
FileExecutionCommand | object | The data snapshot when the code in the file is run. This parameter is valid only if the message type is IDE_FILE_EXECUTE_BEFORE. | |
FileId | long | | 1234123 |
DataSourceName | string | The name of the data source with which the file is associated. | odps_first |
Content | string | The code in the file of the current version. | SHOW TABLES; |
FileType | long | The type of the code for the file. The code for files varies based on the file type. For more information, see DataWorks nodes. | 10 |
DeletedFile | object | The data snapshot when the file is deleted. This parameter is valid only if the message type is IDE_FILE_DELETE_BEFORE. | |
Owner | string | | 7384234**** |
FileType | long | The type of the code for the file. Valid values: 6 (Shell), 10 (ODPS SQL), 11 (ODPS MR), 23 (Data Integration), 24 (ODPS Script), 99 (zero load), 221 (PyODPS 2), 225 (ODPS Spark), 227 (EMR Hive), 228 (EMR Spark), 229 (EMR Spark SQL), 230 (EMR MR), 239 (OSS object inspection), 257 (EMR Shell), 258 (EMR Spark Shell), 259 (EMR Presto), 260 (EMR Impala), 900 (real-time synchronization), 1089 (cross-tenant collaboration), 1091 (Hologres development), 1093 (Hologres SQL), 1100 (assignment), and 1221 (PyODPS 3). | 10 |
CurrentVersion | long | The latest version number of the file. | 1 |
BusinessId | long | The ID of the workflow to which the file belongs. | 74328 |
FileName | string | | hello_dataworks.sql |
DataSourceName | string | The name of the data source with which the file is associated. | odps_first |
UseType | string | The module to which the file belongs. Valid values:
- NORMAL: The file is used for DataStudio.
- MANUAL: The file is used for a manually triggered node.
- MANUAL_BIZ: The file is used for a manually triggered workflow.
- SKIP: The file is used for a dry-run DataStudio node.
- ADHOCQUERY: The file is used for an ad hoc query.
- COMPONENT: The file is used for a snippet.
| NORMAL |
FolderId | string | The ID of the folder to which the file belongs. You can call the GetFolder operation to query the details of the file based on the folder ID. | aldurie78l2falure |
ParentFileId | long | The ID of the do-while node or for-each node that corresponds to the file. | 1234122 |
Content | string | The code in the file of the current version. | SHOW TABLES; |
NodeId | long | The ID of the node that is scheduled. | 421429 |
FileId | long | | 1234123 |
CommittedFile | object | The data snapshot when the file is committed and deployed.
This parameter is valid only if the message type is IDE_FILE_SUBMIT_BEFORE or IDE_FILE_DEPLOY_BEFORE. | |
FileId | long | | 1234123 |
Content | string | The code in the file of the current version. | SHOW TABLES; |
Committor | string | The ID of the Alibaba Cloud account that is used to generate the file of the current version. | 7384234**** |
FileType | long | The type of the code for the file. Valid values: 6 (Shell), 10 (ODPS SQL), 11 (ODPS MR), 23 (Data Integration), 24 (ODPS Script), 99 (zero load), 221 (PyODPS 2), 225 (ODPS Spark), 227 (EMR Hive), 228 (EMR Spark), 229 (EMR Spark SQL), 230 (EMR MR), 239 (OSS object inspection), 257 (EMR Shell), 258 (EMR Spark Shell), 259 (EMR Presto), 260 (EMR Impala), 900 (real-time synchronization), 1089 (cross-tenant collaboration), 1091 (Hologres development), 1093 (Hologres SQL), 1100 (assignment), and 1221 (PyODPS 3). | 10 |
ChangeType | string | The type of the change to the file of the current version. Valid values: CREATE, UPDATE, and DELETE. | UPDATE |
FileName | string | | hello_dataworks.sql |
NodeId | long | The ID of the node that is scheduled. | 421429 |
UseType | string | The module to which the file belongs. Valid values:
- NORMAL: The file is used for DataStudio.
- MANUAL: The file is used for a manually triggered node.
- MANUAL_BIZ: The file is used for a manually triggered workflow.
- SKIP: The file is used for a dry-run DataStudio node.
- ADHOCQUERY: The file is used for an ad hoc query.
- COMPONENT: The file is used for a snippet.
| NORMAL |
FilePropertyContent | object | | |
DataSourceName | string | The name of the data source with which the file is associated. | odps_first |
ParentFileId | long | The ID of the do-while node or for-each node that corresponds to the file. | 1234122 |
BusinessId | long | The ID of the workflow to which the file belongs. | 74328 |
CurrentVersion | long | The latest version number of the file. | 1 |
Owner | string | | 7384234**** |
FolderId | string | The ID of the folder to which the file belongs. You can call the GetFolder operation to query the details of the file based on the folder ID. | aldurie78l2falure |
NodeConfiguration | object | The scheduling properties of the node that corresponds to the file. | |
RerunMode | string | Indicates whether the node that corresponds to the file can be rerun. Valid values:
- ALL_ALLOWED: The node can be rerun regardless of whether it is successfully run or fails to run.
- FAILURE_ALLOWED: The node can be rerun only after it fails to run.
- ALL_DENIED: The node cannot be rerun regardless of whether it is successfully run or fails to run.
This parameter corresponds to the Rerun parameter in the Schedule section of the Properties tab in the DataWorks console. | ALL_ALLOWED |
SchedulerType | string | The scheduling type of the node. Valid values:
- NORMAL: The node is an auto triggered node.
- MANUAL: The node is a manually triggered node. Manually triggered nodes cannot be automatically triggered. They correspond to the nodes in the Manually Triggered Workflows pane.
- PAUSE: The node is a paused node.
- SKIP: The node is a dry-run node. Dry-run nodes are started as scheduled, but the system sets the status of the nodes to successful when it starts to run them.
| NORMAL |
ParaValue | string | The scheduling parameters of the node.
This parameter corresponds to the Scheduling Parameter section of the Properties tab in the DataWorks console. For more information about the configurations of the scheduling parameters, see Configure scheduling parameters. | a=x b=y |
CycleType | string | The type of the scheduling cycle of the node that corresponds to the file. Valid values: NOT_DAY and DAY. The value NOT_DAY indicates that the node is scheduled to run by minute or hour. The value DAY indicates that the node is scheduled to run by day, week, or month.
This parameter corresponds to the Scheduling Cycle parameter in the Schedule section of the Properties tab in the DataWorks console. | DAY |
DependentNodeIdList | string | The ID of the node on which the node that corresponds to the file depends when the DependentType parameter is set to USER_DEFINE. Multiple IDs are separated by commas (,).
The value of this parameter is equivalent to the ID of the node that you specified after you select Other Nodes for Cross-Cycle Dependency (Original Previous-Cycle Dependency) in the Dependencies section of the Properties tab in the DataWorks console. | 5,10,15,20 |
ResourceGroupId | long | The ID of the resource group that is used to run the node that corresponds to the file. You can call the ListResourceGroups operation to query the available resource groups in the workspace. | 375827434852437 |
AutoRerunTimes | long | The number of times that the node corresponding to the file can be rerun. | 3 |
AutoRerunIntervalMillis | long | The interval at which the node corresponding to the file is rerun. Unit: milliseconds. | 120000 |
CronExpress | string | The CRON expression that is used to schedule the node corresponding to the file. | 00 05 00 * * ? |
InputList | array<object> | The output names of the parent files on which the current file depends. | |
Input | object | The output information about the parent files on which the current file depends. | |
Input | string | The output name of the parent file on which the current file depends.
This parameter corresponds to the Output Name of Ancestor Node parameter under Parent Nodes in the Dependencies section of the Properties tab in the DataWorks console. | dw_project_root |
ParseType | string | The mode of the configuration file dependency. Valid values:
- MANUAL: Scheduling dependencies are manually configured.
- AUTO: Scheduling dependencies are automatically parsed.
| MANUAL |
OutputList | array<object> | The output names of the current file.
This parameter corresponds to the Output Name of Current Node parameter in the Dependencies section of the Properties tab in the DataWorks console. | |
Output | object | The output information about the current file. | |
RefTableName | string | The output table name of the current file.
This parameter corresponds to the Output Table Name parameter under Output Name of Current Node in the Dependencies section of the Properties tab in the DataWorks console. | ods_user_info_d |
Output | string | The output name of the current file.
This parameter corresponds to the Output Name parameter under Output Name of Current Node in the Dependencies section of the Properties tab in the DataWorks console. | dw_project.002_out |
DependentType | string | The type of the cross-cycle scheduling dependency of the node. Valid values:
- SELF: The instance generated for the node in the current cycle depends on the instance generated for the node in the previous cycle.
- CHILD: The instance generated for the node in the current cycle depends on the instances generated for the descendant nodes at the nearest level of the node in the previous cycle.
- USER_DEFINE: The instance generated for the node in the current cycle depends on the instances generated for one or more specified nodes in the previous cycle.
- NONE: No cross-cycle scheduling dependency type is selected for the node.
| USER_DEFINE |
TableModel | object | The data snapshot when the table is committed and deployed. This parameter is valid only if the message type is IDE_TABLE_SUBMIT_BEFORE or IDE_TABLE_DEPLOY_BEFORE. | |
Env | string | The environment in which the table is used. Valid values:
| DEV |
LifeCycle | long | The lifecycle of the metatable. Unit: day. | 7 |
TableName | string | | tb_hello |
DataSourceName | string | The name of the data source to which the table belongs. | odps_first |
Columns | array<object> | The columns in the table. | |
Column | object | | |
ColumnName | string | | ID |
ColumnType | string | The data type of the column. | BIGINT |
IsPartitionColumn | boolean | Indicates whether the column is a partition key column. Valid values:
| false |
Comment | string | The remarks of the column. | ID |
Location | string | | hdfs://path/to/object |