Skip to content

Commit b328ac5

Browse files
authored
Merge pull request #408 from segmentio/repo-sync
repo sync
2 parents cca7c78 + 2f20cc6 commit b328ac5

File tree

6 files changed

+4
-21
lines changed

6 files changed

+4
-21
lines changed

src/_data/catalog/destination_categories.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
<<<<<<< HEAD
32
# destination categories last updated 2022-06-09
4-
=======
5-
# destination categories last updated 2022-06-07
6-
>>>>>>> master
73
items:
84
- display_name: A/B Testing
95
slug: a-b-testing

src/_data/catalog/destinations.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
<<<<<<< HEAD
32
# destination data last updated 2022-06-09
4-
=======
5-
# destination data last updated 2022-06-07
6-
>>>>>>> master
73
items:
84
- id: 60b5d0a01f3726b85dc05aab
95
display_name: 2mee
@@ -15296,7 +15292,7 @@ items:
1529615292
actions: []
1529715293
presets: []
1529815294
- id: 62945b73b8fbe38be7718039
15299-
display_name: Freshsales Suite - CRM
15295+
display_name: Freshsales Suite-CRM
1530015296
name: Freshsales Suite - CRM
1530115297
slug: freshsales-suite-crm
1530215298
hidden: false

src/_data/catalog/regional-supported.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# AUTOGENERATED LIST OF CONNECTIONS THAT SUPPORT REGIONAL
2-
<<<<<<< HEAD
32
# Last updated 2022-06-09
4-
=======
5-
# Last updated 2022-06-07
6-
>>>>>>> master
73
warehouses:
84
- id: WcjBCzUGff
95
display_name: Azure SQL Data Warehouse

src/_data/catalog/source_categories.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
<<<<<<< HEAD
32
# source cateogries last updated 2022-06-09
4-
=======
5-
# source cateogries last updated 2022-06-07
6-
>>>>>>> master
73
items:
84
- display_name: A/B Testing
95
slug: a-b-testing

src/_data/catalog/sources.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
<<<<<<< HEAD
32
# sources last updated 2022-06-09
4-
=======
5-
# sources last updated 2022-06-07
6-
>>>>>>> master
73
items:
84
- id: 8HWbgPTt3k
95
display_name: .NET

src/connections/spec/group.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,7 @@ The following are the reserved traits we have standardized:
170170

171171
**Note:** You might be used to some destinations recognizing special properties differently. For example, Mixpanel has a special `track_charges` method for accepting revenue. Luckily, you don't have to worry about those inconsistencies. Just pass us `revenue`. **We'll handle all of the destination-specific conversions for you automatically.** Same goes for the rest of the reserved properties.
172172

173+
If you pass these values, `on null` will throw a `NullPointerException`.
174+
You may continue to set values inside the trait. If you do so, this would work the same as the rules do with NoSQL data. If you had set a value previously for a user and on the next request you sent the same value of that property as `on null`, it will be replaced by `null`, but if you do not send that property, the original value is persisted.
175+
173176
**Traits are case-insensitive**, so in Javascript you can match the rest of your camel-case code by sending `createdAt`, and in Ruby you can match your snake-case code by sending `created_at`. That way the API never seems alien to your code base.

0 commit comments

Comments
 (0)