Skip to content

Rename storeType to fetchType, FETCHONE to FETCH_ONE to follow JDBC plugin pattern #159

@akeller

Description

@akeller

Feature description

JDBC plugins follow a consistent pattern of using fetchType and fetchSize. In this plugin it looks like storeType is doing exactly what fetchType is doing, just with a different name. This should be consistent unless there is a technical reason why it's not.

FETCHONE should also be renamed to FETCH_ONE for consistency.

See https://kestra.io/plugins/plugin-gcp/bigquery/io.kestra.plugin.gcp.bigquery.query#properties_fetchType-body

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/pluginPlugin-related issue or feature request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions