OpenLineage Build and Release #23
ol-ci.yml
on: workflow_dispatch
Deployment protection rules
Reviewers, timers, and other rules protecting deployments in this run
Event | Environments |
---|---|
lapellaniz
approved
|
pt |
Annotations
1 error and 30 warnings
Deploy to PT
Login failed with Error: Not all parameters are provided in 'creds'. Double-check if all keys are defined in 'creds': 'clientId', 'clientSecret', 'subscriptionId', 'tenantId'.. Make sure 'az' is installed on the runner. If 'enable-AzPSSession' is true, make sure 'pwsh' is installed on the runner together with Azure PowerShell module. Double check if the 'auth-type' is correct. Refer to https://github.com/Azure/login#readme for more information.
|
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v1, actions/upload-artifact@v3. 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/OlProcessing/ValidateOlEventTests.cs#L23
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build:
function-app/adb-to-purview/tests/unit-tests/Function.Domain/Helpers/OlProcessing/ValidateOlEventTests.cs#L38
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build:
function-app/adb-to-purview/tests/unit-tests/Function.Domain/Helpers/OlProcessing/ValidateOlEventTests.cs#L53
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build:
function-app/adb-to-purview/tests/unit-tests/Function.Domain/Helpers/OlProcessing/OlSynapseMessageEnrichmentTests.cs#L45
Dereference of a possibly null reference.
|
Build:
function-app/adb-to-purview/tests/unit-tests/Function.Domain/Helpers/OlProcessing/OlSynapseMessageEnrichmentTests.cs#L65
Dereference of a possibly null reference.
|
Build:
function-app/adb-to-purview/tests/unit-tests/Function.Domain/Helpers/OlProcessing/OlSynapseMessageEnrichmentTests.cs#L84
Dereference of a possibly null reference.
|
Build:
function-app/adb-to-purview/tests/unit-tests/Function.Domain/Helpers/OlProcessing/OlSynapseMessageEnrichmentTests.cs#L102
Dereference of a possibly null reference.
|
Build:
function-app/adb-to-purview/tests/unit-tests/Function.Domain/Helpers/OlProcessing/OlSynapseMessageConsolidationTests.cs#L51
Dereference of a possibly null reference.
|
Build:
function-app/adb-to-purview/tests/unit-tests/Function.Domain/Helpers/OlProcessing/OlSynapseMessageConsolidationTests.cs#L79
Dereference of a possibly null reference.
|
Build:
function-app/adb-to-purview/tests/unit-tests/Function.Domain/Helpers/OlProcessing/OlSynapseMessageConsolidationTests.cs#L128
Dereference of a possibly null reference.
|
Build:
function-app/adb-to-purview/src/Function.Domain/Services/OlConsolidateEnrichSynapse.cs#L88
Possible null reference assignment.
|
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/Services/OlConsolidateEnrichSynapse.cs#L93
Possible null reference assignment.
|
Build:
function-app/adb-to-purview/src/Function.Domain/Services/OlConsolidateEnrichSynapse.cs#L148
Dereference of a possibly null reference.
|
Build:
function-app/adb-to-purview/src/Function.Domain/Providers/SynapseClientProvider.cs#L290
Possible null reference return.
|
Build:
function-app/adb-to-purview/src/Function.Domain/Providers/SynapseClientProvider.cs#L300
Possible null reference return.
|
Build:
function-app/adb-to-purview/src/Function.Domain/Helpers/OlProcessing/OlMessageConsolodation.cs#L46
Possible null reference assignment.
|
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.
|
Deploy to Dev
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/download-artifact@v2, 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 Dev
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/download-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Deploy to Dev
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/
|
Deploy to Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/download-artifact@v2, 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 following actions uses node12 which is deprecated and will be forced to run on node16: actions/download-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
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/
|
Deploy to PT
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/download-artifact@v2, azure/login@v1.5.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Deploy to PT
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/download-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
build_artifacts
Expired
|
7.49 MB |
|
mappings
Expired
|
7.43 KB |
|