Azure-Samples / modern-data-warehouse-dataops

DataOps for the Modern Data Warehouse on Microsoft Azure. https://aka.ms/mdw-dataops.
MIT License
570 stars 451 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