Skip to content

Commit

Permalink
Fix missing arg
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Dec 2, 2024
1 parent 6eaaed4 commit ac58549
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion singer_sdk/helpers/capabilities/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@
#: "activate_version": true
#: }
#:
ACTIVATE_VERSION = Builtin(schema=schema.ACTIVATE_VERSION_CONFIG)
ACTIVATE_VERSION = Builtin(
schema=schema.ACTIVATE_VERSION_CONFIG,
capability=PluginCapabilities.ACTIVATE_VERSION,
)

#: Add metadata to records.
#:
Expand Down

0 comments on commit ac58549

Please sign in to comment.