Edgar Ramírez Mondragón

Results 146 comments of Edgar Ramírez Mondragón

> Could you please sync changes from master branch? CI config was changed. @Secrus done!

Build step is failing but I'm not sure how to fix that

hey @benjaoming, I've been really busy so thanks for taking on the PR 😄

We're on Airflow 1.10.13 and running into the same issue when trying to clear a `GreatExpectationsOperator` task.

@Casyfill Oh I think I just found a solution :sweat_smile:. Threads seem to be used to send usage statistics so I disabled them in `great_expectations.yml`: ```yaml anonymous_usage_statistics: enabled: false ```

> Perhaps still makes sense to turn this off automatically (or flash a warning) by default as part of the operator That would be reasonable as the true solution.

This would be useful for my projects. I can start a PR if there's interest.

Hey @codeforkjeff! I see you started implementing features from the more recent adapter docs 👍. I opened https://github.com/dbt-labs/dbt-core/issues/4462 and will make a PR if they're interested 🤞.

> I like this idea, I think the reason we've hesitated in the past is we'd have to read each line coming through stdout to actually get the data. @tayloramurphy...