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

Create Fabric notebook for setup steps #843

Closed
Tracked by #779
sreedhar-guda opened this issue Nov 14, 2024 · 2 comments
Closed
Tracked by #779

Create Fabric notebook for setup steps #843

sreedhar-guda opened this issue Nov 14, 2024 · 2 comments
Assignees
Labels
e2e: fabric Related with E2E Fabric Sample

Comments

@sreedhar-guda
Copy link
Contributor

sreedhar-guda commented Nov 14, 2024

Create Fabric notebook for setup steps using existing Databricks notebook as a reference.

DoD:

  • Fabric notebook with all the setup steps required for parking sensor. This includes:
    • Datalake house
    • Schemas
    • Tables

Related to #842

Implemented in #862

@sreedhar-guda
Copy link
Contributor Author

  • Created notebook for setup activity. This is a full working example with all the steps: inputs params, mounting, OTEL logging and fully implemented code functions to create schemas and tables.
  • Created notebooks for Standardization and Transform steps. These are similar to Setup notebook - but the code functions are right now dummy, while rest of it like params, OTEL implementation is all set. Once ready, developers can fill that portion and rest of the portion/s need not be updated.
  • Added datapipeline with all notebooks, The pipeline is coded to support high concurrency executions if the feature is enabled at workspace level for data pipelines. This would be equiavalent to using %run_multiple to call notebooks using another notebook. All notebooks are also re-written to support high concurrency executions.

@promisinganuj
Copy link
Contributor

This has been completed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
e2e: fabric Related with E2E Fabric Sample
Projects
None yet
Development

No branches or pull requests

3 participants