The CubeBuildOperator constructor uses a hardcoded endpoint. The endpoint for my use would replace the prefix to /cubejs-api/v1/pre-aggregations/jobs but I'm not able to override by setting arguments when creating an operator.
|
endpoint="/cubejs-api/v1/pre-aggregations/jobs", |
The
CubeBuildOperatorconstructor uses a hardcoded endpoint. The endpoint for my use would replace the prefix to/cubejs-api/v1/pre-aggregations/jobsbut I'm not able to override by setting arguments when creating an operator.airflow-provider-cube/cube_provider/operators/cube.py
Line 153 in 99a8d88