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

Data source for spark versions #347

Closed
nfx opened this issue Sep 29, 2020 · 2 comments · Fixed by #439
Closed

Data source for spark versions #347

nfx opened this issue Sep 29, 2020 · 2 comments · Fixed by #439
Assignees
Labels
feature New feature or request
Milestone

Comments

@nfx
Copy link
Contributor

nfx commented Sep 29, 2020

Create data source for retrieving spark versions:

data "databricks_spark_version" "latest" {
    latest = true # default
    long_term_support = false # default
    ml = true # default - false
    gpu = true # default - false
    scala = "2.12" # default
}
@nfx
Copy link
Contributor Author

nfx commented Sep 30, 2020

within the scope of the issue, anyone working on it should replace spark_version with it everywhere in documentation and acceptance tests.

@nfx
Copy link
Contributor Author

nfx commented Oct 3, 2020

@yessawab

@nfx nfx added this to the 0.2.8 milestone Oct 5, 2020
@alexott alexott self-assigned this Oct 23, 2020
@alexott alexott removed their assignment Nov 6, 2020
@nfx nfx modified the milestones: v0.2.8, v0.3.0 Nov 6, 2020
@nfx nfx linked a pull request Dec 3, 2020 that will close this issue
alexott added a commit that referenced this issue Dec 9, 2020
alexott added a commit that referenced this issue Dec 10, 2020
alexott added a commit that referenced this issue Dec 10, 2020
alexott added a commit that referenced this issue Dec 10, 2020
alexott added a commit that referenced this issue Dec 10, 2020
@nfx nfx closed this as completed in #439 Dec 10, 2020
nfx pushed a commit that referenced this issue Dec 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
2 participants