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

[Synapse] - Add support for workspace package #15727

Merged
merged 5 commits into from
Aug 30, 2021

Conversation

idear1203
Copy link
Contributor

@idear1203 idear1203 commented Aug 23, 2021

Description

When developing custom applications or models, your team may develop various code artifacts like wheel or jar files to package your code.

In Synapse, workspace packages can be custom or private wheel or jar files. You can upload these packages to your workspace and later assign them to a specific Spark pool. Once assigned, these workspace packages are automatically installed on all Spark pool sessions.

More details can be found here: https://docs.microsoft.com/en-us/azure/synapse-analytics/spark/apache-spark-azure-portal-add-libraries#workspace-packages

Checklist

  • I have read the Submitting Changes section of CONTRIBUTING.md
  • The title of the PR is clear and informative
  • The appropriate ChangeLog.md file(s) has been updated:
    • For any service, the ChangeLog.md file can be found at src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
    • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header -- no new version header should be added
  • The PR does not introduce breaking changes
  • If applicable, the changes made in the PR have proper test coverage
  • For public API changes to cmdlets:

@idear1203 idear1203 force-pushed the synapse_package_management branch from 3818844 to 8209a0f Compare August 24, 2021 09:23
@idear1203 idear1203 marked this pull request as ready for review August 26, 2021 03:16
@idear1203 idear1203 force-pushed the synapse_package_management branch from 8209a0f to 6636029 Compare August 26, 2021 03:19
@VeryEarly VeryEarly self-assigned this Aug 26, 2021
Copy link
Contributor

@VeryEarly VeryEarly left a comment

Choose a reason for hiding this comment

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

  • please add license to files in this module

  • please add test cases for new cmdlets

@idear1203
Copy link
Contributor Author

Created a GitHub to track license header issue: #15756

@idear1203 idear1203 force-pushed the synapse_package_management branch from 6636029 to a76a295 Compare August 26, 2021 09:46
@idear1203 idear1203 force-pushed the synapse_package_management branch from a76a295 to 385924b Compare August 27, 2021 04:55
@VeryEarly VeryEarly merged commit b2c3af2 into Azure:main Aug 30, 2021
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.

2 participants