Skip to content

Add parameter chunksize to DbToDbOperator #198

Open
@augusto-herrmann

Description

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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