Skip to content

Commit e8863f3

Browse files
authored
Merge pull request #18 from DouweM/fix-airflow
2 parents 30c9510 + 7c94fba commit e8863f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN apt-get update
1414
RUN apt-get install -y curl
1515
# TODO: Make this work
1616
# RUN export PIXLET_VERSION=$(curl https://raw.githubusercontent.com/tidbyt/community/main/PIXLET_VERSION | sed 's/v//')
17-
ARG PIXLET_VERSION=0.28.3
17+
ARG PIXLET_VERSION=0.28.7
1818
RUN echo $PIXLET_VERSION
1919
RUN curl -L -o pixlet.tar.gz https://github.com/tidbyt/pixlet/releases/download/v${PIXLET_VERSION}/pixlet_${PIXLET_VERSION}_${TARGETOS}_${TARGETARCH}.tar.gz
2020
RUN tar -xvf pixlet.tar.gz

plugins/plugins.meltano.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ plugins:
3333
utilities:
3434
- name: airflow
3535
variant: apache
36-
pip_url: git+https://github.com/meltano/airflow-ext.git@main apache-airflow==2.7.0 psycopg2-binary
37-
--constraint https://raw.githubusercontent.com/apache/airflow/constraints-2.7.0/constraints-3.11.txt
36+
pip_url: git+https://github.com/meltano/airflow-ext.git@main apache-airflow==2.8.1 psycopg2-binary
37+
--constraint https://raw.githubusercontent.com/apache/airflow/constraints-2.8.1/constraints-no-providers-${MELTANO__PYTHON_VERSION}.txt
3838
config:
3939
core:
4040
dags_folder: $MELTANO_PROJECT_ROOT/plugins/airflow/dags

0 commit comments

Comments
 (0)