We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7db1ea3 commit cb94a7aCopy full SHA for cb94a7a
function-app/adb-to-purview/src/Function.Domain/Helpers/parser/DatabricksToPurviewParser.cs
@@ -281,7 +281,6 @@ public DatabricksProcess GetDatabricksProcess(string taskQn)
281
var databricksProcess = new DatabricksProcess();
282
//var ColumnAttributes = new ColumnLevelAttributes();
283
var inputs = new List<InputOutput>();
284
- _logger.LogInformation("Number of inputs: {}", _eEvent.OlEvent!.Inputs.Count);
285
foreach (IInputsOutputs input in _eEvent.OlEvent!.Inputs)
286
{
287
inputs.Add(GetInputOutputs(input));
0 commit comments