high-energy-55500
07/26/2022, 2:42 PMpoetry add apache-airflow
since it leads to an unsatisfiable list of dependency constraints
2. because of this, airflow requires you provide a requirements.txt
with a list of 3rd-party libraries used in your DAGs. does pants have a way to generate a requirements file from a python_sources
target? am i thinking about this the wrong way?
3. haven’t started working on adding support for 1st-party code that’s imported into DAGs but I have a feeling this is not going to be very straightforward. any recommendations here?refined-addition-53644
07/26/2022, 2:50 PMhigh-energy-55500
07/26/2022, 2:51 PMrefined-addition-53644
07/26/2022, 2:52 PMhigh-energy-55500
07/26/2022, 2:52 PMhigh-energy-55500
07/26/2022, 2:53 PMhigh-energy-55500
07/27/2022, 7:24 PMplugins.zip
file and then generating a requirements.txt
file semi-manually, but i can’t imagine this is the right way to do things
https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-import-plugins.html#configuring-dag-plugins-airflow-exrefined-addition-53644
07/27/2022, 7:38 PMhigh-energy-55500
07/27/2022, 8:19 PMrefined-addition-53644
07/27/2022, 9:23 PMwhite-twilight-61019
04/26/2024, 8:59 AMhigh-energy-55500
05/06/2024, 5:16 PM