Skip to content

Commit

Permalink
Minor formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieboldianus committed Mar 9, 2021
1 parent fcdac9a commit a1791ae
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions lbsntransform/config/config.py
Expand Up @@ -565,13 +565,12 @@ def parse_args(self):
' '
'Bases not included will be skipped. Per '
'default, **no bases** will be considered. '
' '
' '
'Example: '
' '
' --include_lbsn_bases hashtag,place,date,community'
' '
' ',
' '
'Argument only allowed one time.',
type=str)
settings_args.add_argument("--override_lbsn_query_schema",
help='Override schema and table name '
Expand All @@ -582,10 +581,8 @@ def parse_args(self):
'such as a materialized view. '
'This can be usefull (e.g.) to limit '
'processing of input data to a specific '
'query. Format is `lbsn_type,schema.table`.'
' '
' '
'Example: '
'query. Format is `lbsn_type,schema.table`'
', e.g.: '
' '
' --override_lbsn_query_schema post,mviews.mypostquery'
' '
Expand Down

0 comments on commit a1791ae

Please sign in to comment.