Charles Lerasan
Charles Lerasan

Reputation: 1

How to input Python Callable in Google Data Flow

I have been looking for sources in the web but I am still not finding the right information about Google DataFlow Python.

I have a CSV file with many columns and one of the columns that I need to process Date.

I created a Year column (new field) in the Transform part and I want to create a callable function to process the "Date" column to return the year part.

SS

How can I write a Python Callable to do what I want?

Upvotes: 0

Views: 9

Answers (0)

Related Questions