Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PollAirflowCommandRequest

import type { PollAirflowCommandRequest } from "https://googleapis.deno.dev/v1/composer:v1.ts";

Poll Airflow Command request.

interface PollAirflowCommandRequest {
executionId?: string;
nextLineNumber?: number;
pod?: string;
podNamespace?: string;
}

§Properties

§
executionId?: string
[src]

The unique ID of the command execution.

§
nextLineNumber?: number
[src]

Line number from which new logs should be fetched.

§
pod?: string
[src]

The name of the pod where the command is executed.

§
podNamespace?: string
[src]

The namespace of the pod where the command is executed.