0
votes

I have a scenario to copy output of GET Metadata activity into a SQL table. Can I do this directly without using Databricks notebook?

1

1 Answers

0
votes

You can make use of look up activity.

GetMetadata -> Lookup

And write insert SQL statement in Query, or use stored procedure.

enter image description here