Skip to content

Add parameter chunksize to DbToCSVOperator #198

@augusto-herrmann

Description

@augusto-herrmann

The DbToDbHook has a chunksize parameter:

chunksize: int = 1000,

But the DbToDbOperator does not:

So it is not currently possible to define a chunk size in a DAG using the operator.

A chunksize argument to the operator so that it can be used. The code should pass it on to the hook if used.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions