Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to capture lineage in workspace #215

Open
HBsunflower opened this issue Aug 22, 2023 · 1 comment
Open

unable to capture lineage in workspace #215

HBsunflower opened this issue Aug 22, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@HBsunflower
Copy link

Exception while executing function: Functions.OpenLineageIn Result: Failure
Exception: System.Collections.Generic.KeyNotFoundException: The given key 'run' was not present in the dictionary.
at System.Collections.Generic.Dictionary2.get_Item(TKey key) at System.Collections.ObjectModel.ReadOnlyDictionary2.get_Item(TKey key)
at Function.Domain.Middleware.ScopedLoggingMiddleware.Invoke(FunctionContext context, FunctionExecutionDelegate next) in D:\a\Purview-ADB-Lineage-Solution-Accelerator\Purview-ADB-Lineage-Solution-Accelerator\function-app\adb-to-purview\src\Function.Domain\Middleware\ScopedLogging.cs:line 38
at Microsoft.Azure.Functions.Worker.GrpcWorker.InvocationRequestHandlerAsync(InvocationRequest request, IFunctionsApplication application, IInvocationFeaturesFactory invocationFeaturesFactory, ObjectSerializer serializer, IOutputBindingsInfoProvider outputBindingsInfoProvider) in D:\a\1\s\src\DotNetWorker.Grpc\GrpcWorker.cs:line 166
Stack: at System.Collections.Generic.Dictionary2.get_Item(TKey key) at System.Collections.ObjectModel.ReadOnlyDictionary2.get_Item(TKey key)
at Function.Domain.Middleware.ScopedLoggingMiddleware.Invoke(FunctionContext context, FunctionExecutionDelegate next) in D:\a\Purview-ADB-Lineage-Solution-Accelerator\Purview-ADB-Lineage-Solution-Accelerator\function-app\adb-to-purview\src\Function.Domain\Middleware\ScopedLogging.cs:line 38
at Microsoft.Azure.Functions.Worker.GrpcWorker.InvocationRequestHandlerAsync(InvocationRequest request, IFunctionsApplication application, IInvocationFeaturesFactory invocationFeaturesFactory, ObjectSerializer serializer, IOutputBindingsInfoProvider outputBindingsInfoProvider) in D:\a\1\s\src\DotNetWorker.Grpc\GrpcWorker.cs:line 166

@HBsunflower HBsunflower added the bug Something isn't working label Aug 22, 2023
@wjohnson
Copy link
Collaborator

@HBsunflower I know this issue is ancient at this point but do you have any additional details?

This should only occur if the OpenLineage payload is malformed as it will always include the run key.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants