Skip to content

OpenLineage Build and Release #40

OpenLineage Build and Release

OpenLineage Build and Release #40

Re-run triggered May 1, 2024 21:41
Status Success
Total duration 2m 11s
Artifacts 3

ol-ci.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Deployment protection rules

Reviewers, timers, and other rules protecting deployments in this run
Event Environments Comment
lapellaniz
approved May 1, 2024
int

Annotations

16 warnings
Build: function-app/adb-to-purview/tests/unit-tests/Function.Domain/Helpers/PurviewClientHelperTests.cs#L35
Theory methods should have parameters. Add parameter(s) to the theory method. (https://xunit.net/xunit.analyzers/rules/xUnit1006)
Build: function-app/adb-to-purview/tests/unit-tests/Function.Domain/Helpers/PurviewClientHelperTests.cs#L60
Theory methods should have parameters. Add parameter(s) to the theory method. (https://xunit.net/xunit.analyzers/rules/xUnit1006)
Build: function-app/adb-to-purview/tests/unit-tests/Function.Domain/Helpers/PurviewClientHelperTests.cs#L82
Theory methods should have parameters. Add parameter(s) to the theory method. (https://xunit.net/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. Use Assert.True instead. (https://xunit.net/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/Program.cs#L37
'ApplicationInsightsLoggingBuilderExtensions.AddApplicationInsights(ILoggingBuilder, string)' is obsolete: 'InstrumentationKey based global ingestion is being deprecated. Use the AddApplicationInsights() overload which accepts Action<TelemetryConfiguration> and set TelemetryConfiguration.ConnectionString. See https://github.com/microsoft/ApplicationInsights-dotnet/issues/2560 for more details.'
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)'.
Deploy to Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: azure/login@v1.5.0, azure/powershell@v1, azure/functions-action@v1.5.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Deploy to Test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/