-
**Describe the bug**
When we create a structure property with `entity_types` defined only `dataset`, we still can assign the structure property to other entity types(`dataflow`, `datajob` etc.) as we…
-
Hi,
Recently, I meet one issue when using PropagateOntoStrategy (branch f-IDESolverStrategy) for backward analysis.
My backward dataflow analysis is a specialized typestate analysis. Flow function…
-
Using the latest SDMX version :
```
import sdmx
insee = sdmx.Client("INSEE")
flow_msg = insee.dataflow()
insee.dataflow("CNA-2014-PIB", params={"references": "all"})
```
leads to the followin…
-
### What needs to happen?
The Python SDK's [boot.go script](https://github.com/apache/beam/blob/60f040812403b3381e44f7d493aa2e9976767044/sdks/python/container/boot.go#L381) currently wraps [Logging A…
-
### What needs to happen?
It is found some runners does not support reporting metrics in
1. BoundedSource.split()
* Direct runner
* non-portable Flink runner
* non-portable Spark runner
…
Abacn updated
3 months ago
-
This is a fascinating project. I've been studying differential dataflow and specifically the core operators like iterate and arrange. I've also been trying to map out how it juxtaposes with reactive p…
-
I recently upgraded to pandasdmx[cache]>=1.10.0 after the recent Eurostat API change.
At the same time, I improved my code to follow the walkthrough document and use structure-specific data.
Howev…
-
Hello,
I am trying to follow the walkthrough documentation. Right now I bump into the issue that the DSD descriptors are unexpectedly empty:
```python
import pandasdmx as sdmx
ecb = sdmx.Req…
-
add these files under same main directory
`a.py`
```python
import cgi
import b
req = cgi.FieldStorage()
ssh = b.cmd_exec(req.getvalue('cmd'))
```
`b.py`
```python
def cmd_exec(cmd):
from …
-
Backward dataflow analysis starts from a CFG exit. But not every CFG has an exit, e.g. if a function contains infinite loop(s), it won't have an exits. Then, backward dataflow had no place to start wi…