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
4 changes: 2 additions & 2 deletions dummy_agent/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ RUN pip install apache-airflow==2.9.1 \

From agent-base as agent

ARG FLYTEKIT_VERSION=c3a754f9b32d7b99371ea773978b14d819911e87
ARG FLYTE_VERSION=c61d976c6f1d934d38afc3097a64f45f36b7c7ad
ARG FLYTEKIT_VERSION=31a6fc814682db508fd49bb35cb6a882ec936832
ARG FLYTE_VERSION=5f6d682cb7f5d417f217c61393ce62fff4dbeb8c

RUN pip install -U "git+https://github.com/flyteorg/flytekit.git@$FLYTEKIT_VERSION"
RUN pip install -U "git+https://github.com/flyteorg/flytekit.git@$FLYTEKIT_VERSION#subdirectory=plugins/flytekit-airflow"
Expand Down
4 changes: 2 additions & 2 deletions workflow/integration_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ def case_study_wf():

@workflow(failure_policy=WorkflowFailurePolicy.FAIL_AFTER_EXECUTABLE_NODES_COMPLETE)
def flyte_agent_wf():
airflow_wf()
bigquery_wf()
# airflow_wf()
# bigquery_wf()
sensor_wf()
dummy_agents_wf()

Expand Down