Skip to content

Commit c672825

Browse files
authored
docs: fix code fence on redshift docs(#8045)
1 parent 9d781c2 commit c672825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/storage/warehouses/redshift-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ Example:
4040
4141
## Blocklisted track call properties
4242

43-
While almost all event properties are valid, we are unable to pass through properties that have naming conflicts with the default key/value pairs included in a standard raw JSON call. For example, if you send through a property in a track call named "timestamp" or "event", it will cause a conflict and you likely wont see it appear in your warehouse. To be more specific, if you send the following track call, {'event':'birthday'} will likely be dropped when syncing the data to your data warehouse.
43+
While almost all event properties are valid, we are unable to pass through properties that have naming conflicts with the default key/value pairs included in a standard raw JSON call. For example, if you send through a property in a track call named "timestamp" or "event", it will cause a conflict and you likely wont see it appear in your warehouse. To be more specific, if you send the following track call, `{'event':'birthday'}` will likely be dropped when syncing the data to your data warehouse.
4444

4545
`analytics.track('selected gift', {'event':'birthday', 'type':'cake'})`

0 commit comments

Comments
 (0)