Michael C. Grant
07/01/2020, 2:23 PMjosh
07/01/2020, 2:25 PMMichael C. Grant
07/01/2020, 2:29 PMJim Crist-Harif
07/01/2020, 3:58 PMprefect
and prefect-core
package?Michael C. Grant
07/01/2020, 5:47 PMconda install prefect-redis prefect-viz
would get you prefect plus those two options.Jim Crist-Harif
07/01/2020, 5:50 PMprefect-*
package for each of them. An alternative option might be to document all the optional dependencies. For example, Dask currently has dask-core
and dask
, any of the other extensions require specific dependencies which we document in our docs. Could go either way here.Michael C. Grant
07/01/2020, 9:57 PMJim Crist-Harif
07/01/2020, 9:59 PMprefect-*
packages, it may be less clear what the user should install. But I suppose that's true with the documentation-only approach as well.Michael C. Grant
07/01/2020, 10:01 PMprefect-<blah>
, where <blah>
is the corresponding pip option. Multiple options can be combined together in a single environment."Jim Crist-Harif
07/01/2020, 10:03 PMMichael C. Grant
07/01/2020, 10:04 PMoutputs:
- name: prefect
- name: prefect-airtable
requirements:
run:
- prefect =={{ version }}
- airtable-python-wrapper >=0.11,<0.12
- name: prefect-aws
requirements:
run:
- prefect =={{ version }}
- boto3 >=1.9,<2.0
and so onairflow-with-<blah>
prefect-0.12.2+34.gb96bd0285-py_0.tar.bz2
prefect-airtable-0.12.2+34.gb96bd0285-0.tar.bz2
prefect-aws-0.12.2+34.gb96bd0285-0.tar.bz2
prefect-azure-0.12.2+34.gb96bd0285-0.tar.bz2
prefect-dask-cloudprovider-0.12.2+34.gb96bd0285-0.tar.bz2
prefect-dropbox-0.12.2+34.gb96bd0285-0.tar.bz2
prefect-gcp-0.12.2+34.gb96bd0285-0.tar.bz2
prefect-ge-0.12.2+34.gb96bd0285-0.tar.bz2
prefect-github-0.12.2+34.gb96bd0285-0.tar.bz2
prefect-google-0.12.2+34.gb96bd0285-0.tar.bz2
prefect-gsheets-0.12.2+34.gb96bd0285-0.tar.bz2
prefect-jira-0.12.2+34.gb96bd0285-0.tar.bz2
prefect-kubernetes-0.12.2+34.gb96bd0285-0.tar.bz2
prefect-mysql-0.12.2+34.gb96bd0285-0.tar.bz2
prefect-postgres-0.12.2+34.gb96bd0285-0.tar.bz2
prefect-pushbullet-0.12.2+34.gb96bd0285-0.tar.bz2
prefect-redis-0.12.2+34.gb96bd0285-0.tar.bz2
prefect-rss-0.12.2+34.gb96bd0285-0.tar.bz2
prefect-snowflake-0.12.2+34.gb96bd0285-0.tar.bz2
prefect-spacy-0.12.2+34.gb96bd0285-0.tar.bz2
prefect-templates-0.12.2+34.gb96bd0285-0.tar.bz2
prefect-test-0.12.2+34.gb96bd0285-0.tar.bz2
prefect-twitter-0.12.2+34.gb96bd0285-0.tar.bz2
prefect-viz-0.12.2+34.gb96bd0285-0.tar.bz2
prefect-dev-0.12.2+34.gb96bd0285-0.tar.bz2
Jim Crist-Harif
07/02/2020, 1:50 AM