Skip to content

Commit

Permalink
Merge 959f36b into 0e1dfae
Browse files Browse the repository at this point in the history
  • Loading branch information
mediuminvader committed Mar 21, 2023
2 parents 0e1dfae + 959f36b commit 1c237c6
Show file tree
Hide file tree
Showing 21 changed files with 613 additions and 601 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,16 +87,16 @@ ingestion_client.ingest_df_arrow('trips', df, seq_no=1)

Ingest raw records
```python
from dozer.ingest_pb2 import IngestRequest
from dozer.types_pb2 import Record, Value
from pydozer.ingest_pb2 import IngestRequest
from pydozer.types_pb2 import Record, Value

user = IngestRequest(
schema_name="users",
typ=0,
old=None,
new=Record(values=[Value(int_value=1), Value(string_value="vivek")]),
seq_no=1
)
schema_name="users",
typ=0,
old=None,
new=Record(values=[Value(int_value=1), Value(string_value="vivek")]),
seq_no=1
)
ingestor.ingest(user)
```

Expand Down
232 changes: 0 additions & 232 deletions dozer/common_pb2_grpc.py

This file was deleted.

120 changes: 0 additions & 120 deletions dozer/health_pb2_grpc.py

This file was deleted.

Loading

0 comments on commit 1c237c6

Please sign in to comment.