Relative Content

Tag Archive for nodesjobsinvocationdagster

Invalid class type for dagster op function

I am running the code below. I have an op and a job but when i do dagster dev I am getting following issue. There is another op which loads data from a table and here I want to put this data into another table. The data frame is being loaded as I can see with dagster preview. The load ops is giving the output as dataframe.