Benji Lampel
Benji Lampel
@PubChimps do you have any input here on using the Sensor to avoid starting after the connector has finished? My only thought is to pattern the DAG differently: have the...
@elliotdes if you have parallelism set to 1, or using the Sequential Executor, then no you can't have the tasks running in parallel. However, if you have the infra for...
@elliotdes ideally people aren't running production pipelines with a sequential executor, but for those who are, yes this will probably be useful!
Closed by accident -- please ignore. No update on this right now.
> Congrats @denimalpaca on your first PR ! Just a quick question, this does not seem to be an **async** operator. So why are we looking to merge this into...
Permanently moved to [the Great Expectations provider repo](https://github.com/astronomer/airflow-provider-great-expectations/pull/57).
@talagluck I moved your commits over here as well, so we can just use this one branch to do the operator updates. I'm going to add that extra link in...
One big issue remaining with data docs is the actual link being given in my testing has been a local file. This seems to not work from inside the container...
@alexsherstinsky really appreciate your thoughtful feedback here. Tried to implement everything that I knew made sense to implement--especially the GE util you pointed out, that was a great improvement. I...
@virajmparekh @kaxil , I would definitely appreciate some input on how we can get the data docs working from a local file.