Greg Neiheisel

Results 10 comments of Greg Neiheisel

hey, anyone made any progress or anything on this? having the exact same issue. thanks!

Hey @crooy sorry for the super late reply here. If this is still relevant to you, what version of Airflow are you running? Older versions of Airflow didn't populate the...

Hey @jacobhjkim, just curious, what would be your use-case for stateful KEDA workers? We also just merged a slightly more open-source friendly version of this chart into the official Apache...

Oh, that's a good point. Even with a `StatefulSet`, if you attempt to view the logs from a worker that has been scaled away, you'd get he same error. I...

Hey @Minyus, this is the approach we've taken since we need to also allow all of our customers to update os packages and python packages, in addition to the DAGs....

Hey @Minyus, the chart in the helm repo was maintained by some open source developers. To avoid this confusion going forward, we've actually donated this chart to the official Apache...

I think if you plan to bake your DAG files in your code and are using postgres as a database, then the Apache/Astronomer should be a pretty solid choice (more...

@ecerulm before donating the helm chart to the Apache Airflow repo, we made some changes to the code to scrub anything astronomer related. That change broke some functionality between our...

@polonski are you including the full shadow dom polyfill? The default shady dom polyfill won't handle changes to local dom via blaze/react, like if you are rendering a template inside...

@karanveerm did you ever find a workaround to this?