Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
FROM quay.io/astronomer/astro-runtime:11.7.0
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

3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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