Dataflow API (dataflow:v1b3)

2023-01-26

1 removed method

Deletions

    Methods
  • dataflow.projects.locations.sql.validate

      Flat Path: v1b3/projects/{projectId}/locations/{location}/sql:validate

      Parameter Order:

    • projectId
    • location
    • Description: Validates a GoogleSQL query for Cloud Dataflow syntax. Will always confirm the given query parses correctly, and if able to look up schema information from DataCatalog, will validate that the query analyzes properly as well.

      Path: v1b3/projects/{projectId}/locations/{location}/sql:validate

      HTTP Method: GET

      Scopes:

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/userinfo.email
    • Parameters:

        location

          Type: string

          Required: Yes

          Description: The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to which to direct the request.

          Location: path

        query

          Description: The sql query to validate.

          Type: string

          Location: query

        projectId

          Required: Yes

          Type: string

          Location: path

          Description: Required. The ID of the Cloud Platform project that the job belongs to.