Skip to content

Commit

Permalink
add documentation for include_in_paylaod
Browse files Browse the repository at this point in the history
  • Loading branch information
s4ke committed Nov 11, 2023
1 parent 5b24c65 commit 1168bd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions skipper/skipper/dataseries/views/datapoint/crud.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ def get_description_string(self) -> str:
- count[=true] <br>
- external_id=<str> (repeatable) <br>
- identify_dimensions_by_external_id[=true] <br>
- include_in_payload=<str> (comma separated list of dimension/fact external ids to include in the payload) <br>
"""
if _history:
doc_string = f"""
Expand Down

0 comments on commit 1168bd3

Please sign in to comment.