Skip to content

OpenLineage Build and Release #29

OpenLineage Build and Release

OpenLineage Build and Release #29

Manually triggered April 23, 2024 21:11
Status Failure
Total duration 40s
Artifacts

ol-ci.yml

on: workflow_dispatch
Deploy to Dev
0s
Deploy to Dev
Deploy to Test
0s
Deploy to Test
Deploy to PT
0s
Deploy to PT
Fit to window
Zoom out
Zoom in

Annotations

1 error and 16 warnings
Build
Process completed with exit code 127.
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build: function-app/adb-to-purview/tests/unit-tests/Function.Domain/Helpers/PurviewClientHelperTests.cs#L35
Theory methods should have parameters (https://xunit.github.io/xunit.analyzers/rules/xUnit1006)
Build: function-app/adb-to-purview/tests/unit-tests/Function.Domain/Helpers/PurviewClientHelperTests.cs#L60
Theory methods should have parameters (https://xunit.github.io/xunit.analyzers/rules/xUnit1006)
Build: function-app/adb-to-purview/tests/unit-tests/Function.Domain/Helpers/PurviewClientHelperTests.cs#L82
Theory methods should have parameters (https://xunit.github.io/xunit.analyzers/rules/xUnit1006)
Build: function-app/adb-to-purview/tests/unit-tests/Function.Domain/Helpers/PurviewClientHelperTests.cs#L97
Do not use Assert.Equal() to check for boolean conditions. (https://xunit.github.io/xunit.analyzers/rules/xUnit2004)
Build: function-app/adb-to-purview/src/Function.Domain/Services/OlConsolidateEnrichSynapse.cs#L93
Possible null reference argument for parameter 'olEvent' in 'Task<Event?> OlSynapseMessageConsolidation.ConsolidateEventAsync(Event olEvent, string runId)'.
Build: function-app/adb-to-purview/src/Function.Domain/Helpers/OlProcessing/OlMessageConsolodation.cs#L42
Non-nullable field '_storageConStr' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build: function-app/adb-to-purview/src/Function.Domain/Helpers/parser/DatabricksToPurviewParser.cs#L44
Possible null reference argument for parameter 'value' in 'ParserSettings? JsonConvert.DeserializeObject<ParserSettings>(string value)'.
Build: function-app/adb-to-purview/src/Function.Domain/Helpers/OlProcessing/Synapse/OlSynapseMessageConsolidation.cs#L119
Argument of type 'List<Inputs?>' cannot be used for parameter 'collection' of type 'IEnumerable<Inputs>' in 'void List<Inputs>.AddRange(IEnumerable<Inputs> collection)' due to differences in the nullability of reference types.