Relation constructor

Relation({
  1. Map<String, String>? additionalOptions,
  2. List<String>? clusterExpressions,
  3. String? connection,
  4. List<Target>? dependencyTargets,
  5. bool? disabled,
  6. String? fileFormat,
  7. IncrementalTableConfig? incrementalTableConfig,
  8. int? partitionExpirationDays,
  9. String? partitionExpression,
  10. List<String>? postOperations,
  11. List<String>? preOperations,
  12. RelationDescriptor? relationDescriptor,
  13. String? relationType,
  14. bool? requirePartitionFilter,
  15. String? selectQuery,
  16. String? storageUri,
  17. String? tableFormat,
  18. List<String>? tags,
})

Implementation

Relation({
  this.additionalOptions,
  this.clusterExpressions,
  this.connection,
  this.dependencyTargets,
  this.disabled,
  this.fileFormat,
  this.incrementalTableConfig,
  this.partitionExpirationDays,
  this.partitionExpression,
  this.postOperations,
  this.preOperations,
  this.relationDescriptor,
  this.relationType,
  this.requirePartitionFilter,
  this.selectQuery,
  this.storageUri,
  this.tableFormat,
  this.tags,
});