Skip to content

Commit

Permalink
Default to enabling SDC columns
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Nov 29, 2024
1 parent 5d31815 commit 12fb01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion singer_sdk/sinks/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ def include_sdc_metadata_properties(self) -> bool:
Returns:
True if metadata columns should be added.
"""
return self.config.get("add_record_metadata", False)
return self.config.get("add_record_metadata", True)

@property
def process_activate_version_messages(self) -> bool:
Expand Down

0 comments on commit 12fb01a

Please sign in to comment.