Feature Request: Import resources to Git repository in Data Factory. #8368
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
I encountered a scenario where the functionality available through the Azure portal GUI to import the current live Factory is not currently supported via the Azure SDK. (or i missed the feature completely in that case sorry) This is causing a limitation in automating for our workflows through the SDK to automatically add Triggers via the SDK (Python SDK in our case).
Specifically:
Feature/Action: Importing the current Live Factory (that changed due to Restful API Calls) in Github for Version control.
Service Name: Azure Data Factory
Expected Behavior
I expected that the feature which is available in the Azure portal GUI is also accessible programmatically via the Azure SDK. This would allow developers to achieve the same functionality through code.
Current Behavior
Currently, the SDK does not provide this feature. My current solution is to generate and write the yaml files manually to the repository. But even than i can't synchronize the live factory via SDK with the Github repository because the "Publish all" functionality is also not accessible via SDK.
Feature Request
Is this feature planned for future implementation in the Azure SDK? If yes, is there an expected timeline? If not, I’d like to request that this feature be added to the SDK to provide parity with the GUI.
Thanks!
Edit:
If it is due to the user never authenticating for GitHub access, what would be the recommended way to ensure that the connected Git repository stays up to date with the live factory?
The text was updated successfully, but these errors were encountered: