Closed sakaia closed 3 years ago
@sakaia we plan to update the examples in TR-4798 to include usage of the NetApp Data Science Toolkit. When we do that, we will release some enhancements to the toolkit to simplify the integration with Airflow. I'll follow up here when those are released.
I am try to use NetApp Data Science Toolkit by editing Snapshot ( AI Training by Airflow). Rewriting code works successfully. but I have question.
As you know, AirflowConnectionName is defined by Airflow UI. But NetApp Data Science Toolkit uses another approach for authentication (
~/.ntap_dsutil/config.json
).Can we change the Authenication setting in python script?
Ref. The my current code for DSTK (but Quick and Dirty) It assumes
ntap_dsutil.py
file exists in same directryOriginal Code for TR4798