MattTriano / analytics_data_where_house

An analytics engineering sandbox focusing on real estates prices in Cook County, IL
https://docs.analytics-data-where-house.dev/
GNU Affero General Public License v3.0
9 stars 0 forks source link

Remove redundant reqs from the airflow image build #98

Closed MattTriano closed 1 year ago

MattTriano commented 1 year ago

The current airflow build pins a lot of packages that are part of the base image and that causes a lot of excessive dependency solving when building the image, which adds a massive amount of time to initialization. Also, including so many pins will require a lot of manual version bumping when the base Airflow image's reqs bump versions. Better to just include the actual distinct dependencies.