Skip to content

Commit

Permalink
Merge branch 'main' into chore/add-connection-info-in-app-response
Browse files Browse the repository at this point in the history
  • Loading branch information
duonganhthu43 authored Sep 22, 2023
2 parents c2bb2ba + 451c62d commit f5207e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Dozer E2E Test

on:
workflow_dispatch:
merge_group:
pull_request_target:
branches: [main]

Expand Down
3 changes: 1 addition & 2 deletions dozer-ingestion/src/connectors/dozer/connector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ use dozer_types::{
ingestion_types::{
default_log_options, IngestionMessage, NestedDozerConfig, NestedDozerLogOptions,
},
node::OpIdentifier,
serde_json,
types::{Operation, Record, Schema},
};
Expand Down Expand Up @@ -265,7 +264,7 @@ async fn read_table(
.send(IngestionMessage::OperationEvent {
table_index,
op,
id: Some(OpIdentifier::new(0, op_and_pos.pos)),
id: None,
})
.await;
}
Expand Down

0 comments on commit f5207e9

Please sign in to comment.