Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw committed Apr 5, 2024
1 parent e28dd39 commit 12c3cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/flytekit-airflow/flytekitplugins/airflow/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ async def get(self, resource_meta: AirflowMetadata, **kwargs) -> Resource:
return Resource(
phase=cur_phase,
message=message,
log_links=get_log_links(airflow_operator_instance, resource_meta.airflow_operator.parameters),
log_links=get_log_links(airflow_operator_instance, airflow_trigger_instance),
)

async def delete(self, resource_meta: AirflowMetadata, **kwargs):
Expand Down

0 comments on commit 12c3cc5

Please sign in to comment.