shan

Results 12 issues of shan

Currently there are no M1 wheels for prophet on pypi. We have locally built it and can upload it, if that's something which might help other people.

enhancement
help wanted

While creating a new table using pandas, it would be nice if it can partition the table and set an partition expiry time. The python bigquery library already supports it...

type: feature request
api: bigquery

Adds a new option for passing config files used by`flake8` plugin. Fixes https://github.com/pantsbuild/pants/issues/15225 [ci skip-rust] [ci skip-build-wheels]

category:new feature

**Describe the bug** `flake8-bandit` isn't able to read the config used by bandit itself. I suppose this is just not about this particular plugin but any such plugin which flake8...

bug
lang-python

I am trying to save edward model as SavedModel which works. ``` from __future__ import absolute_import from __future__ import division from __future__ import print_function import edward as ed import matplotlib.pyplot...

**Is your feature request related to a problem? Please describe.** I would like to use a custom docker image generated using `docker_image` for creating a `docker_environment`. **Describe the solution you'd...

enhancement
category:new feature
backend: Environments

## Summary Export more feature flags defined in the https://github.com/Netflix/metaflow-ui/blob/master/docs/feature-flags.md ## Motivation We would like to use some of these feature flags. ## Describe alternatives you've considered The only alternative...

While publishing 100s of argo events, we have seen sensor pods restarting few times after getting killed because of OOM. Currently we don't see any way to modify the pod...

We would like to add labels to pod generated using `kubernetes` decorator. I see there are some [internal labels ](https://github.com/Netflix/metaflow/blob/master/metaflow/plugins/kubernetes/kubernetes.py#L406)being set by Metaflow but we would like to pass some...

Should fix https://github.com/pantsbuild/pants/issues/18053

category:bugfix
backend: Python