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

[API] Create a new method to get files directly from repositories df #62

Closed
ajnavarro opened this issue Sep 28, 2017 · 0 comments
Closed
Assignees

Comments

@ajnavarro
Copy link
Contributor

We need a new method that would get files from repositories using several filters to improve performance.

The first step is to add two new columns to files relation:

  • repository_id
  • reference_name

Then, we should create a new api method, something like:

def getFiles(repositoriesIds:Seq[String],referenceNames:Seq[String],commitHashes:Seq[String]):DataFrame
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

No branches or pull requests

2 participants