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: services/libs/tinybird/README.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,9 +98,14 @@ ALTER TABLE public."tableName" REPLICA IDENTITY FULL;
98
98
3. (only for PROD) u need to create the topic in oracle kafka, it doesn't get created automaticly
99
99
4. Update tinybird kafka connect plugin env ( it's under crowd-kube/lf-prod-oracle(lf-staging-oracle)/kafka-connect/tinybird-sink.properties.enc ), there are list of tracked files in the decrypted file.
100
100
5. Restart kafka-connect
101
-
6. Create sequin sinks for new tables
102
-
7. Create tinybird datasources
103
-
8. Backfill from sequin
101
+
6. Create tinybird datasource schema and push it to tinybird
102
+
7. Add access to the table to sequin user in postgres
0 commit comments