Skip to content

Commit

Permalink
Revert "Default to enabling SDC columns"
Browse files Browse the repository at this point in the history
This reverts commit 12fb01a.
  • Loading branch information
edgarrmondragon committed Nov 29, 2024
1 parent 12fb01a commit e058292
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", True)
return self.config.get("add_record_metadata", False)

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

0 comments on commit e058292

Please sign in to comment.