Skip to content

Commit

Permalink
Merge pull request #9 from jsilhan/enable-streams
Browse files Browse the repository at this point in the history
configure streams based on settings
  • Loading branch information
matllubos committed Jan 19, 2022
2 parents b6ae54f + bf616a2 commit 368b1f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pydjamodb/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ def create_table(self,
settings.PYDJAMODB_DATABASE.get('POINT_IN_TIME_RECOVERY', False) if set_point_in_time_recovery is None
else set_point_in_time_recovery
)
if not stream_specification:
stream_specification = settings.PYDJAMODB_DATABASE.get('STREAM_SPECIFICATION')

if tags is None and 'TAGS' in settings.PYDJAMODB_DATABASE:
tags = {
Expand Down

0 comments on commit 368b1f0

Please sign in to comment.