Kevin Kho

Results 24 comments of Kevin Kho

Went through the discussion and we'd certainly be interested in contributing a [Fugue](https://github.com/fugue-project/fugue) `ValidationEngine`. We'll keep an eye out for the `PandasValidationEngine` and the koalas/modin support and see if Fugue...

Hi @meehawk , good to see you in the Fugue repo this time! Thanks for the interest. I still remember you from the Prefect repo. This issue is not taken...

To add to this, missing type annotations also give an unhelpful error: ```python def clip(df: pd.DataFrame): df['value'] = df['value'].clip(1,2) return df ``` Gives: ```python-traceback FugueInterfacelessError: (' is not a valid...

Hi @cyberfox1 , Thanks for the issue! The README should have a link to the [tutorials](https://fugue-tutorials.readthedocs.io/), which are the main form of documentation. I will point the Fugue API docs...

Thanks for the effort! You might as well edit the Makefile of this repo to support installing with `conda` also when you finish. If you're willing of course.

Actually, I realized `makeinconda` is for the installation of a development environment. We probably just want to update the README for installation as you have above.

At the minimum, the request here is a warning message to check if a schedule is properly set.

Did you link the docs page exists for information about concurrency limits? The request though is a metadata description on the limit set if that clears things up a bit.

That .prefect folder is not used as a volume for the postgres database server uses. You can find the relevant docs [here](https://docs.prefect.io/orchestration/server/deploy-local.html#database-persistence-and-migrations) how to persist data upon server restarts.