MeltanoLabs / target-athena

Singer.io Target for AWS Athena.
Other
5 stars 16 forks source link

Change config property/setting for add_record_metadata #35

Closed freimer closed 2 years ago

freimer commented 2 years ago

Problem

Fixes issue #34 . wrong config property/setting was used to add metadata. It is add_record_metadata, not add_metadata_columns. Tested on my own data pipelines and it works with this simple change.

Proposed changes

Change config property/setting from add_metadata_columns to add_record_metadata

Types of changes

What types of changes does your code introduce to PipelineWise? Put an x in the boxes that apply

Checklist

aaronsteers commented 2 years ago

@freimer - Thanks for this contribution! 👍 Looks good! 🚢