-
Notifications
You must be signed in to change notification settings - Fork 482
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
[Databricks E2E] Changes to zip REST API and Integrate with ADF. #1041
base: e2e/databricks/parking-sensors-V1
Are you sure you want to change the base?
[Databricks E2E] Changes to zip REST API and Integrate with ADF. #1041
Conversation
@ydaponte pointed out that since we are using the existing cluster, we don't need the wheel as an appended library in the ADF Pipeline. I removed it as unnecessary. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggesting some changes - there are 2 things that won't work. The shebang is missing on your app service bash script and the CI pipeline deploy-adf-job is going to fail because is referring to an old field of the databricks linked service definition. Thanks for the great work so far!
e2e_samples/parking_sensors/databricks/libs/ddo_transform-localdev-py2.py3-none-any.whl
Outdated
Show resolved
Hide resolved
e2e_samples/parking_sensors/devops/templates/jobs/deploy-adf-job.yml
Outdated
Show resolved
Hide resolved
e2e_samples/parking_sensors/src/ddo_transform/.devcontainer/Dockerfile
Outdated
Show resolved
Hide resolved
e2e_samples/parking_sensors/src/ddo_transform/.devcontainer/Dockerfile
Outdated
Show resolved
Hide resolved
…ckerfile Co-authored-by: Yennifer Santos <46519584+ydaponte@users.noreply.github.com>
…mples/modern-data-warehouse-dataops into brsherwi/integrate-rest
Type of PR
Purpose
This PR is to integrate the REST API into the Azure Data Factory process. We removed the binary ZIP package for deployment and build that as part of the deployment process.
In addition to modifying the Linked Services to use the new REST endpoints, we also modified the Databricks activity to use the
ddo_cluster
that was set up during the deployment. This allows the cluster to be shared rather than spinning up a cluster for each databricks task to "standardize" and "transform" the data.Author pre-publish checklist
Validation steps
ddo_cluster
Issues Closed or Referenced