Skip to content Skip to sidebar Skip to footer
Showing posts with the label Operation

How To Define Operations Of An Stfp Operator On Airflow?

class SFTPOperation(object): PUT = 'put' GET = 'get' operation=SFTPOpera… Read more How To Define Operations Of An Stfp Operator On Airflow?

Basic Numpy Array Value Assignment

As a small exercise before i start playing with numeric code in python I am trying to make an LDLT … Read more Basic Numpy Array Value Assignment