You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: alter_default_value_in_column/README.MD
+91-1Lines changed: 91 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,5 +19,95 @@ SCHEMA >
19
19
- `payload` String `json:$.payload`
20
20
```
21
21
22
-
- Create a PR with the change above, a new branch will be created as part of the CI process. You can double check the default value is what you expect by ingesteing some null value in the CI branch created.
22
+
- Create a PR with the change above, a new branch will be created as part of the CI process. You can double check the default value is what you expect by ingesting some null value in the CI branch created.
23
+
24
+
For instance, in this case ingest an empty event using the Tinybird branch token:
25
+
26
+
```sh
27
+
curl \
28
+
-X POST 'https://api.tinybird.co/v0/events?name=analytics_events' \
0 commit comments