Running with gitlab-runner 17.7.0 (3153ccc6)
  on customer-churn-runner hYXFyj2eh, system ID: s_b5ec90919e6b
section_start:1736523523:prepare_executor
Preparing the "docker" executor
Using Docker executor with image python:3.11 ...
Pulling docker image python:3.11 ...
Using docker image sha256:e729f76087ee0eac048a797fb9a1789920373e6c614fc9f6cb3cc4c3d046006f for python:3.11 with digest python@sha256:b337e1fd27dbacda505219f713789bf82766694095876769ea10c2d34b4f470b ...
section_end:1736523528:prepare_executor
section_start:1736523528:prepare_script
Preparing environment
Running on runner-hyxfyj2eh-project-14162-concurrent-0 via LAPTOP-96G58TFM...
section_end:1736523528:prepare_script
section_start:1736523528:get_sources
Getting source from Git repository
Fetching changes with git depth set to 20...
Reinitialized existing Git repository in /builds/rayhanp1402/xops-gamimir/.git/
Checking out 3dc3b2c9 as detached HEAD (ref is main)...

Skipping Git submodules setup
section_end:1736523530:get_sources
section_start:1736523530:restore_cache
Restoring cache
Checking cache for main-1-protected...
No URL provided, cache will not be downloaded from shared cache server. Instead a local version of cache will be extracted. 
Successfully extracted cache
section_end:1736523531:restore_cache
section_start:1736523531:step_script
Executing "step_script" stage of the job script
Using docker image sha256:e729f76087ee0eac048a797fb9a1789920373e6c614fc9f6cb3cc4c3d046006f for python:3.11 with digest python@sha256:b337e1fd27dbacda505219f713789bf82766694095876769ea10c2d34b4f470b ...
$ python -m venv venv
$ source venv/bin/activate
$ pip install --upgrade pip
Requirement already satisfied: pip in ./venv/lib/python3.11/site-packages (24.0)
Collecting pip
  Downloading pip-24.3.1-py3-none-any.whl.metadata (3.7 kB)
