Azure Data Factory allows connecting to a Git repository for source control, partial saves, better collaboration among data engineers and better CI/CD. As of this writing, Azure Repos and GitHub are ...
I've been using this for 6+ months, and it's been awesome! Thank you!
I started getting warnings like the following, about using deprecated stuff:
Using unsupported node version: 14.21.3, use version 18.x to avoid running into failures.
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/
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: azure/login@v1, actions/download-artifact@v3.0.2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
I ignored them! But today, it may have finally fallen apart without maintenance, as pictured below. I'd love to fix the error, and use the latest code to also eliminate the warnings. I know ADF and data engineering, but I don't know YAML or Node.js at all. Any help on updating this code would be so very appreciated...