Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Import resources to Git repository in Data Factory. #8368

Open
mkp-moeller opened this issue Dec 19, 2024 · 0 comments
Open
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

Comments

@mkp-moeller
Copy link

mkp-moeller commented Dec 19, 2024

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

Image

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?

@github-actions github-actions bot added 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 labels Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant