DataPreparationAction constructor
DataPreparationAction({
- ActionSqlDefinition? contentsSql,
- String? contentsYaml,
- String? generatedSql,
- String? jobId,
Implementation
DataPreparationAction({
this.contentsSql,
this.contentsYaml,
this.generatedSql,
this.jobId,
});