Skip to content

Commit

Permalink
Add json property to logs stream
Browse files Browse the repository at this point in the history
  • Loading branch information
ndrluis committed Aug 28, 2024
1 parent 4c65509 commit 3442f3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tap_superset/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,5 @@ class LogsStream(SupersetStream):
th.Property("duration_ms", th.IntegerType),
th.Property("id", th.IntegerType),
th.Property("referrer", th.StringType),
th.Property("json", th.StringType),
).to_dict()

0 comments on commit 3442f3c

Please sign in to comment.