You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use the same transformation for exporting for diferent sources
switching between output formats according the needs (eg: avro, csv, parquet)
Reproducing the concept:
Create a extract transformation with a final step of type 'Copy rows to result'
Create a output transformation with a initial step of type 'Get rows from result'
Connect the initial step to a second step of type 'Avro Output'
Create a Job and connect the extract transformation to the output transformation
Today the Avro Output plugin create a Avro file with zero columns.
It should fill the columns at runtime inspecting the columns in the previous step
Problems:
If the Fields are not specified in the fields tab, Avro Output plugin creates a file with no columns, even the the previous step has fields defined at runtime.
If the Avro Output step are replaced by a 'Text file output', the resulting file is created with all columns correct.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: