Skip to content

Commit

Permalink
Merge pull request #18 from DouweM/fix-airflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DouweM authored Feb 19, 2024
2 parents 30c9510 + 7c94fba commit e8863f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt-get update
RUN apt-get install -y curl
# TODO: Make this work
# RUN export PIXLET_VERSION=$(curl https://raw.githubusercontent.com/tidbyt/community/main/PIXLET_VERSION | sed 's/v//')
ARG PIXLET_VERSION=0.28.3
ARG PIXLET_VERSION=0.28.7
RUN echo $PIXLET_VERSION
RUN curl -L -o pixlet.tar.gz https://github.com/tidbyt/pixlet/releases/download/v${PIXLET_VERSION}/pixlet_${PIXLET_VERSION}_${TARGETOS}_${TARGETARCH}.tar.gz
RUN tar -xvf pixlet.tar.gz
Expand Down
4 changes: 2 additions & 2 deletions plugins/plugins.meltano.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ plugins:
utilities:
- name: airflow
variant: apache
pip_url: git+https://github.com/meltano/airflow-ext.git@main apache-airflow==2.7.0 psycopg2-binary
--constraint https://raw.githubusercontent.com/apache/airflow/constraints-2.7.0/constraints-3.11.txt
pip_url: git+https://github.com/meltano/airflow-ext.git@main apache-airflow==2.8.1 psycopg2-binary
--constraint https://raw.githubusercontent.com/apache/airflow/constraints-2.8.1/constraints-no-providers-${MELTANO__PYTHON_VERSION}.txt
config:
core:
dags_folder: $MELTANO_PROJECT_ROOT/plugins/airflow/dags
Expand Down

0 comments on commit e8863f3

Please sign in to comment.