Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a GenericTransfer operator #338

Merged
merged 1 commit into from
Aug 31, 2015
Merged

Adding a GenericTransfer operator #338

merged 1 commit into from
Aug 31, 2015

Conversation

mistercrunch
Copy link
Member

Moves data from a connection to another, assuming that they both
provide the required methods in their respective hooks. The source hook
needs to expose a get_records method, and the destination a
insert_rows method.

This is mean to be used on small-ish datasets that fit in memory.

mistercrunch added a commit that referenced this pull request Aug 31, 2015
Adding a GenericTransfer operator
@mistercrunch mistercrunch merged commit 971d9f8 into master Aug 31, 2015
@mistercrunch mistercrunch deleted the generic_transfer branch August 31, 2015 22:15
cong-zhu pushed a commit to cong-zhu/airflow that referenced this pull request Feb 6, 2020
[AIRBNB] add more debug logging for double fire, to be reverted
mobuchowski added a commit to mobuchowski/airflow that referenced this pull request Jan 4, 2022
… it as decorator (apache#338)

Signed-off-by: Maciej Obuchowski <maciej.obuchowski@getindata.com>

Co-authored-by: Willy Lulciuc <willy@datakin.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant