-
**Describe the bug**
Using the latest 2.1.0 version, with Opensearch dynamic index, Data prepper is not working when trying to reference a nested field inside the event.
**To Reproduce**
Steps to…
-
### I tried this:
```wing
bring cloud;
class Foo {
pub b: cloud.Bucket;
new() {
this.b = new cloud.Bucket();
}
inflight new() {
this.b.put("hello.txt", "world");
}
…
-
### Deployment Type
Self-hosted
### NetBox Version
v4.1.3
### Python Version
3.12
### Steps to Reproduce
1. Access the NetBox REST API documentation generated from the OpenAPI spe…
-
_filter_unused_fields is building list of columns from request, lets assume that there is a field `detail.name` which is perfectly fine and properly serialized
in the next loop there is a list of k…
-
**Originally reported by:** @dplumlee
Info:
* in Master
Steps to reproduce:
1. Load an alert into the detections alert table
1. Open either Add exception modal
1. Choose a non-boolean neste…
-
**Is your feature request related to a problem? Please describe.**
I have many documents (200M+) with complex hierarchical structure. It cannot be expressed with nested structures like array due to l…
-
https://github.com/dbt-labs/dbt-bigquery/pull/738 implemented model contract + constraint support for models with nested fields in BigQuery, but much of the implementation is not specific to any adapt…
-
In the current GraphQL specification the schema type have three different types on it: `query`, `mutation` and `subscription`.
The **mutation** type is a special `ObjectType` that **enforces the fi…
-
## Subject of the issue
When using nested grids, is there any way to resize the first level grid item's height when items are stacked vertically inside the inner grid?
## Your environment
Gridsta…
-
Using nested labels noticed that it didn't give a label to specify what the field was.
To fix this using the bootstrap.js we modified the 'nestedField' section to give us a nice clean label and it hel…