Downloading pip-24.3.1-py3-none-any.whl (1.8 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 5.8 MB/s eta 0:00:00
Installing collected packages: pip
  Attempting uninstall: pip
    Found existing installation: pip 24.0
    Uninstalling pip-24.0:
      Successfully uninstalled pip-24.0
Successfully installed pip-24.3.1
$ pip install apache-airflow[celery,postgres,s3]==2.7.1 mlflow pandas scikit-learn
Collecting apache-airflow==2.7.1 (from apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading apache_airflow-2.7.1-py3-none-any.whl.metadata (101 kB)
Collecting mlflow
  Downloading mlflow-2.19.0-py3-none-any.whl.metadata (30 kB)
Collecting pandas
  Downloading pandas-2.2.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (89 kB)
Collecting scikit-learn
  Downloading scikit_learn-1.6.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (18 kB)
Collecting alembic<2.0,>=1.6.3 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading alembic-1.14.0-py3-none-any.whl.metadata (7.4 kB)
Collecting argcomplete>=1.10 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading argcomplete-3.5.3-py3-none-any.whl.metadata (16 kB)
Collecting asgiref (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading asgiref-3.8.1-py3-none-any.whl.metadata (9.3 kB)
Collecting attrs>=22.1.0 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading attrs-24.3.0-py3-none-any.whl.metadata (11 kB)
Collecting blinker (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading blinker-1.9.0-py3-none-any.whl.metadata (1.6 kB)
Collecting cattrs>=22.1.0 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading cattrs-24.1.2-py3-none-any.whl.metadata (8.4 kB)
Collecting colorlog<5.0,>=4.0.2 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading colorlog-4.8.0-py2.py3-none-any.whl.metadata (9.8 kB)
Collecting configupdater>=3.1.1 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading ConfigUpdater-3.2-py2.py3-none-any.whl.metadata (10 kB)
Collecting connexion>=2.10.0 (from connexion[flask]>=2.10.0->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading connexion-3.2.0-py3-none-any.whl.metadata (12 kB)
Collecting cron-descriptor>=1.2.24 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading cron_descriptor-1.4.5-py3-none-any.whl.metadata (5.7 kB)
Collecting croniter>=0.3.17 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading croniter-6.0.0-py2.py3-none-any.whl.metadata (32 kB)
Collecting cryptography>=0.9.3 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading cryptography-44.0.0-cp39-abi3-manylinux_2_28_x86_64.whl.metadata (5.7 kB)
Collecting deprecated>=1.2.13 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading Deprecated-1.2.15-py2.py3-none-any.whl.metadata (5.5 kB)
Collecting dill>=0.2.2 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading dill-0.3.9-py3-none-any.whl.metadata (10 kB)
Collecting flask<2.3,>=2.2 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading Flask-2.2.5-py3-none-any.whl.metadata (3.9 kB)
Collecting flask-appbuilder==4.3.6 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading Flask_AppBuilder-4.3.6-py3-none-any.whl.metadata (8.8 kB)
Collecting flask-caching>=1.5.0 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading Flask_Caching-2.3.0-py3-none-any.whl.metadata (2.2 kB)
Collecting flask-login>=0.6.2 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading Flask_Login-0.6.3-py3-none-any.whl.metadata (5.8 kB)
Collecting flask-session>=0.4.0 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading flask_session-0.8.0-py3-none-any.whl.metadata (5.2 kB)
Collecting flask-wtf>=0.15 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading flask_wtf-1.2.2-py3-none-any.whl.metadata (3.4 kB)
Collecting google-re2>=1.0 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading google_re2-1.1.20240702-1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.metadata (2.2 kB)
Collecting graphviz>=0.12 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading graphviz-0.20.3-py3-none-any.whl.metadata (12 kB)
Collecting gunicorn>=20.1.0 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading gunicorn-23.0.0-py3-none-any.whl.metadata (4.4 kB)
Collecting httpx (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading httpx-0.28.1-py3-none-any.whl.metadata (7.1 kB)
Collecting itsdangerous>=2.0 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading itsdangerous-2.2.0-py3-none-any.whl.metadata (1.9 kB)
Collecting jinja2>=3.0.0 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading jinja2-3.1.5-py3-none-any.whl.metadata (2.6 kB)
Collecting jsonschema>=4.18.0 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading jsonschema-4.23.0-py3-none-any.whl.metadata (7.9 kB)
Collecting lazy-object-proxy (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading lazy_object_proxy-1.10.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.8 kB)
Collecting linkify-it-py>=2.0.0 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading linkify_it_py-2.0.3-py3-none-any.whl.metadata (8.5 kB)
Collecting lockfile>=0.12.2 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading lockfile-0.12.2-py2.py3-none-any.whl.metadata (2.4 kB)
Collecting markdown>=3.0 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading Markdown-3.7-py3-none-any.whl.metadata (7.0 kB)
Collecting markdown-it-py>=2.1.0 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading markdown_it_py-3.0.0-py3-none-any.whl.metadata (6.9 kB)
Collecting markupsafe>=1.1.1 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading MarkupSafe-3.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB)
Collecting marshmallow-oneofschema>=2.0.1 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading marshmallow_oneofschema-3.1.1-py3-none-any.whl.metadata (5.0 kB)
Collecting mdit-py-plugins>=0.3.0 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading mdit_py_plugins-0.4.2-py3-none-any.whl.metadata (2.8 kB)
Collecting opentelemetry-api>=1.15.0 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading opentelemetry_api-1.29.0-py3-none-any.whl.metadata (1.4 kB)
Collecting opentelemetry-exporter-otlp (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading opentelemetry_exporter_otlp-1.29.0-py3-none-any.whl.metadata (2.3 kB)
Collecting packaging>=14.0 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading packaging-24.2-py3-none-any.whl.metadata (3.2 kB)
Collecting pathspec>=0.9.0 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading pathspec-0.12.1-py3-none-any.whl.metadata (21 kB)
Collecting pendulum>=2.0 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading pendulum-3.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.9 kB)
Collecting pluggy>=1.0 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading pluggy-1.5.0-py3-none-any.whl.metadata (4.8 kB)
Collecting psutil>=4.2.0 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading psutil-6.1.1-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (22 kB)
Collecting pydantic>=1.10.0 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading pydantic-2.10.5-py3-none-any.whl.metadata (30 kB)
Collecting pygments>=2.0.1 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading pygments-2.19.1-py3-none-any.whl.metadata (2.5 kB)
Collecting pyjwt>=2.0.0 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading PyJWT-2.10.1-py3-none-any.whl.metadata (4.0 kB)
Collecting python-daemon>=3.0.0 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading python_daemon-3.1.2-py3-none-any.whl.metadata (4.8 kB)
Collecting python-dateutil>=2.3 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)
Collecting python-nvd3>=0.15.0 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading python-nvd3-0.16.0.tar.gz (34 kB)
  Installing build dependencies: started
  Installing build dependencies: finished with status 'done'
  Getting requirements to build wheel: started
  Getting requirements to build wheel: finished with status 'done'
  Preparing metadata (pyproject.toml): started
  Preparing metadata (pyproject.toml): finished with status 'done'
Collecting python-slugify>=5.0 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading python_slugify-8.0.4-py2.py3-none-any.whl.metadata (8.5 kB)
Collecting rfc3339-validator>=0.1.4 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl.metadata (1.5 kB)
Collecting rich>=12.4.4 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading rich-13.9.4-py3-none-any.whl.metadata (18 kB)
Collecting rich-argparse>=1.0.0 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading rich_argparse-1.6.0-py3-none-any.whl.metadata (14 kB)
Collecting setproctitle>=1.1.8 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading setproctitle-1.3.4-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (10 kB)
Collecting sqlalchemy<2.0,>=1.4.24 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading SQLAlchemy-1.4.54-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (10 kB)
Collecting sqlalchemy-jsonfield>=1.0 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading SQLAlchemy_JSONField-1.0.2-py3-none-any.whl.metadata (5.2 kB)
Collecting tabulate>=0.7.5 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB)
Collecting tenacity!=8.2.0,>=6.2.0 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading tenacity-9.0.0-py3-none-any.whl.metadata (1.2 kB)
Collecting termcolor>=1.1.0 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading termcolor-2.5.0-py3-none-any.whl.metadata (6.1 kB)
Collecting typing-extensions>=4.0.0 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB)
Collecting unicodecsv>=0.14.1 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading unicodecsv-0.14.1.tar.gz (10 kB)
  Installing build dependencies: started
  Installing build dependencies: finished with status 'done'
  Getting requirements to build wheel: started
  Getting requirements to build wheel: finished with status 'done'
  Preparing metadata (pyproject.toml): started
  Preparing metadata (pyproject.toml): finished with status 'done'
Collecting werkzeug>=2.0 (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading werkzeug-3.1.3-py3-none-any.whl.metadata (3.7 kB)
Collecting apache-airflow-providers-common-sql (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading apache_airflow_providers_common_sql-1.21.0-py3-none-any.whl.metadata (6.2 kB)
Collecting apache-airflow-providers-ftp (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading apache_airflow_providers_ftp-3.12.0-py3-none-any.whl.metadata (6.0 kB)
Collecting apache-airflow-providers-http (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading apache_airflow_providers_http-5.0.0-py3-none-any.whl.metadata (4.9 kB)
Collecting apache-airflow-providers-imap (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading apache_airflow_providers_imap-3.8.0-py3-none-any.whl.metadata (4.6 kB)
Collecting apache-airflow-providers-sqlite (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading apache_airflow_providers_sqlite-4.0.0-py3-none-any.whl.metadata (5.9 kB)
Collecting celery!=5.3.2,!=5.3.3,<6,>=5.3.0 (from apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading celery-5.4.0-py3-none-any.whl.metadata (21 kB)
Collecting flower>=1.0.0 (from apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading flower-2.0.1-py2.py3-none-any.whl.metadata (4.5 kB)
Collecting apache-airflow-providers-celery (from apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading apache_airflow_providers_celery-3.9.0-py3-none-any.whl.metadata (6.1 kB)
Collecting apache-airflow-providers-postgres (from apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading apache_airflow_providers_postgres-6.0.0-py3-none-any.whl.metadata (6.5 kB)
Collecting apache-airflow-providers-amazon (from apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading apache_airflow_providers_amazon-9.2.0-py3-none-any.whl.metadata (10 kB)
Collecting apispec<7,>=6.0.0 (from apispec[yaml]<7,>=6.0.0->flask-appbuilder==4.3.6->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading apispec-6.8.1-py3-none-any.whl.metadata (10 kB)
Collecting colorama<1,>=0.3.9 (from flask-appbuilder==4.3.6->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB)
Collecting click<9,>=8 (from flask-appbuilder==4.3.6->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading click-8.1.8-py3-none-any.whl.metadata (2.3 kB)
Collecting email-validator<2,>=1.0.5 (from flask-appbuilder==4.3.6->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading email_validator-1.3.1-py2.py3-none-any.whl.metadata (23 kB)
Collecting Flask-Babel<3,>=1 (from flask-appbuilder==4.3.6->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading Flask_Babel-2.0.0-py3-none-any.whl.metadata (2.1 kB)
Collecting Flask-Limiter<4,>3 (from flask-appbuilder==4.3.6->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading Flask_Limiter-3.10.0-py3-none-any.whl.metadata (6.1 kB)
Collecting Flask-SQLAlchemy<3,>=2.4 (from flask-appbuilder==4.3.6->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading Flask_SQLAlchemy-2.5.1-py2.py3-none-any.whl.metadata (3.1 kB)
Collecting Flask-JWT-Extended<5.0.0,>=4.0.0 (from flask-appbuilder==4.3.6->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading Flask_JWT_Extended-4.7.1-py2.py3-none-any.whl.metadata (3.8 kB)
Collecting marshmallow<4,>=3.18.0 (from flask-appbuilder==4.3.6->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading marshmallow-3.25.0-py3-none-any.whl.metadata (7.1 kB)
Collecting marshmallow-sqlalchemy<0.27.0,>=0.22.0 (from flask-appbuilder==4.3.6->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading marshmallow_sqlalchemy-0.26.1-py2.py3-none-any.whl.metadata (6.7 kB)
Collecting prison<1.0.0,>=0.2.1 (from flask-appbuilder==4.3.6->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading prison-0.2.1-py2.py3-none-any.whl.metadata (973 bytes)
Collecting sqlalchemy-utils<1,>=0.32.21 (from flask-appbuilder==4.3.6->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading SQLAlchemy_Utils-0.41.2-py3-none-any.whl.metadata (4.2 kB)
Collecting WTForms<4 (from flask-appbuilder==4.3.6->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading wtforms-3.2.1-py3-none-any.whl.metadata (5.3 kB)
Collecting mlflow-skinny==2.19.0 (from mlflow)
  Downloading mlflow_skinny-2.19.0-py3-none-any.whl.metadata (31 kB)
Collecting docker<8,>=4.0.0 (from mlflow)
  Downloading docker-7.1.0-py3-none-any.whl.metadata (3.8 kB)
Collecting graphene<4 (from mlflow)
  Downloading graphene-3.4.3-py2.py3-none-any.whl.metadata (6.9 kB)
Collecting matplotlib<4 (from mlflow)
  Downloading matplotlib-3.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB)
Collecting numpy<3 (from mlflow)
  Downloading numpy-2.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (62 kB)
Collecting pyarrow<19,>=4.0.0 (from mlflow)
  Downloading pyarrow-18.1.0-cp311-cp311-manylinux_2_28_x86_64.whl.metadata (3.3 kB)
Collecting scipy<2 (from mlflow)
  Downloading scipy-1.15.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB)
Collecting cachetools<6,>=5.0.0 (from mlflow-skinny==2.19.0->mlflow)
  Downloading cachetools-5.5.0-py3-none-any.whl.metadata (5.3 kB)
Collecting cloudpickle<4 (from mlflow-skinny==2.19.0->mlflow)
  Downloading cloudpickle-3.1.0-py3-none-any.whl.metadata (7.0 kB)
Collecting databricks-sdk<1,>=0.20.0 (from mlflow-skinny==2.19.0->mlflow)
  Downloading databricks_sdk-0.40.0-py3-none-any.whl.metadata (38 kB)
Collecting gitpython<4,>=3.1.9 (from mlflow-skinny==2.19.0->mlflow)
  Downloading GitPython-3.1.44-py3-none-any.whl.metadata (13 kB)
Collecting importlib_metadata!=4.7.0,<9,>=3.7.0 (from mlflow-skinny==2.19.0->mlflow)
  Downloading importlib_metadata-8.5.0-py3-none-any.whl.metadata (4.8 kB)
Collecting opentelemetry-sdk<3,>=1.9.0 (from mlflow-skinny==2.19.0->mlflow)
  Downloading opentelemetry_sdk-1.29.0-py3-none-any.whl.metadata (1.5 kB)
Collecting protobuf<6,>=3.12.0 (from mlflow-skinny==2.19.0->mlflow)
  Downloading protobuf-5.29.3-cp38-abi3-manylinux2014_x86_64.whl.metadata (592 bytes)
Collecting pyyaml<7,>=5.1 (from mlflow-skinny==2.19.0->mlflow)
  Downloading PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
Collecting requests<3,>=2.17.3 (from mlflow-skinny==2.19.0->mlflow)
  Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB)
Collecting sqlparse<1,>=0.4.0 (from mlflow-skinny==2.19.0->mlflow)
  Downloading sqlparse-0.5.3-py3-none-any.whl.metadata (3.9 kB)
Collecting pytz>=2020.1 (from pandas)
  Downloading pytz-2024.2-py2.py3-none-any.whl.metadata (22 kB)
Collecting tzdata>=2022.7 (from pandas)
  Downloading tzdata-2024.2-py2.py3-none-any.whl.metadata (1.4 kB)
Collecting joblib>=1.2.0 (from scikit-learn)
  Downloading joblib-1.4.2-py3-none-any.whl.metadata (5.4 kB)
Collecting threadpoolctl>=3.1.0 (from scikit-learn)
  Downloading threadpoolctl-3.5.0-py3-none-any.whl.metadata (13 kB)
Collecting Mako (from alembic<2.0,>=1.6.3->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading Mako-1.3.8-py3-none-any.whl.metadata (2.9 kB)
Collecting billiard<5.0,>=4.2.0 (from celery!=5.3.2,!=5.3.3,<6,>=5.3.0->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading billiard-4.2.1-py3-none-any.whl.metadata (4.4 kB)
Collecting kombu<6.0,>=5.3.4 (from celery!=5.3.2,!=5.3.3,<6,>=5.3.0->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading kombu-5.4.2-py3-none-any.whl.metadata (3.2 kB)
Collecting vine<6.0,>=5.1.0 (from celery!=5.3.2,!=5.3.3,<6,>=5.3.0->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading vine-5.1.0-py3-none-any.whl.metadata (2.7 kB)
Collecting click-didyoumean>=0.3.0 (from celery!=5.3.2,!=5.3.3,<6,>=5.3.0->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading click_didyoumean-0.3.1-py3-none-any.whl.metadata (3.9 kB)
Collecting click-repl>=0.2.0 (from celery!=5.3.2,!=5.3.3,<6,>=5.3.0->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading click_repl-0.3.0-py3-none-any.whl.metadata (3.6 kB)
Collecting click-plugins>=1.1.1 (from celery!=5.3.2,!=5.3.3,<6,>=5.3.0->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading click_plugins-1.1.1-py2.py3-none-any.whl.metadata (6.4 kB)
Collecting inflection>=0.3.1 (from connexion>=2.10.0->connexion[flask]>=2.10.0->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading inflection-0.5.1-py2.py3-none-any.whl.metadata (1.7 kB)
Collecting python-multipart>=0.0.15 (from connexion>=2.10.0->connexion[flask]>=2.10.0->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading python_multipart-0.0.20-py3-none-any.whl.metadata (1.8 kB)
Collecting starlette>=0.35 (from connexion>=2.10.0->connexion[flask]>=2.10.0->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading starlette-0.45.2-py3-none-any.whl.metadata (6.3 kB)
Collecting a2wsgi>=1.7 (from connexion[flask]>=2.10.0->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading a2wsgi-1.10.8-py3-none-any.whl.metadata (3.9 kB)
Collecting cffi>=1.12 (from cryptography>=0.9.3->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading cffi-1.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
Collecting wrapt<2,>=1.10 (from deprecated>=1.2.13->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading wrapt-1.17.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.4 kB)
Collecting urllib3>=1.26.0 (from docker<8,>=4.0.0->mlflow)
  Downloading urllib3-2.3.0-py3-none-any.whl.metadata (6.5 kB)
Collecting cachelib<0.10.0,>=0.9.0 (from flask-caching>=1.5.0->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading cachelib-0.9.0-py3-none-any.whl.metadata (1.9 kB)
Collecting msgspec>=0.18.6 (from flask-session>=0.4.0->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading msgspec-0.19.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.9 kB)
Collecting tornado<7.0.0,>=5.0.0 (from flower>=1.0.0->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading tornado-6.4.2-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.5 kB)
Collecting prometheus-client>=0.8.0 (from flower>=1.0.0->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading prometheus_client-0.21.1-py3-none-any.whl.metadata (1.8 kB)
Collecting humanize (from flower>=1.0.0->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading humanize-4.11.0-py3-none-any.whl.metadata (7.8 kB)
Collecting graphql-core<3.3,>=3.1 (from graphene<4->mlflow)
  Downloading graphql_core-3.2.5-py3-none-any.whl.metadata (10 kB)
Collecting graphql-relay<3.3,>=3.1 (from graphene<4->mlflow)
  Downloading graphql_relay-3.2.0-py3-none-any.whl.metadata (12 kB)
Collecting anyio (from httpx->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading anyio-4.8.0-py3-none-any.whl.metadata (4.6 kB)
Collecting certifi (from httpx->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading certifi-2024.12.14-py3-none-any.whl.metadata (2.3 kB)
Collecting httpcore==1.* (from httpx->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading httpcore-1.0.7-py3-none-any.whl.metadata (21 kB)
Collecting idna (from httpx->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading idna-3.10-py3-none-any.whl.metadata (10 kB)
Collecting h11<0.15,>=0.13 (from httpcore==1.*->httpx->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB)
Collecting jsonschema-specifications>=2023.03.6 (from jsonschema>=4.18.0->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading jsonschema_specifications-2024.10.1-py3-none-any.whl.metadata (3.0 kB)
Collecting referencing>=0.28.4 (from jsonschema>=4.18.0->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading referencing-0.35.1-py3-none-any.whl.metadata (2.8 kB)
Collecting rpds-py>=0.7.1 (from jsonschema>=4.18.0->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading rpds_py-0.22.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.2 kB)
Collecting uc-micro-py (from linkify-it-py>=2.0.0->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading uc_micro_py-1.0.3-py3-none-any.whl.metadata (2.0 kB)
Collecting mdurl~=0.1 (from markdown-it-py>=2.1.0->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
Collecting contourpy>=1.0.1 (from matplotlib<4->mlflow)
  Downloading contourpy-1.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.4 kB)
Collecting cycler>=0.10 (from matplotlib<4->mlflow)
  Downloading cycler-0.12.1-py3-none-any.whl.metadata (3.8 kB)
Collecting fonttools>=4.22.0 (from matplotlib<4->mlflow)
  Downloading fonttools-4.55.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (165 kB)
Collecting kiwisolver>=1.3.1 (from matplotlib<4->mlflow)
  Downloading kiwisolver-1.4.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.2 kB)
Collecting pillow>=8 (from matplotlib<4->mlflow)
  Downloading pillow-11.1.0-cp311-cp311-manylinux_2_28_x86_64.whl.metadata (9.1 kB)
Collecting pyparsing>=2.3.1 (from matplotlib<4->mlflow)
  Downloading pyparsing-3.2.1-py3-none-any.whl.metadata (5.0 kB)
Collecting time-machine>=2.6.0 (from pendulum>=2.0->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading time_machine-2.16.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (21 kB)
Collecting annotated-types>=0.6.0 (from pydantic>=1.10.0->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading annotated_types-0.7.0-py3-none-any.whl.metadata (15 kB)
Collecting pydantic-core==2.27.2 (from pydantic>=1.10.0->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading pydantic_core-2.27.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.6 kB)
Collecting six>=1.5 (from python-dateutil>=2.3->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB)
Collecting text-unidecode>=1.3 (from python-slugify>=5.0->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading text_unidecode-1.3-py2.py3-none-any.whl.metadata (2.4 kB)
Collecting greenlet!=0.4.17 (from sqlalchemy<2.0,>=1.4.24->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading greenlet-3.1.1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.metadata (3.8 kB)
Collecting PyAthena>=3.0.10 (from apache-airflow-providers-amazon->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading pyathena-3.12.2-py3-none-any.whl.metadata (6.3 kB)
Collecting apache-airflow-providers-common-compat>=1.3.0 (from apache-airflow-providers-amazon->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading apache_airflow_providers_common_compat-1.3.0-py3-none-any.whl.metadata (6.1 kB)
INFO: pip is looking at multiple versions of apache-airflow-providers-amazon to determine which version is compatible with other requirements. This could take a while.
Collecting apache-airflow-providers-amazon (from apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading apache_airflow_providers_amazon-9.1.0-py3-none-any.whl.metadata (10 kB)
  Downloading apache_airflow_providers_amazon-9.0.0-py3-none-any.whl.metadata (10 kB)
  Downloading apache_airflow_providers_amazon-8.29.0-py3-none-any.whl.metadata (10 kB)
  Downloading apache_airflow_providers_amazon-8.28.0-py3-none-any.whl.metadata (10 kB)
  Downloading apache_airflow_providers_amazon-8.27.0-py3-none-any.whl.metadata (10 kB)
Collecting boto3>=1.34.90 (from apache-airflow-providers-amazon->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading boto3-1.35.96-py3-none-any.whl.metadata (6.7 kB)
Collecting botocore>=1.34.90 (from apache-airflow-providers-amazon->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading botocore-1.35.96-py3-none-any.whl.metadata (5.7 kB)
Collecting jmespath>=0.7.0 (from apache-airflow-providers-amazon->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB)
Collecting jsonpath_ng>=1.5.3 (from apache-airflow-providers-amazon->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading jsonpath_ng-1.7.0-py3-none-any.whl.metadata (18 kB)
Collecting redshift_connector>=2.0.918 (from apache-airflow-providers-amazon->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading redshift_connector-2.1.5-py3-none-any.whl.metadata (69 kB)
Collecting sqlalchemy_redshift>=0.8.6 (from apache-airflow-providers-amazon->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading sqlalchemy_redshift-0.8.14-py2.py3-none-any.whl.metadata (18 kB)
Collecting watchtower<4,>=3.0.0 (from apache-airflow-providers-amazon->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading watchtower-3.3.1-py3-none-any.whl.metadata (16 kB)
INFO: pip is looking at multiple versions of apache-airflow-providers-common-sql to determine which version is compatible with other requirements. This could take a while.
Collecting apache-airflow-providers-common-sql (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading apache_airflow_providers_common_sql-1.20.0-py3-none-any.whl.metadata (6.2 kB)
  Downloading apache_airflow_providers_common_sql-1.19.0-py3-none-any.whl.metadata (6.2 kB)
  Downloading apache_airflow_providers_common_sql-1.18.0-py3-none-any.whl.metadata (6.2 kB)
  Downloading apache_airflow_providers_common_sql-1.17.1-py3-none-any.whl.metadata (6.2 kB)
  Downloading apache_airflow_providers_common_sql-1.17.0-py3-none-any.whl.metadata (6.2 kB)
  Downloading apache_airflow_providers_common_sql-1.16.0-py3-none-any.whl.metadata (6.2 kB)
  Downloading apache_airflow_providers_common_sql-1.15.0-py3-none-any.whl.metadata (6.2 kB)
Collecting more-itertools>=9.0.0 (from apache-airflow-providers-common-sql->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading more_itertools-10.5.0-py3-none-any.whl.metadata (36 kB)
INFO: pip is looking at multiple versions of apache-airflow-providers-celery to determine which version is compatible with other requirements. This could take a while.
Collecting apache-airflow-providers-celery (from apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading apache_airflow_providers_celery-3.8.5-py3-none-any.whl.metadata (6.1 kB)
  Downloading apache_airflow_providers_celery-3.8.4-py3-none-any.whl.metadata (6.1 kB)
  Downloading apache_airflow_providers_celery-3.8.3-py3-none-any.whl.metadata (6.4 kB)
  Downloading apache_airflow_providers_celery-3.8.2-py3-none-any.whl.metadata (6.2 kB)
  Downloading apache_airflow_providers_celery-3.8.1-py3-none-any.whl.metadata (6.2 kB)
  Downloading apache_airflow_providers_celery-3.8.0-py3-none-any.whl.metadata (6.2 kB)
  Downloading apache_airflow_providers_celery-3.7.3-py3-none-any.whl.metadata (6.2 kB)
INFO: pip is looking at multiple versions of apache-airflow-providers-ftp to determine which version is compatible with other requirements. This could take a while.
Collecting apache-airflow-providers-ftp (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading apache_airflow_providers_ftp-3.11.1-py3-none-any.whl.metadata (6.1 kB)
  Downloading apache_airflow_providers_ftp-3.11.0-py3-none-any.whl.metadata (6.1 kB)
  Downloading apache_airflow_providers_ftp-3.10.1-py3-none-any.whl.metadata (6.1 kB)
Collecting aiohttp!=3.11.0,>=3.9.2 (from apache-airflow-providers-http->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading aiohttp-3.11.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.7 kB)
INFO: pip is looking at multiple versions of apache-airflow-providers-http to determine which version is compatible with other requirements. This could take a while.
Collecting apache-airflow-providers-http (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading apache_airflow_providers_http-4.13.3-py3-none-any.whl.metadata (4.9 kB)
Collecting aiohttp<3.11.0,>=3.9.2 (from apache-airflow-providers-http->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading aiohttp-3.10.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.7 kB)
Collecting apache-airflow-providers-http (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading apache_airflow_providers_http-4.13.2-py3-none-any.whl.metadata (4.9 kB)
  Downloading apache_airflow_providers_http-4.13.1-py3-none-any.whl.metadata (4.9 kB)
  Downloading apache_airflow_providers_http-4.13.0-py3-none-any.whl.metadata (4.9 kB)
  Downloading apache_airflow_providers_http-4.12.0-py3-none-any.whl.metadata (4.9 kB)
Collecting requests_toolbelt (from apache-airflow-providers-http->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading requests_toolbelt-1.0.0-py2.py3-none-any.whl.metadata (14 kB)
INFO: pip is looking at multiple versions of apache-airflow-providers-imap to determine which version is compatible with other requirements. This could take a while.
Collecting apache-airflow-providers-imap (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading apache_airflow_providers_imap-3.7.0-py3-none-any.whl.metadata (4.7 kB)
  Downloading apache_airflow_providers_imap-3.6.1-py3-none-any.whl.metadata (4.7 kB)
INFO: pip is looking at multiple versions of apache-airflow-providers-postgres to determine which version is compatible with other requirements. This could take a while.
Collecting apache-airflow-providers-postgres (from apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading apache_airflow_providers_postgres-5.14.0-py3-none-any.whl.metadata (6.6 kB)
  Downloading apache_airflow_providers_postgres-5.13.1-py3-none-any.whl.metadata (6.6 kB)
  Downloading apache_airflow_providers_postgres-5.13.0-py3-none-any.whl.metadata (6.6 kB)
  Downloading apache_airflow_providers_postgres-5.12.0-py3-none-any.whl.metadata (6.6 kB)
  Downloading apache_airflow_providers_postgres-5.11.3-py3-none-any.whl.metadata (6.6 kB)
Collecting psycopg2-binary>=2.9.4 (from apache-airflow-providers-postgres->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading psycopg2_binary-2.9.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.9 kB)
Collecting aiosqlite>=0.20.0 (from apache-airflow-providers-sqlite->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading aiosqlite-0.20.0-py3-none-any.whl.metadata (4.3 kB)
INFO: pip is looking at multiple versions of apache-airflow-providers-sqlite to determine which version is compatible with other requirements. This could take a while.
Collecting apache-airflow-providers-sqlite (from apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading apache_airflow_providers_sqlite-3.9.1-py3-none-any.whl.metadata (6.0 kB)
  Downloading apache_airflow_providers_sqlite-3.9.0-py3-none-any.whl.metadata (6.0 kB)
  Downloading apache_airflow_providers_sqlite-3.8.2-py3-none-any.whl.metadata (6.0 kB)
Collecting opentelemetry-exporter-otlp-proto-grpc==1.29.0 (from opentelemetry-exporter-otlp->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading opentelemetry_exporter_otlp_proto_grpc-1.29.0-py3-none-any.whl.metadata (2.2 kB)
Collecting opentelemetry-exporter-otlp-proto-http==1.29.0 (from opentelemetry-exporter-otlp->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading opentelemetry_exporter_otlp_proto_http-1.29.0-py3-none-any.whl.metadata (2.2 kB)
Collecting googleapis-common-protos~=1.52 (from opentelemetry-exporter-otlp-proto-grpc==1.29.0->opentelemetry-exporter-otlp->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading googleapis_common_protos-1.66.0-py2.py3-none-any.whl.metadata (1.5 kB)
Collecting grpcio<2.0.0,>=1.63.2 (from opentelemetry-exporter-otlp-proto-grpc==1.29.0->opentelemetry-exporter-otlp->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading grpcio-1.69.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.9 kB)
Collecting opentelemetry-exporter-otlp-proto-common==1.29.0 (from opentelemetry-exporter-otlp-proto-grpc==1.29.0->opentelemetry-exporter-otlp->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading opentelemetry_exporter_otlp_proto_common-1.29.0-py3-none-any.whl.metadata (1.8 kB)
Collecting opentelemetry-proto==1.29.0 (from opentelemetry-exporter-otlp-proto-grpc==1.29.0->opentelemetry-exporter-otlp->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading opentelemetry_proto-1.29.0-py3-none-any.whl.metadata (2.3 kB)
Collecting aiohappyeyeballs>=2.3.0 (from aiohttp!=3.11.0,>=3.9.2->apache-airflow-providers-http->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading aiohappyeyeballs-2.4.4-py3-none-any.whl.metadata (6.1 kB)
Collecting aiosignal>=1.1.2 (from aiohttp!=3.11.0,>=3.9.2->apache-airflow-providers-http->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading aiosignal-1.3.2-py2.py3-none-any.whl.metadata (3.8 kB)
Collecting frozenlist>=1.1.1 (from aiohttp!=3.11.0,>=3.9.2->apache-airflow-providers-http->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading frozenlist-1.5.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (13 kB)
Collecting multidict<7.0,>=4.5 (from aiohttp!=3.11.0,>=3.9.2->apache-airflow-providers-http->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading multidict-6.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.0 kB)
Collecting propcache>=0.2.0 (from aiohttp!=3.11.0,>=3.9.2->apache-airflow-providers-http->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading propcache-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.2 kB)
Collecting yarl<2.0,>=1.17.0 (from aiohttp!=3.11.0,>=3.9.2->apache-airflow-providers-http->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading yarl-1.18.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (69 kB)
INFO: pip is looking at multiple versions of apache-airflow-providers-common-compat to determine which version is compatible with other requirements. This could take a while.
Collecting apache-airflow-providers-common-compat>=1.1.0 (from apache-airflow-providers-amazon->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading apache_airflow_providers_common_compat-1.2.2-py3-none-any.whl.metadata (6.1 kB)
  Downloading apache_airflow_providers_common_compat-1.2.1-py3-none-any.whl.metadata (5.9 kB)
  Downloading apache_airflow_providers_common_compat-1.2.0-py3-none-any.whl.metadata (4.8 kB)
  Downloading apache_airflow_providers_common_compat-1.1.0-py3-none-any.whl.metadata (4.8 kB)
Collecting s3transfer<0.11.0,>=0.10.0 (from boto3>=1.34.90->apache-airflow-providers-amazon->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading s3transfer-0.10.4-py3-none-any.whl.metadata (1.7 kB)
Collecting redis!=4.5.5,<6.0.0,>=4.5.2 (from celery[redis]!=5.3.2,!=5.3.3,<6,>=5.3.0->apache-airflow-providers-celery->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading redis-5.2.1-py3-none-any.whl.metadata (9.1 kB)
Collecting pycparser (from cffi>=1.12->cryptography>=0.9.3->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
Collecting prompt-toolkit>=3.0.36 (from click-repl>=0.2.0->celery!=5.3.2,!=5.3.3,<6,>=5.3.0->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading prompt_toolkit-3.0.48-py3-none-any.whl.metadata (6.4 kB)
Collecting google-auth~=2.0 (from databricks-sdk<1,>=0.20.0->mlflow-skinny==2.19.0->mlflow)
  Downloading google_auth-2.37.0-py2.py3-none-any.whl.metadata (4.8 kB)
Collecting dnspython>=1.15.0 (from email-validator<2,>=1.0.5->flask-appbuilder==4.3.6->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading dnspython-2.7.0-py3-none-any.whl.metadata (5.8 kB)
Collecting Babel>=2.3 (from Flask-Babel<3,>=1->flask-appbuilder==4.3.6->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading babel-2.16.0-py3-none-any.whl.metadata (1.5 kB)
Collecting limits>=3.13 (from Flask-Limiter<4,>3->flask-appbuilder==4.3.6->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading limits-4.0.0-py3-none-any.whl.metadata (7.7 kB)
Collecting ordered-set<5,>4 (from Flask-Limiter<4,>3->flask-appbuilder==4.3.6->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading ordered_set-4.1.0-py3-none-any.whl.metadata (5.3 kB)
Collecting gitdb<5,>=4.0.1 (from gitpython<4,>=3.1.9->mlflow-skinny==2.19.0->mlflow)
  Downloading gitdb-4.0.12-py3-none-any.whl.metadata (1.2 kB)
Collecting zipp>=3.20 (from importlib_metadata!=4.7.0,<9,>=3.7.0->mlflow-skinny==2.19.0->mlflow)
  Downloading zipp-3.21.0-py3-none-any.whl.metadata (3.7 kB)
Collecting ply (from jsonpath_ng>=1.5.3->apache-airflow-providers-amazon->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes)
Collecting amqp<6.0.0,>=5.1.1 (from kombu<6.0,>=5.3.4->celery!=5.3.2,!=5.3.3,<6,>=5.3.0->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading amqp-5.3.1-py3-none-any.whl.metadata (8.9 kB)
Collecting opentelemetry-semantic-conventions==0.50b0 (from opentelemetry-sdk<3,>=1.9.0->mlflow-skinny==2.19.0->mlflow)
  Downloading opentelemetry_semantic_conventions-0.50b0-py3-none-any.whl.metadata (2.3 kB)
Collecting fsspec (from PyAthena>=3.0.10->apache-airflow-providers-amazon->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading fsspec-2024.12.0-py3-none-any.whl.metadata (11 kB)
Collecting scramp<1.5.0,>=1.2.0 (from redshift_connector>=2.0.918->apache-airflow-providers-amazon->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading scramp-1.4.5-py3-none-any.whl.metadata (19 kB)
Collecting beautifulsoup4<5.0.0,>=4.7.0 (from redshift_connector>=2.0.918->apache-airflow-providers-amazon->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading beautifulsoup4-4.12.3-py3-none-any.whl.metadata (3.8 kB)
Collecting lxml>=4.6.5 (from redshift_connector>=2.0.918->apache-airflow-providers-amazon->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading lxml-5.3.0-cp311-cp311-manylinux_2_28_x86_64.whl.metadata (3.8 kB)
Requirement already satisfied: setuptools in ./venv/lib/python3.11/site-packages (from redshift_connector>=2.0.918->apache-airflow-providers-amazon->apache-airflow[celery,postgres,s3]==2.7.1) (65.5.0)
Collecting charset-normalizer<4,>=2 (from requests<3,>=2.17.3->mlflow-skinny==2.19.0->mlflow)
  Downloading charset_normalizer-3.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (35 kB)
Collecting sniffio>=1.1 (from anyio->httpx->apache-airflow==2.7.1->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB)
Collecting soupsieve>1.2 (from beautifulsoup4<5.0.0,>=4.7.0->redshift_connector>=2.0.918->apache-airflow-providers-amazon->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading soupsieve-2.6-py3-none-any.whl.metadata (4.6 kB)
Collecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->gitpython<4,>=3.1.9->mlflow-skinny==2.19.0->mlflow)
  Downloading smmap-5.0.2-py3-none-any.whl.metadata (4.3 kB)
Collecting pyasn1-modules>=0.2.1 (from google-auth~=2.0->databricks-sdk<1,>=0.20.0->mlflow-skinny==2.19.0->mlflow)
  Downloading pyasn1_modules-0.4.1-py3-none-any.whl.metadata (3.5 kB)
Collecting rsa<5,>=3.1.4 (from google-auth~=2.0->databricks-sdk<1,>=0.20.0->mlflow-skinny==2.19.0->mlflow)
  Downloading rsa-4.9-py3-none-any.whl.metadata (4.2 kB)
Collecting wcwidth (from prompt-toolkit>=3.0.36->click-repl>=0.2.0->celery!=5.3.2,!=5.3.3,<6,>=5.3.0->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading wcwidth-0.2.13-py2.py3-none-any.whl.metadata (14 kB)
Collecting asn1crypto>=1.5.1 (from scramp<1.5.0,>=1.2.0->redshift_connector>=2.0.918->apache-airflow-providers-amazon->apache-airflow[celery,postgres,s3]==2.7.1)
  Downloading asn1crypto-1.5.1-py2.py3-none-any.whl.metadata (13 kB)
Collecting pyasn1<0.7.0,>=0.4.6 (from pyasn1-modules>=0.2.1->google-auth~=2.0->databricks-sdk<1,>=0.20.0->mlflow-skinny==2.19.0->mlflow)
  Downloading pyasn1-0.6.1-py3-none-any.whl.metadata (8.4 kB)
Downloading apache_airflow-2.7.1-py3-none-any.whl (12.9 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.9/12.9 MB 6.8 MB/s eta 0:00:00
Downloading Flask_AppBuilder-4.3.6-py3-none-any.whl (1.7 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 10.4 MB/s eta 0:00:00
Downloading mlflow-2.19.0-py3-none-any.whl (27.4 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.4/27.4 MB 7.5 MB/s eta 0:00:00
Downloading mlflow_skinny-2.19.0-py3-none-any.whl (5.9 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.9/5.9 MB 12.2 MB/s eta 0:00:00
Downloading pandas-2.2.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.1 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.1/13.1 MB 8.0 MB/s eta 0:00:00
Downloading scikit_learn-1.6.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.5 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.5/13.5 MB 11.9 MB/s eta 0:00:00
Downloading alembic-1.14.0-py3-none-any.whl (233 kB)
Downloading argcomplete-3.5.3-py3-none-any.whl (43 kB)
Downloading attrs-24.3.0-py3-none-any.whl (63 kB)
Downloading cattrs-24.1.2-py3-none-any.whl (66 kB)
Downloading celery-5.4.0-py3-none-any.whl (425 kB)
Downloading colorlog-4.8.0-py2.py3-none-any.whl (10 kB)
Downloading ConfigUpdater-3.2-py2.py3-none-any.whl (34 kB)
Downloading connexion-3.2.0-py3-none-any.whl (113 kB)
Downloading asgiref-3.8.1-py3-none-any.whl (23 kB)
Downloading cron_descriptor-1.4.5-py3-none-any.whl (50 kB)
Downloading croniter-6.0.0-py2.py3-none-any.whl (25 kB)
Downloading cryptography-44.0.0-cp39-abi3-manylinux_2_28_x86_64.whl (4.2 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.2/4.2 MB 7.5 MB/s eta 0:00:00
Downloading Deprecated-1.2.15-py2.py3-none-any.whl (9.9 kB)
Downloading dill-0.3.9-py3-none-any.whl (119 kB)
Downloading docker-7.1.0-py3-none-any.whl (147 kB)
Downloading Flask-2.2.5-py3-none-any.whl (101 kB)
Downloading Flask_Caching-2.3.0-py3-none-any.whl (28 kB)
Downloading Flask_Login-0.6.3-py3-none-any.whl (17 kB)
Downloading flask_session-0.8.0-py3-none-any.whl (24 kB)
Downloading flask_wtf-1.2.2-py3-none-any.whl (12 kB)
Downloading flower-2.0.1-py2.py3-none-any.whl (383 kB)
Downloading google_re2-1.1.20240702-1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (548 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 548.4/548.4 kB 9.2 MB/s eta 0:00:00
Downloading graphene-3.4.3-py2.py3-none-any.whl (114 kB)
Downloading graphviz-0.20.3-py3-none-any.whl (47 kB)
Downloading gunicorn-23.0.0-py3-none-any.whl (85 kB)
Downloading httpx-0.28.1-py3-none-any.whl (73 kB)
Downloading httpcore-1.0.7-py3-none-any.whl (78 kB)
Downloading itsdangerous-2.2.0-py3-none-any.whl (16 kB)
Downloading jinja2-3.1.5-py3-none-any.whl (134 kB)
Downloading joblib-1.4.2-py3-none-any.whl (301 kB)
Downloading jsonschema-4.23.0-py3-none-any.whl (88 kB)
Downloading linkify_it_py-2.0.3-py3-none-any.whl (19 kB)
Downloading lockfile-0.12.2-py2.py3-none-any.whl (13 kB)
Downloading Markdown-3.7-py3-none-any.whl (106 kB)
Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB)
Downloading MarkupSafe-3.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23 kB)
Downloading marshmallow_oneofschema-3.1.1-py3-none-any.whl (5.7 kB)
Downloading matplotlib-3.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.6 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.6/8.6 MB 7.0 MB/s eta 0:00:00
Downloading mdit_py_plugins-0.4.2-py3-none-any.whl (55 kB)
Downloading numpy-2.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.4 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.4/16.4 MB 8.3 MB/s eta 0:00:00
Downloading opentelemetry_api-1.29.0-py3-none-any.whl (64 kB)
Downloading packaging-24.2-py3-none-any.whl (65 kB)
Downloading pathspec-0.12.1-py3-none-any.whl (31 kB)
Downloading pendulum-3.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (384 kB)
Downloading pluggy-1.5.0-py3-none-any.whl (20 kB)
Downloading psutil-6.1.1-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (287 kB)
Downloading pyarrow-18.1.0-cp311-cp311-manylinux_2_28_x86_64.whl (40.1 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.1/40.1 MB 8.3 MB/s eta 0:00:00
Downloading pydantic-2.10.5-py3-none-any.whl (431 kB)
Downloading pydantic_core-2.27.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 2.3 MB/s eta 0:00:00
Downloading pygments-2.19.1-py3-none-any.whl (1.2 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 9.5 MB/s eta 0:00:00
Downloading PyJWT-2.10.1-py3-none-any.whl (22 kB)
Downloading python_daemon-3.1.2-py3-none-any.whl (30 kB)
Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
Downloading python_slugify-8.0.4-py2.py3-none-any.whl (10 kB)
Downloading pytz-2024.2-py2.py3-none-any.whl (508 kB)
Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB)
Downloading rich-13.9.4-py3-none-any.whl (242 kB)
Downloading rich_argparse-1.6.0-py3-none-any.whl (20 kB)
Downloading scipy-1.15.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (40.6 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.6/40.6 MB 7.2 MB/s eta 0:00:00
Downloading setproctitle-1.3.4-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (31 kB)
Downloading SQLAlchemy-1.4.54-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 7.3 MB/s eta 0:00:00
Downloading SQLAlchemy_JSONField-1.0.2-py3-none-any.whl (10 kB)
Downloading tabulate-0.9.0-py3-none-any.whl (35 kB)
Downloading tenacity-9.0.0-py3-none-any.whl (28 kB)
Downloading termcolor-2.5.0-py3-none-any.whl (7.8 kB)
Downloading threadpoolctl-3.5.0-py3-none-any.whl (18 kB)
Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB)
Downloading tzdata-2024.2-py2.py3-none-any.whl (346 kB)
Downloading werkzeug-3.1.3-py3-none-any.whl (224 kB)
Downloading apache_airflow_providers_amazon-8.27.0-py3-none-any.whl (606 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 606.8/606.8 kB 8.1 MB/s eta 0:00:00
Downloading apache_airflow_providers_common_sql-1.15.0-py3-none-any.whl (46 kB)
Downloading apache_airflow_providers_celery-3.7.3-py3-none-any.whl (36 kB)
Downloading apache_airflow_providers_ftp-3.10.1-py3-none-any.whl (19 kB)
Downloading apache_airflow_providers_http-4.12.0-py3-none-any.whl (27 kB)
Downloading apache_airflow_providers_imap-3.6.1-py3-none-any.whl (17 kB)
Downloading apache_airflow_providers_postgres-5.11.3-py3-none-any.whl (20 kB)
Downloading apache_airflow_providers_sqlite-3.8.2-py3-none-any.whl (13 kB)
Downloading blinker-1.9.0-py3-none-any.whl (8.5 kB)
Downloading lazy_object_proxy-1.10.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (69 kB)
Downloading opentelemetry_exporter_otlp-1.29.0-py3-none-any.whl (7.0 kB)
Downloading opentelemetry_exporter_otlp_proto_grpc-1.29.0-py3-none-any.whl (18 kB)
Downloading opentelemetry_exporter_otlp_proto_http-1.29.0-py3-none-any.whl (17 kB)
Downloading opentelemetry_exporter_otlp_proto_common-1.29.0-py3-none-any.whl (18 kB)
Downloading opentelemetry_proto-1.29.0-py3-none-any.whl (55 kB)
Downloading a2wsgi-1.10.8-py3-none-any.whl (17 kB)
Downloading aiohttp-3.11.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 9.3 MB/s eta 0:00:00
Downloading annotated_types-0.7.0-py3-none-any.whl (13 kB)
Downloading apache_airflow_providers_common_compat-1.1.0-py3-none-any.whl (13 kB)
Downloading apispec-6.8.1-py3-none-any.whl (30 kB)
Downloading billiard-4.2.1-py3-none-any.whl (86 kB)
Downloading boto3-1.35.96-py3-none-any.whl (139 kB)
Downloading botocore-1.35.96-py3-none-any.whl (13.3 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.3/13.3 MB 10.1 MB/s eta 0:00:00
Downloading cachelib-0.9.0-py3-none-any.whl (15 kB)
Downloading cachetools-5.5.0-py3-none-any.whl (9.5 kB)
Downloading cffi-1.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (467 kB)
Downloading click-8.1.8-py3-none-any.whl (98 kB)
Downloading click_didyoumean-0.3.1-py3-none-any.whl (3.6 kB)
Downloading click_plugins-1.1.1-py2.py3-none-any.whl (7.5 kB)
Downloading click_repl-0.3.0-py3-none-any.whl (10 kB)
Downloading cloudpickle-3.1.0-py3-none-any.whl (22 kB)
Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB)
Downloading contourpy-1.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (326 kB)
Downloading cycler-0.12.1-py3-none-any.whl (8.3 kB)
Downloading databricks_sdk-0.40.0-py3-none-any.whl (629 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 629.7/629.7 kB 6.3 MB/s eta 0:00:00
Downloading email_validator-1.3.1-py2.py3-none-any.whl (22 kB)
Downloading Flask_Babel-2.0.0-py3-none-any.whl (9.3 kB)
Downloading Flask_JWT_Extended-4.7.1-py2.py3-none-any.whl (22 kB)
Downloading Flask_Limiter-3.10.0-py3-none-any.whl (28 kB)
Downloading Flask_SQLAlchemy-2.5.1-py2.py3-none-any.whl (17 kB)
Downloading fonttools-4.55.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.9/4.9 MB 9.2 MB/s eta 0:00:00
Downloading GitPython-3.1.44-py3-none-any.whl (207 kB)
Downloading graphql_core-3.2.5-py3-none-any.whl (203 kB)
Downloading graphql_relay-3.2.0-py3-none-any.whl (16 kB)
Downloading greenlet-3.1.1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (602 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 602.4/602.4 kB 7.6 MB/s eta 0:00:00
Downloading idna-3.10-py3-none-any.whl (70 kB)
Downloading importlib_metadata-8.5.0-py3-none-any.whl (26 kB)
Downloading inflection-0.5.1-py2.py3-none-any.whl (9.5 kB)
Downloading jmespath-1.0.1-py3-none-any.whl (20 kB)
Downloading jsonpath_ng-1.7.0-py3-none-any.whl (30 kB)
Downloading jsonschema_specifications-2024.10.1-py3-none-any.whl (18 kB)
Downloading kiwisolver-1.4.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 11.4 MB/s eta 0:00:00
Downloading kombu-5.4.2-py3-none-any.whl (201 kB)
Downloading vine-5.1.0-py3-none-any.whl (9.6 kB)
Downloading marshmallow-3.25.0-py3-none-any.whl (49 kB)
Downloading marshmallow_sqlalchemy-0.26.1-py2.py3-none-any.whl (15 kB)
Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
Downloading more_itertools-10.5.0-py3-none-any.whl (60 kB)
Downloading msgspec-0.19.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (210 kB)
Downloading opentelemetry_sdk-1.29.0-py3-none-any.whl (118 kB)
Downloading opentelemetry_semantic_conventions-0.50b0-py3-none-any.whl (166 kB)
Downloading pillow-11.1.0-cp311-cp311-manylinux_2_28_x86_64.whl (4.5 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 4.5 MB/s eta 0:00:00
Downloading prison-0.2.1-py2.py3-none-any.whl (5.8 kB)
Downloading prometheus_client-0.21.1-py3-none-any.whl (54 kB)
Downloading protobuf-5.29.3-cp38-abi3-manylinux2014_x86_64.whl (319 kB)
Downloading psycopg2_binary-2.9.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.0 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.0/3.0 MB 11.6 MB/s eta 0:00:00
Downloading pyathena-3.12.2-py3-none-any.whl (75 kB)
Downloading pyparsing-3.2.1-py3-none-any.whl (107 kB)
Downloading python_multipart-0.0.20-py3-none-any.whl (24 kB)
Downloading PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (762 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 763.0/763.0 kB 901.5 kB/s eta 0:00:00
Downloading redshift_connector-2.1.5-py3-none-any.whl (138 kB)
Downloading referencing-0.35.1-py3-none-any.whl (26 kB)
Downloading requests-2.32.3-py3-none-any.whl (64 kB)
Downloading certifi-2024.12.14-py3-none-any.whl (164 kB)
Downloading rpds_py-0.22.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (381 kB)
Downloading six-1.17.0-py2.py3-none-any.whl (11 kB)
Downloading sqlalchemy_redshift-0.8.14-py2.py3-none-any.whl (38 kB)
Downloading SQLAlchemy_Utils-0.41.2-py3-none-any.whl (93 kB)
Downloading sqlparse-0.5.3-py3-none-any.whl (44 kB)
Downloading starlette-0.45.2-py3-none-any.whl (71 kB)
Downloading anyio-4.8.0-py3-none-any.whl (96 kB)
Downloading text_unidecode-1.3-py2.py3-none-any.whl (78 kB)
Downloading time_machine-2.16.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (32 kB)
Downloading tornado-6.4.2-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (437 kB)
Downloading urllib3-2.3.0-py3-none-any.whl (128 kB)
Downloading watchtower-3.3.1-py3-none-any.whl (18 kB)
Downloading wrapt-1.17.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (83 kB)
Downloading wtforms-3.2.1-py3-none-any.whl (152 kB)
Downloading humanize-4.11.0-py3-none-any.whl (128 kB)
Downloading Mako-1.3.8-py3-none-any.whl (78 kB)
Downloading requests_toolbelt-1.0.0-py2.py3-none-any.whl (54 kB)
Downloading uc_micro_py-1.0.3-py3-none-any.whl (6.2 kB)
Downloading aiohappyeyeballs-2.4.4-py3-none-any.whl (14 kB)
Downloading aiosignal-1.3.2-py2.py3-none-any.whl (7.6 kB)
Downloading amqp-5.3.1-py3-none-any.whl (50 kB)
Downloading babel-2.16.0-py3-none-any.whl (9.6 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.6/9.6 MB 5.3 MB/s eta 0:00:00
Downloading beautifulsoup4-4.12.3-py3-none-any.whl (147 kB)
Downloading charset_normalizer-3.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (143 kB)
Downloading dnspython-2.7.0-py3-none-any.whl (313 kB)
Downloading frozenlist-1.5.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (274 kB)
Downloading gitdb-4.0.12-py3-none-any.whl (62 kB)
Downloading google_auth-2.37.0-py2.py3-none-any.whl (209 kB)
Downloading googleapis_common_protos-1.66.0-py2.py3-none-any.whl (221 kB)
Downloading grpcio-1.69.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.9 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.9/5.9 MB 7.3 MB/s eta 0:00:00
Downloading h11-0.14.0-py3-none-any.whl (58 kB)
Downloading limits-4.0.0-py3-none-any.whl (45 kB)
Downloading lxml-5.3.0-cp311-cp311-manylinux_2_28_x86_64.whl (5.0 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 10.8 MB/s eta 0:00:00
Downloading multidict-6.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (129 kB)
Downloading ordered_set-4.1.0-py3-none-any.whl (7.6 kB)
Downloading prompt_toolkit-3.0.48-py3-none-any.whl (386 kB)
Downloading propcache-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (231 kB)
Downloading redis-5.2.1-py3-none-any.whl (261 kB)
Downloading s3transfer-0.10.4-py3-none-any.whl (83 kB)
Downloading scramp-1.4.5-py3-none-any.whl (12 kB)
Downloading sniffio-1.3.1-py3-none-any.whl (10 kB)
Downloading yarl-1.18.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (344 kB)
Downloading zipp-3.21.0-py3-none-any.whl (9.6 kB)
Downloading fsspec-2024.12.0-py3-none-any.whl (183 kB)
Downloading ply-3.11-py2.py3-none-any.whl (49 kB)
Downloading pycparser-2.22-py3-none-any.whl (117 kB)
Downloading asn1crypto-1.5.1-py2.py3-none-any.whl (105 kB)
Downloading pyasn1_modules-0.4.1-py3-none-any.whl (181 kB)
Downloading rsa-4.9-py3-none-any.whl (34 kB)
Downloading smmap-5.0.2-py3-none-any.whl (24 kB)
Downloading soupsieve-2.6-py3-none-any.whl (36 kB)
Downloading wcwidth-0.2.13-py2.py3-none-any.whl (34 kB)
Downloading pyasn1-0.6.1-py3-none-any.whl (83 kB)
Building wheels for collected packages: python-nvd3, unicodecsv
  Building wheel for python-nvd3 (pyproject.toml): started
  Building wheel for python-nvd3 (pyproject.toml): finished with status 'done'
  Created wheel for python-nvd3: filename=python_nvd3-0.16.0-py3-none-any.whl size=37624 sha256=6e2a923537e4fc4673c7377423a8b9ed3083028f0bfccdeada0648c6047f27a9
  Stored in directory: /root/.cache/pip/wheels/88/26/3f/0695457939a8025f982dca665d4d7018468ccf8ccf43e45c5f
  Building wheel for unicodecsv (pyproject.toml): started
  Building wheel for unicodecsv (pyproject.toml): finished with status 'done'
  Created wheel for unicodecsv: filename=unicodecsv-0.14.1-py3-none-any.whl size=10790 sha256=4b8f4158c8e017bfc854cdf916ae66636f3ecf18b81a28c6c5640781c7ef82e6
  Stored in directory: /root/.cache/pip/wheels/ec/03/6f/d2e0162d94c0d451556fa43dd4d5531457245c34a36b41ef4a
Successfully built python-nvd3 unicodecsv
Installing collected packages: wcwidth, unicodecsv, text-unidecode, pytz, ply, lockfile, cron-descriptor, colorlog, asn1crypto, zipp, wrapt, vine, urllib3, uc-micro-py, tzdata, typing-extensions, tornado, threadpoolctl, termcolor, tenacity, tabulate, sqlparse, soupsieve, sniffio, smmap, six, setproctitle, scramp, rpds-py, redis, pyyaml, python-slugify, python-multipart, python-daemon, pyparsing, pyjwt, pygments, pycparser, pyasn1, pyarrow, psycopg2-binary, psutil, protobuf, propcache, prompt-toolkit, prometheus-client, pluggy, pillow, pathspec, packaging, ordered-set, numpy, multidict, msgspec, more-itertools, mdurl, markupsafe, markdown, lxml, lazy-object-proxy, kiwisolver, jsonpath_ng, joblib, jmespath, itsdangerous, inflection, idna, humanize, h11, grpcio, greenlet, graphviz, graphql-core, google-re2, fsspec, frozenlist, fonttools, dnspython, dill, cycler, configupdater, colorama, cloudpickle, click, charset-normalizer, certifi, cachetools, cachelib, blinker, billiard, Babel, attrs, asgiref, argcomplete, annotated-types, aiohappyeyeballs, a2wsgi, yarl, WTForms, werkzeug, sqlalchemy, scipy, rsa, rfc3339-validator, requests, referencing, python-dateutil, pydantic-core, pyasn1-modules, prison, opentelemetry-proto, marshmallow, markdown-it-py, Mako, linkify-it-py, jinja2, importlib_metadata, httpcore, gunicorn, graphql-relay, googleapis-common-protos, gitdb, email-validator, deprecated, contourpy, click-repl, click-plugins, click-didyoumean, cffi, cattrs, beautifulsoup4, apispec, anyio, amqp, aiosignal, time-machine, starlette, sqlalchemy-utils, sqlalchemy_redshift, sqlalchemy-jsonfield, scikit-learn, rich, requests_toolbelt, python-nvd3, pydantic, pandas, opentelemetry-exporter-otlp-proto-common, opentelemetry-api, mdit-py-plugins, matplotlib, marshmallow-sqlalchemy, marshmallow-oneofschema, limits, kombu, jsonschema-specifications, httpx, graphene, google-auth, gitpython, flask, docker, cryptography, croniter, botocore, alembic, aiohttp, s3transfer, rich-argparse, pendulum, opentelemetry-semantic-conventions, jsonschema, flask-wtf, Flask-SQLAlchemy, flask-session, flask-login, Flask-Limiter, Flask-JWT-Extended, flask-caching, Flask-Babel, databricks-sdk, celery, opentelemetry-sdk, flower, flask-appbuilder, connexion, boto3, watchtower, redshift_connector, PyAthena, opentelemetry-exporter-otlp-proto-http, opentelemetry-exporter-otlp-proto-grpc, mlflow-skinny, opentelemetry-exporter-otlp, mlflow, apache-airflow-providers-common-sql, apache-airflow-providers-sqlite, apache-airflow-providers-imap, apache-airflow-providers-http, apache-airflow-providers-ftp, apache-airflow, apache-airflow-providers-common-compat, apache-airflow-providers-postgres, apache-airflow-providers-celery, apache-airflow-providers-amazon
Successfully installed Babel-2.16.0 Flask-Babel-2.0.0 Flask-JWT-Extended-4.7.1 Flask-Limiter-3.10.0 Flask-SQLAlchemy-2.5.1 Mako-1.3.8 PyAthena-3.12.2 WTForms-3.2.1 a2wsgi-1.10.8 aiohappyeyeballs-2.4.4 aiohttp-3.11.11 aiosignal-1.3.2 alembic-1.14.0 amqp-5.3.1 annotated-types-0.7.0 anyio-4.8.0 apache-airflow-2.7.1 apache-airflow-providers-amazon-8.27.0 apache-airflow-providers-celery-3.7.3 apache-airflow-providers-common-compat-1.1.0 apache-airflow-providers-common-sql-1.15.0 apache-airflow-providers-ftp-3.10.1 apache-airflow-providers-http-4.12.0 apache-airflow-providers-imap-3.6.1 apache-airflow-providers-postgres-5.11.3 apache-airflow-providers-sqlite-3.8.2 apispec-6.8.1 argcomplete-3.5.3 asgiref-3.8.1 asn1crypto-1.5.1 attrs-24.3.0 beautifulsoup4-4.12.3 billiard-4.2.1 blinker-1.9.0 boto3-1.35.96 botocore-1.35.96 cachelib-0.9.0 cachetools-5.5.0 cattrs-24.1.2 celery-5.4.0 certifi-2024.12.14 cffi-1.17.1 charset-normalizer-3.4.1 click-8.1.8 click-didyoumean-0.3.1 click-plugins-1.1.1 click-repl-0.3.0 cloudpickle-3.1.0 colorama-0.4.6 colorlog-4.8.0 configupdater-3.2 connexion-3.2.0 contourpy-1.3.1 cron-descriptor-1.4.5 croniter-6.0.0 cryptography-44.0.0 cycler-0.12.1 databricks-sdk-0.40.0 deprecated-1.2.15 dill-0.3.9 dnspython-2.7.0 docker-7.1.0 email-validator-1.3.1 flask-2.2.5 flask-appbuilder-4.3.6 flask-caching-2.3.0 flask-login-0.6.3 flask-session-0.8.0 flask-wtf-1.2.2 flower-2.0.1 fonttools-4.55.3 frozenlist-1.5.0 fsspec-2024.12.0 gitdb-4.0.12 gitpython-3.1.44 google-auth-2.37.0 google-re2-1.1.20240702 googleapis-common-protos-1.66.0 graphene-3.4.3 graphql-core-3.2.5 graphql-relay-3.2.0 graphviz-0.20.3 greenlet-3.1.1 grpcio-1.69.0 gunicorn-23.0.0 h11-0.14.0 httpcore-1.0.7 httpx-0.28.1 humanize-4.11.0 idna-3.10 importlib_metadata-8.5.0 inflection-0.5.1 itsdangerous-2.2.0 jinja2-3.1.5 jmespath-1.0.1 joblib-1.4.2 jsonpath_ng-1.7.0 jsonschema-4.23.0 jsonschema-specifications-2024.10.1 kiwisolver-1.4.8 kombu-5.4.2 lazy-object-proxy-1.10.0 limits-4.0.0 linkify-it-py-2.0.3 lockfile-0.12.2 lxml-5.3.0 markdown-3.7 markdown-it-py-3.0.0 markupsafe-3.0.2 marshmallow-3.25.0 marshmallow-oneofschema-3.1.1 marshmallow-sqlalchemy-0.26.1 matplotlib-3.10.0 mdit-py-plugins-0.4.2 mdurl-0.1.2 mlflow-2.19.0 mlflow-skinny-2.19.0 more-itertools-10.5.0 msgspec-0.19.0 multidict-6.1.0 numpy-2.2.1 opentelemetry-api-1.29.0 opentelemetry-exporter-otlp-1.29.0 opentelemetry-exporter-otlp-proto-common-1.29.0 opentelemetry-exporter-otlp-proto-grpc-1.29.0 opentelemetry-exporter-otlp-proto-http-1.29.0 opentelemetry-proto-1.29.0 opentelemetry-sdk-1.29.0 opentelemetry-semantic-conventions-0.50b0 ordered-set-4.1.0 packaging-24.2 pandas-2.2.3 pathspec-0.12.1 pendulum-3.0.0 pillow-11.1.0 pluggy-1.5.0 ply-3.11 prison-0.2.1 prometheus-client-0.21.1 prompt-toolkit-3.0.48 propcache-0.2.1 protobuf-5.29.3 psutil-6.1.1 psycopg2-binary-2.9.10 pyarrow-18.1.0 pyasn1-0.6.1 pyasn1-modules-0.4.1 pycparser-2.22 pydantic-2.10.5 pydantic-core-2.27.2 pygments-2.19.1 pyjwt-2.10.1 pyparsing-3.2.1 python-daemon-3.1.2 python-dateutil-2.9.0.post0 python-multipart-0.0.20 python-nvd3-0.16.0 python-slugify-8.0.4 pytz-2024.2 pyyaml-6.0.2 redis-5.2.1 redshift_connector-2.1.5 referencing-0.35.1 requests-2.32.3 requests_toolbelt-1.0.0 rfc3339-validator-0.1.4 rich-13.9.4 rich-argparse-1.6.0 rpds-py-0.22.3 rsa-4.9 s3transfer-0.10.4 scikit-learn-1.6.1 scipy-1.15.0 scramp-1.4.5 setproctitle-1.3.4 six-1.17.0 smmap-5.0.2 sniffio-1.3.1 soupsieve-2.6 sqlalchemy-1.4.54 sqlalchemy-jsonfield-1.0.2 sqlalchemy-utils-0.41.2 sqlalchemy_redshift-0.8.14 sqlparse-0.5.3 starlette-0.45.2 tabulate-0.9.0 tenacity-9.0.0 termcolor-2.5.0 text-unidecode-1.3 threadpoolctl-3.5.0 time-machine-2.16.0 tornado-6.4.2 typing-extensions-4.12.2 tzdata-2024.2 uc-micro-py-1.0.3 unicodecsv-0.14.1 urllib3-2.3.0 vine-5.1.0 watchtower-3.3.1 wcwidth-0.2.13 werkzeug-3.1.3 wrapt-1.17.0 yarl-1.18.3 zipp-3.21.0
$ mkdir -p $AIRFLOW_DATA_DIR
$ cp $DATA_PATH $AIRFLOW_DATA_DIR
section_end:1736523665:step_script
section_start:1736523665:archive_cache
Saving cache for successful job
Creating cache main-1-protected...
WARNING: processPath: artifact path is not a subpath of project directory: /opt/airflow/data 
Archive is up to date!                             
Created cache
section_end:1736523666:archive_cache
section_start:1736523666:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1736523667:cleanup_file_variables
Job succeeded