-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #186 from MattTriano/upgrade_airflow_to_2_7_2
Upgrades Airflow version to 2.7.2 (and dbt to 1.6.3 and pgAdmin4 to 7.7)
- Loading branch information
Showing
5 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
FROM ghcr.io/dbt-labs/dbt-postgres:1.5.2 | ||
FROM ghcr.io/dbt-labs/dbt-postgres:1.6.3 | ||
WORKDIR /usr/app | ||
ENTRYPOINT ["bash"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
FROM dpage/pgadmin4:7.5 | ||
FROM dpage/pgadmin4:7.7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
black==23.7 | ||
dbt-core==1.5.2 | ||
black==23.9.1 | ||
dbt-core==1.6.3 | ||
dbt-extractor==0.4.1 | ||
dbt-postgres==1.5.2 | ||
dbt-postgres==1.6.3 | ||
Fiona==1.9.3 | ||
GeoAlchemy2==0.14.0 | ||
geopandas==0.13.2 | ||
great-expectations==0.17.5 | ||
GeoAlchemy2==0.14.1 | ||
geopandas==0.14.0 | ||
great-expectations==0.17.22 | ||
jupyterlab | ||
jupyterlab-pygments==0.2.2 | ||
jupyterlab-widgets==3.0.8 | ||
jupyterlab-widgets==3.0.9 | ||
networkx==2.8.8 | ||
pyproj==3.6.0 | ||
pytest==7.4.0 | ||
pyproj==3.6.1 | ||
pytest==7.4.2 | ||
pytest-mock==3.11.1 | ||
Rtree==1.0.1 | ||
scikit-learn==1.3.0 | ||
scipy==1.11.1 | ||
scikit-learn==1.3.1 | ||
scipy==1.11.3 | ||
shapely |