Azure-Samples / modern-data-warehouse-dataops

DataOps for Microsoft Data Platform technologies. https://aka.ms/dataops-repo
MIT License
591 stars 463 forks source link

fix: opencensus version and upgrade spark version #589

Closed devlace closed 1 year ago

devlace commented 1 year ago

Type of PR

Purpose

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

Author pre-publish checklist

Validation steps

Issues Closed or Referenced

promisinganuj commented 1 year ago

I think we need the opencensus-ext-azure package in requirements file instead:

opencensus-ext-azure==1.1.7
devlace commented 1 year ago

I think we need the opencensus-ext-azure package in requirements file instead:

opencensus-ext-azure==1.1.7

Done