Open sreedhar-guda opened 1 week ago
Suggestion: Have a naming convention in place and mentioned in the README.md
Here are the assets I am looking for from setup perspective:
@sreedhar-guda I believe most of these already are set in the current TF deployment scripts: https://github.com/Azure-Samples/modern-data-warehouse-dataops/blob/feat/e2e-fabric-dataops-sample/e2e_samples/fabric_dataops_sample/infra/terraform/locals.tf
Only thing missing is the reference data. We can just call those dim_time and dim_date.
Let's park the utilities lakehouse for now and keep it simple with just the existing lakehouse. (single lakehouse)
@promisinganuj @devlace @naga-nandyala
Currently spark queries will fail if the workspace name has a special character in it when using fully qualified names( FQN) for table references. See: https://learn.microsoft.com/en-us/fabric/data-engineering/lakehouse-schemas#public-preview-limitations for more details.
We are developing notebooks with FQN - which included workspace name as well as a best practice. Our Terraform modules use "-" in the name of the workspace. This will result in errors when running queries using FQN.
Options to address this:
Let me know if option 1 is something we are open to do. If not, I will update the notebook accordingly.
Work with the team to agree on the asset organization for Parking sensors lake house.
Env Questions:
What will be the runtime version?
What will be the git location for common ENV attached scripts?
Are we doing .whl files
Configurations and data files:
Workspace:
Can we not have special characters in the name?
Notebook Linting:
DoD: Agree on:
Related to #846