From 48e169c476ee770d61e4296d3706b134463e409f Mon Sep 17 00:00:00 2001 From: GuilhermeBarnekow <167263433+GuilhermeBarnekow@users.noreply.github.com> Date: Mon, 9 Sep 2024 12:11:30 -0300 Subject: [PATCH 1/2] Update Dockerfile --- Dockerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3bf95d1c..b74ba822 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1 +1,5 @@ -FROM quay.io/astronomer/astro-runtime:11.7.0 \ No newline at end of file +FROM quay.io/astronomer/astro-runtime:11.7.0 + +RUN pip install apache-airflow-providers-mongo==4.2.0 +RUN pip install apache-airflow-providers-snowflake==5.7.0 + From 3809067dd243da3836e5c6cb7f1725c0024ef589 Mon Sep 17 00:00:00 2001 From: GuilhermeBarnekow <167263433+GuilhermeBarnekow@users.noreply.github.com> Date: Mon, 9 Sep 2024 12:11:54 -0300 Subject: [PATCH 2/2] Update requirements.txt --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.txt b/requirements.txt index 4e0af792..a7275ead 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,4 @@ # Astro Runtime includes the following pre-installed providers packages: https://docs.astronomer.io/astro/runtime-image-architecture#provider-packages +pymongo +datetime +pendulum