Skip to content

Commit

Permalink
add `with (publish = 'insert') to publication
Browse files Browse the repository at this point in the history
  • Loading branch information
ePaul committed Aug 18, 2023
1 parent b16fd39 commit b057e3e
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
-- We only need insert. Updates will happen when this library itself
-- tries to send things out, but that should not be published.
CREATE PUBLICATION nakadi_producer_fes
FOR TABLE nakadi_events.event_log;
FOR TABLE nakadi_events.event_log
WITH (publish = 'insert');

COMMENT ON PUBLICATION nakadi_producer_fes
IS 'Publication for collecting event data data via Fabric Event Streams.'
Expand Down

0 comments on commit b057e3e

Please sign in to comment.