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

remove stage_dataframe from the launcher interface #1220

Merged
merged 2 commits into from
Dec 10, 2020

Conversation

oavdeev
Copy link
Collaborator

@oavdeev oavdeev commented Dec 8, 2020

What this PR does / why we need it:
It was only implemented for EMR anyway. Also now that all upload paths are using the staging client, we can implement this once without having launcher-specific implementations.

Which issue(s) this PR fixes:

Does this PR introduce a user-facing change?:

NONE

@oavdeev
Copy link
Collaborator Author

oavdeev commented Dec 8, 2020

/kind housekeeping

def stage_dataframe(df, event_timestamp_column: str, client: "Client") -> FileSource:
launcher = resolve_launcher(client._config)
return launcher.stage_dataframe(df, event_timestamp_column)
def stage_dataframe(df, event_timestamp_column: str, config: Config) -> FileSource:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we add a basic description/comment?

Signed-off-by: Oleg Avdeev <[email protected]>
@feast-ci-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: oavdeev, woop

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@woop
Copy link
Member

woop commented Dec 9, 2020

/lgtm

@oavdeev oavdeev merged commit 8256b05 into feast-dev:master Dec 10, 2020
@oavdeev oavdeev deleted the refactor-stage-dataframe branch December 10, 2020 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants