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

[Fabric E2E Sample] Added updates on notebook and pipeline #959

Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
887e5ac
Added updates on notebook and pipeline
camaderal Dec 16, 2024
d1b3ab2
rename the standardize validation root folder
maye-msft Dec 17, 2024
077918b
Merge branch 'feat/e2e-fabric-dataops-sample-v0-2' into kitsune/noteb…
camaderal Dec 17, 2024
2d30d7c
Removed rest connection id
camaderal Dec 17, 2024
b8d084d
Removed changes to unneeded files
camaderal Dec 17, 2024
3a26318
Update 03_transform.ipynb to insert dim tables directly instead of us…
yuna-s Dec 17, 2024
6498bee
Linting and added download data to notebook
camaderal Dec 17, 2024
efe2e10
Merge branch 'kitsune/notebook_and_pipeline_updates' of https://githu…
camaderal Dec 17, 2024
6bcb4d4
Fixed linting errors
camaderal Dec 18, 2024
11d5a14
Fixed linting errors
camaderal Dec 18, 2024
90e8eb9
Fixed some issues with logging
camaderal Dec 19, 2024
6e25dee
Merge branch 'feat/e2e-fabric-dataops-sample-v0-2' into kitsune/noteb…
camaderal Dec 19, 2024
f169068
Merge remote-tracking branch 'origin/feat/e2e-fabric-dataops-sample-v…
promisinganuj Dec 23, 2024
5e2cecd
Merge remote-tracking branch 'origin/feat/e2e-fabric-dataops-sample-v…
promisinganuj Dec 24, 2024
506f625
add ddo_transform upload and update tests
yuna-s Dec 25, 2024
074405c
notebook updates
yuna-s Dec 25, 2024
25a132f
Linting update
yuna-s Dec 26, 2024
7d7e916
Update json format for ddo module test to pass lint
yuna-s Dec 26, 2024
53af889
Merge pull request #994 from Azure-Samples/kitsune/yuna/upload_ddo_tr…
yuna-s Jan 2, 2025
9b20a34
Merge remote-tracking branch 'origin/feat/e2e-fabric-dataops-sample-v…
promisinganuj Jan 2, 2025
30e4f1b
Merge remote-tracking branch 'origin/feat/e2e-fabric-dataops-sample-v…
promisinganuj Jan 10, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'feat/e2e-fabric-dataops-sample-v0-2' into kitsune/noteb…
…ook_and_pipeline_updates
  • Loading branch information
camaderal committed Dec 17, 2024
commit 077918b51ec156995a05ef867a54a664181ba765
3 changes: 2 additions & 1 deletion e2e_samples/fabric_dataops_sample/.envtemplate
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export EXISTING_FABRIC_CAPACITY_NAME=""
## Comma separated list. When creating a new Fabric capacity, these users/apps would be added as capacity admin. For users, mention "userPrincipalName". For principals (sp/mi), mention "Object ID". Don't add spaces after the comma.
export FABRIC_CAPACITY_ADMINS="yourusername@yourdomain,sp_mi_object_id"
# ADLS Gen2 connection variable
export ADLS_GEN2_CONNECTION_ID="" # The connection ID for the ADLS Gen2 Cloud Connection. If not provided, the ALDS Gen2 shortcut creation would be skipped.
## The connection ID for the ADLS Gen2 Cloud Connection. If not provided, the ALDS Gen2 shortcut creation would be skipped.
export ADLS_GEN2_CONNECTION_ID=""
# REST connection variable
export REST_DATA_SOURCE_CONNECTION_ID="" # The connection ID for the REST Data source Connection.
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.