We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As part of the initial setup, we need to upload the python OTEL library and environment.yml files to Fabric Environment.
Reference: https://github.com/Azure-Samples/modern-data-warehouse-dataops/blob/feat/e2e-fabric-dataops-sample/e2e_samples/fabric_dataops_sample/scripts/setup_fabric_environment.py
The same process would also be performed as part of CI/CD process, but that it out of scope of this item.
Update The REST APIs are not working ATM. So, we might have to consider about making this step manual.
Depends-on #946
The text was updated successfully, but these errors were encountered:
@promisinganuj The manual step here to still make these files available as common modules (outside if Environment) could be:
main/scripts
sc-adls-main
/local_data
import sys sys.path.append('/local_data/scripts')
Sorry, something went wrong.
[Fabric E2E Sample] Minor bug fixes (#953)
bfe1d0c
fix(e2e_samples): Minor bug fixes in the deployment scripts Authored-by: Anuj Parashar <[email protected]> Reviewed-by: Naga Nandyala <[email protected]> Refs: #827, #875, #893, #872, #892
As the APIs are now working, this is unblocked. We have already implemented the library upload as part of initial IaC deployment.
promisinganuj
Successfully merging a pull request may close this issue.
As part of the initial setup, we need to upload the python OTEL library and environment.yml files to Fabric Environment.
Reference: https://github.com/Azure-Samples/modern-data-warehouse-dataops/blob/feat/e2e-fabric-dataops-sample/e2e_samples/fabric_dataops_sample/scripts/setup_fabric_environment.py
DoD
Out of Scope
The same process would also be performed as part of CI/CD process, but that it out of scope of this item.
Update The REST APIs are not working ATM. So, we might have to consider about making this step manual.
Depends-on #946
The text was updated successfully, but these errors were encountered: