-
### Problem description
Hello,
I am in the process of porting a legacy setup.py to pyproject.toml for a project I have and I have to deal with a `cmdclass` in the setup.py.
How do I do this? …
-
#### Problem
We are currently on Flink Operator version `1.6.1` which spins up Flink version `1.17.1` in the cluster. This is important for two reasons:
* in the past we've seen older Flink Oper…
-
### Body
There is a regression that needs investigation. One of our tests is failing only on Python 3.11
`tests/operators/test_python.py::TestPythonVirtualenvOperator::test_airflow_context`
Thi…
-
https://gist.github.com/suztomo/031fb54137564447b45239538ad7a7cf
```
Class com.google.api.client.http.apache.ApacheHttpTransport$Builder is not found;
referenced by 1 class file
com.google…
-
Relates to #3
-
Under #29650.
# Why is this needed
While most pipelines should naturally run to termination, successfully or not, it should be possible to abort pipeline execution by Prism in two similar, but d…
-
### What would you like to happen?
We would like to use the DataFrame API to perform one-hot encoding on categorical columns. Currently, this can be done with `pd.get_dummies()` method but it's curre…
-
### What would you like to happen?
Flink savepoints are backward compatible. But when using beam flink runner, this is not the case. It prevents seamless migration versions for stateful applications.…
-
### What happened?
A Streaming pipeline continuously fires the below RuntimeException when the partition layout of an Iceberg table is modified during execution.
```
SEVERE: 2024-10-18T13:53:19…
-
Currently our implementation of set_index only supports columns labels, but the actual implementation also allows passing Index or Series instances.
`df.set_index([df.index, df.foo, df['baz']])`
I…