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

[Unity Catalog] - Change Setup.py notebook (#982) and Programmatically create Date/Time Dims (#984) #995

Open
wants to merge 1 commit into
base: e2e/databricks/parking-sensors-V1
Choose a base branch
from

Conversation

thesqlpro
Copy link
Contributor

@thesqlpro thesqlpro commented Dec 27, 2024

Update the setup.py notebook to include changes for Unity Catalog and Date/Time Dimension creation.


Type of PR

  • Code changes
    Code changes to setup.py notebook

Purpose

This PR is designed to complete two tasks. The first is to upgrade the notebook to the usage of Unity Catalog. This included adding the USE CATALOG command but also removing mount points form table creations (Task #982). The second upgrade is dynamically creating Date and Time Dimensions as opposed to using mount points that are linked to ADLS locations of uploaded files (Task #984) .

Does this introduce a breaking change? If yes, details on what can break

Author pre-publish checklist

  • Tested Notebook both as a Unit Test and Via deployment
  • No PII in logs

Validation steps

  • Ran notebook inside Databricks
  • Ran notebook as part of the deployment process of the solution

Issues Closed or Referenced

#982
#984

#988)

* automate region vm + dbx type cluster in the region

* Update e2e_samples/parking_sensors/scripts/configure_databricks.sh

Co-authored-by: Elena Terenzi <[email protected]>

* filtering photon support

---------

Co-authored-by: Elena Terenzi <[email protected]>

# Type of PR
<!-- Removed items that do not match with your change. -->

- Documentation changes
- Code changes
- Test changes
- CI-CD changes
- GitHub Template changes

## Purpose
<!-- Describe the intention of the changes being proposed. What problem does it solve or functionality does it add? -->
- ...

## Does this introduce a breaking change? If yes, details on what can break

## Author pre-publish checklist
<!-- Please check check before publishing PR using "x". Remove a column if it's not applicable. -->
- [ ] Added test to prove my fix is effective or new feature works
- [ ] No PII in logs
- [ ] Made corresponding changes to the documentation

## Validation steps
<!-- Optional. -->
- ...

## Issues Closed or Referenced
<!-- This will automatically close the issue when the PR closes. -->
- Closes #issue_number
<!-- this references the issue but does not close with PR. -->
- References #issue_number
@thesqlpro thesqlpro self-assigned this Dec 27, 2024
@thesqlpro thesqlpro changed the title [E2E Databricks] - Automate region vm + dbx type cluster in the region (#988) [Unity Catalog] - Change Setup.py notebook (#982) Dec 27, 2024
@thesqlpro thesqlpro changed the title [Unity Catalog] - Change Setup.py notebook (#982) [Unity Catalog] - Change Setup.py notebook (#982) and Programmatically create Date/Time Dims (#984) Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant