gentle-guitar-84783
09/16/2022, 4:04 PMTransitiveTargets.dependencies
even though ./pants dependencies
is showing the correct python_sources
as dependencies
I'm assuming some api change has happened, do we have updated docs or am I gonna have to go back into the code again?busy-vase-39202
09/16/2022, 5:12 PMupdate-build-files
is designed to assist with transitioning between minor releases.)gentle-guitar-84783
09/16/2022, 5:13 PMgentle-guitar-84783
09/16/2022, 5:13 PMbusy-vase-39202
09/16/2022, 5:16 PMbusy-vase-39202
09/16/2022, 5:17 PMhundreds-father-404
09/20/2022, 4:38 PMgentle-guitar-84783
09/20/2022, 4:40 PMTransitiveTargets
isn't working as expected, my gut feeling is there was some rework to the dependency inference code but haven't checked the diff yet
Either way 2.12 luckily hit the sweet spot between updates the docker backend and my plugin code doing what I want it to dohundreds-father-404
09/20/2022, 4:40 PMgentle-guitar-84783
09/20/2022, 4:41 PMTransitiveTargets
from a python source filegentle-guitar-84783
09/20/2022, 4:42 PMhundreds-father-404
09/20/2022, 4:42 PMgentle-guitar-84783
09/20/2022, 4:45 PM__init__.py
files
specifically it's taking a python source file (an Airflow DAG), reading the requirements, removing any third party requirements (this is handled by the airflow ecosystem so they don't need to be included), packaging it all up into a zip file to be read by airflowgentle-guitar-84783
09/20/2022, 4:45 PMairflow_dag
operator)hundreds-father-404
09/20/2022, 4:49 PM