{"id":21221269,"url":"https://github.com/azure/data-factory-validate-action","last_synced_at":"2025-07-10T12:31:49.403Z","repository":{"id":41211366,"uuid":"407256403","full_name":"Azure/data-factory-validate-action","owner":"Azure","description":"GitHub Action that validates all of the Azure Data Factory resources in the Git repository","archived":false,"fork":false,"pushed_at":"2021-10-29T20:28:52.000Z","size":26,"stargazers_count":7,"open_issues_count":3,"forks_count":6,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-04-02T15:18:20.338Z","etag":null,"topics":["azure","data-factory","github-actions"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Azure.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null}},"created_at":"2021-09-16T17:29:33.000Z","updated_at":"2024-06-13T10:22:11.008Z","dependencies_parsed_at":"2023-01-05T13:22:47.202Z","dependency_job_id":null,"html_url":"https://github.com/Azure/data-factory-validate-action","commit_stats":{"total_commits":25,"total_committers":5,"mean_commits":5.0,"dds":"0.43999999999999995","last_synced_commit":"33888e2158a126dd90c6ad51aeffb9983b0bb55b"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fdata-factory-validate-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fdata-factory-validate-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fdata-factory-validate-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fdata-factory-validate-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Azure","download_url":"https://codeload.github.com/Azure/data-factory-validate-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225638559,"owners_count":17500597,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["azure","data-factory","github-actions"],"created_at":"2024-11-20T22:26:18.014Z","updated_at":"2024-11-20T22:26:18.581Z","avatar_url":"https://github.com/Azure.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"## ⚠️ Important Notice\n\n***This repository has been archived and is no longer maintained.*** Some alternatives are:  \n  \n1. **Using the action \"as is\"**: You are welcome to use the action from the marketplace.  \n2. **Fork the repository**: Feel free to fork this repository and continue its development to attend your needs under the terms of the project [LICENSE](./LICENSE).\n3. **Build your own action**: Create your action by interacting with the [azure-data-factory-utilities](https://www.npmjs.com/package/@microsoft/azure-data-factory-utilities) npm package.\n\n# Azure Data Factory Validate Action\n\nGitHub Action that validates all of the Azure Data Factory resources in your Git repository using the [Azure Data Factory utilities](https://www.npmjs.com/package/@microsoft/azure-data-factory-utilities) package.\n\n## When to use\n\nThe action is particularly useful on Continuous Integration (CI) workflows, where a step can be added to check if all Data Factory resources (e.g. pipelines, activities, linked services, datasets, etc) in the target Git branch are valid before applying the changes during the Continuous Deployment (CD) phase.\n\n## Getting Started\n\n### Prerequisites\n\n* Ensure your Data Factory is connected with a Git repository. For more info, see [Connect to a Git repository](https://docs.microsoft.com/en-us/azure/data-factory/source-control#connect-to-a-git-repository) and [Bicep \u0026 ARM Template formats](https://docs.microsoft.com/en-us/azure/templates/microsoft.datafactory/factories?tabs=bicep).\n\n### Example Usage\n\n```yml\nsteps:\n  - name: Validate Data Factory resources\n    uses: Azure/data-factory-validate-action@v1.1.6\n    # with:\n    #   path: ./mydir [optional]\n    #   id: \u003cdata factory resource ID\u003e [optional]\n```\n\n### Inputs\n\n- `path` (optional): Directory that contains all Data Factory resources. Defaults to `./` directory.\n\n- `id` (optional): Data Factory resource ID. Defaults to `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup/providers/Microsoft.DataFactory/factories/dataFactory`.\n\n## Contributing\n\nThis project welcomes contributions and suggestions.  Most contributions require you to agree to a\nContributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us\nthe rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.\n\nWhen you submit a pull request, a CLA bot will automatically determine whether you need to provide\na CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions\nprovided by the bot. You will only need to do this once across all repos using our CLA.\n\nThis project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).\nFor more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or\ncontact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.\n\n## Trademarks\n\nThis project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft \ntrademarks or logos is subject to and must follow \n[Microsoft's Trademark \u0026 Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).\nUse of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.\nAny use of third-party trademarks or logos are subject to those third-party's policies.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazure%2Fdata-factory-validate-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazure%2Fdata-factory-validate-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazure%2Fdata-factory-validate-action/lists"}