-1

I was just exploring the USQL and thought one scenario where in I need reuse the existing Cosmos (scope) view in my USQL. First thing , is it possible to consume the Scope view in USQL? If its possible then how we can do that?

Thanks.

Abhi
  • 341
  • 1
  • 6
  • 23

1 Answers1

0

Can you please use the Microsoft internal stackoverflow for Cosmos and SCOPE related questions in the future?

Secondly, you will not be able to call into SCOPE code from U-SQL. You will be able to mix SCOPE scripts and U-SQL scripts in your pipeline, but each needs to be standalone.

Michael Rys
  • 6,684
  • 15
  • 23