Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.27 KB

deprecated.md

File metadata and controls

42 lines (30 loc) · 1.27 KB

Deprecated Job Properties

The following job properties are deprecated, some are no longer being effective, and some are replaced by new parameters.

ms.watermark.type

ms.watermark.type was designed as an DIL internal property. It is no longer being used.

Alert: ms.watermark.type can cause parsing error if it is used in GaaS flow specs because its prefix matches another effective parameter ms.watermark. Azkaban projects that still have this job property will have no harm.

ms.encoding

ms.encoding is replaced by ms.source.data.character.set.

Factories

These factory properties are replaced by ms.connection.client.factory

  • ms.http.client.factory
  • ms.source.schema.reader.factory
  • ms.target.schema.reader.factory

CSV Properties

The following properties are replaced by ms.csv

  • ms.csv.column.header
  • ms.csv.column.header.index
  • ms.csv.column.projection
  • ms.csv.default.field.type
  • ms.csv.escape.character
  • ms.csv.quote.character
  • ms.csv.separator
  • ms.csv.skip.lines
  • ms.converter.csv.max.failures
  • ms.converter.keep.null.strings
  • csv.max.failures

Other Deprecations