-
Hello! I'm trying to open a JSONL log file, where some fields are in every object, but some fields are only in some objects.
This panics with `found more fields than defined in 'Schema'` at `src/ma…
-
### Is your feature request related to a problem?
I want to store thousands of records that have similar data structure but not a strict schema. For added context this is JSON formatted HL7 (healthca…
-
The outputs should be identical because they have the same inputs and the second `create_schemaless` command is diffing against the previous run.
```sh
python3 -m schemaless.create_schemaless \
…
sbuss updated
4 years ago
-
These approaches might work for us.
Have to do more research, just to remember the links:
- https://articles.anelen.co/elt-google-cloud-storage-bigquery/
- https://cloud.google.com/blog/products/…
-
I want archive the topic `_schemas` in bigquery ( it contains only events with a JSON key and a JSON value but not serialized with a JSON schema )
so I want use the schemaless functionnality of the…
-
### Describe the bug
A future field that fetches information from a RELATE doesn't get recalculated when the underlying relate data gets updated.
` { count(outbought->car:tesla;
RELATE owner:Pave…
-
Consider the following piece of code
```python
import io
from fastavro import schemaless_reader, schemaless_writer
old_schema = {
"type": "record",
"name": "my_schema",
"field…
-
MongoDB doesn't have a strict data model, but extracting data should conform to a schema of some kind to help the targets and other downstream processes load the data with appropriate data types.
#…
-
I would expect `Addressable::URI#heuristic_parse` to give the same results for the completely schemaless `test.com` and the protocol-relative schemaless url `//test.com`
Expected:
```ruby
uri = A…
-
### Elixir version
1.14.4
### Database and Version
n/a
### Ecto Versions
3.9.5
### Database Adapter and Versions (postgrex, myxql, etc)
n/a
### Current behavior
This works, and it means that …